Thread subject: muscapaul's PHP-Fusion website :: PM Inbox Full Alert Panel v1.XX (v6) and v2.xx (v7)

Posted by muscapaul on 25-01-2008 17:53
#1

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)


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by muscapaul on 15-07-2008 12:05

Posted by Starefossen on 26-01-2008 04:34
#2

Thats a nice one :D


Keep up the greate work!

Posted by muscapaul on 26-01-2008 14:08
#3

I will. :D

Posted by muscapaul on 28-01-2008 13:24
#4

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)[

Posted by Dikkie on 30-01-2008 02:23
#5

Thank you very much, I downloaded it just now ;) 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!

Posted by villantz on 17-06-2008 00:24
#6

Hi!
I congratulate, clever, useful work!! i27.tinypic.com/i55b80.gif
Thanx!
i29.tinypic.com/izrcc1.jpg


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by villantz on 17-06-2008 00:27

Posted by muscapaul on 15-07-2008 12:07
#7

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.


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by muscapaul on 18-09-2008 13:35

Posted by willy888 on 17-07-2008 16:59
#8

Thanks mauscapaul for this usefull panel !!!
Keep the good work !!! ;)

Posted by helmuth on 03-08-2008 17:49
#9

attached the Danish locales for v7.00-Users-PMInbox-Full-Alert-v2.00_15.07.2008 ;)

Posted by muscapaul on 27-08-2008 14:01
#10

Download updated.

Posted by Mimer on 04-09-2008 22:54
#11

helmuth wrote:
attached the Danish locales for v7.00-Users-PMInbox-Full-Alert-v2.00_15.07.2008 ;)


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

New translation attached.

Mimer B)


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by Mimer on 04-09-2008 22:55

Posted by Pieka on 04-09-2008 23:38
#12

Polish locale attached (iso/utf-8).

Posted by muscapaul on 18-09-2008 13:33
#13

Download updated.

Posted by HobbyMan on 19-10-2008 03:13
#14

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...

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




to...

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




Works ok


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by HobbyMan on 19-10-2008 03:27

Posted by W3C_Valid on 19-10-2008 13:16
#15

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.

Posted by HobbyMan on 20-10-2008 02:33
#16

@ SiteMaster

forgot about that, thanx

fixed B)

Posted by wanabo on 08-11-2008 03:26
#17

What about when sending messages reaches it limit? Does it warn you?

Posted by muscapaul on 08-11-2008 12:33
#18

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.


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by muscapaul on 08-11-2008 14:11

Posted by bombastic on 11-11-2008 03:53
#19

I just put this panel on my site and it's great, thanks muscapaul :)