March 29 2024 18:55:38
Navigation
· Home
· Articles
· Downloads
· FAQ
· Discussion Forum
· News Categories
· Contact Me
· Search
Demos
· Glossary
Users Online
· Guests Online: 1

· Members Online: 0

· Total Members: 1,892
· Newest Member: skalsted
Last Seen Users
· muscapaul 1 week
· Unforgiven 8 weeks
· Wheeler11 weeks
· batbaru116 weeks
· MM98 weeks
· Zippo119 weeks
· hyperkolyok121 weeks
· Wivern174 weeks
· Sinders293 weeks
· Froberg337 weeks
Support sites
Fusion Sites
PHP-Fusion
View Thread
 Print Thread
PM Inbox Full Alert Panel v1.XX (v6) and v2.xx (v7)
muscapaul
New Panel: PM Inbox Full Alert Panel v1.00

PM Inbox Full Alert Panel v1.00
PHP-Fusion: v6.01.13
author: muscapaul
email: muscapaul@gmail.com
web: http://www.muscapaul.com
Last updated: 25.01.2008
-------------------------------------------
Released under the terms and conditions of
the GNU General Public License (Version 2)
-------------------------------------------

FEATURES
--------
* When a user's PM Inbox is full a panel will be shown to alert the user so that he can undertake action.
* The panel does NOT appear when the Inbox is not yet full so the panel is an unobtrusive element for users whose

inbox is not yet full.

INSTALLATION
------------
1. Upload the contents of the php-files folder to your PHP-Fusion installation.
2. Go through Admin Panel -> System Admin to Panels. Choose to add a new panel.
3. Give the panel an appropriate name (like 'Inbox Warning') and choose messagebox_full_panel from the Panel

Filename drop-down menu.
4. Select the desired location (left or right) and preferable immediately below the User Info Panel and set

visibility to Members.
5. Save the panel and after that enable the panel.

NOTES
-----
The panel will not show if the user's Inbox is not full.

CHANGELOG
---------

v1.00
- None (first release).


DOWNLOAD:
Users PM Inbox Full Alert Panel v1.00 (last updated: 25.01.2008)
Edited by muscapaul on 15-07-2008 12:05
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Starefossen
Thats a nice one Grin


Keep up the greate work!
 
muscapaul
I will. Grin
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
muscapaul
Update: PM Inbox Full Alert Panel v1.01

CHANGELOG
- Locale error corrected.


Simply update by uploading and overwring existing files.

DOWNLOAD:
Users PM Inbox Full Alert Panel v1.01 (last updated: 28.01.2008)[
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Dikkie
Thank you very much, I downloaded it just now Wink Seems to work great!

Oh, and thank you for the effort you put in your newsletter - clearly, easy to see what's going on with your mods. Really, great job!
 
villantz
Hi!
I congratulate, clever, useful work!! i27.tinypic.com/i55b80.gif
Thanx!
i29.tinypic.com/izrcc1.jpg
Edited by villantz on 17-06-2008 00:27
 
muscapaul
Update: PM Inbox Full Alert Panel v2.00

Changes in v2.00:
- Updated for PHP-Fusion v7.

Simply update by uploading and overwring existing files.

DOWNLOAD:
Users PM Inbox Full Alert Panel v2.00 (last updated: 27.08.2008)
27.08.2008: Danish locale added.
18.09.2008: Polish locales added and Danish locale updated.
Edited by muscapaul on 18-09-2008 13:35
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
willy888
Thanks mauscapaul for this usefull panel !!!
Keep the good work !!! Wink
 
helmuth
attached the Danish locales for v7.00-Users-PMInbox-Full-Alert-v2.00_15.07.2008 Wink
helmuth attached the following file:
danish_7.zip
 
http://helmuth.dk/
muscapaul
Download updated.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Mimer
helmuth wrote:
attached the Danish locales for v7.00-Users-PMInbox-Full-Alert-v2.00_15.07.2008 Wink


When translating you should use the same terms as used in PHP-Fusion:
Inbox = Indbakke

New translation attached.

Mimer Cool
Mimer attached the following file:
danish_14.zip
Edited by Mimer on 04-09-2008 22:55
 
Pieka
Polish locale attached (iso/utf-8).
Pieka attached the following file:
polish_locale_iso-utf8_2.zip
 
muscapaul
Download updated.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
HobbyMan
Error:

When logged out:

Notice: Undefined index: user_id in /home/*****/public_html/infusions/messagebox_full_panel/messagebox_full_panel.php on line 29


Changed...

Download source  Code
$result = dbquery("SELECT * FROM ".DB_MESSAGES." WHERE message_to='".$userdata['user_id']."' AND message_folder='0'");




to...

Download source  Code
$result = dbquery("SELECT * FROM ".DB_MESSAGES." WHERE message_to='user_id' AND message_folder='0'");




Works ok
Edited by HobbyMan on 19-10-2008 03:27
 
W3C_Valid
i can't see how that will work, if you do it that way i will only appear if the message_to is = the text user_id and not the id of the user

but do as he wrote in step 4
4. Select the desired location (left or right) and preferable immediately below the User Info Panel and set visibility to Members.

If i have touched it, it's W3C Valid
 
www.sitemaster.dk
HobbyMan
@ SiteMaster

forgot about that, thanx

fixed Cool
 
wanabo
What about when sending messages reaches it limit? Does it warn you?
Wanabo

 
http://www.gebruikers.eu
muscapaul
Nope. Just gives you the big alert that you cannot miss when you log in.

This panel checks the numebr of messages in your inbox against the maximum number possible. Does it equal or exceed the maximum number, the panel will become visible.
Sending the email would need to be implemented on a completely different level: when a new message is sent to a user, it will need to check if this message will make the maximum number be reached and if it does it need to send the email. That requires modification of the core and cannot be established easily with a panel like this.
Edited by muscapaul on 08-11-2008 14:11
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
bombastic
I just put this panel on my site and it's great, thanks muscapaul Smile
 
Jump to Forum:
Donate
Please help to make
muscapaul.com
possible and enable
further improvements!
Login
Username

Password



Forgotten your password?
Request a new one here.
Temporary email addresses
Please note: While activating new accounts I usually check them out. If I notice an account registered with a temporary email address it will be deleted.
Newsletter
Newsletters are for registered members only.
Shoutbox
You must login to post a message.

01/12/2021 16:45
Szép napot

13/06/2021 07:01
I found this site again!

21/04/2020 18:32
Barely...

11/11/2013 00:48
Cool! This site is still around!

18/10/2013 20:28
hey! Smile

25/06/2011 01:40
My name is Andreo, I'm new member Smile

25/06/2011 01:39
Hello Muscapaul, is there anyone here ?

13/09/2010 01:02
nice mod thanks Smile

10/07/2010 15:01
Paul, hows thing?

07/07/2010 03:47
Who becomes the world champion on football? We wil

Render time: 0.15 seconds 9,150,184 unique visits