PM Inbox Full Alert Panel v1.XX (v6) and v2.xx (v7)
|
muscapaul |
Posted on 25-01-2008 17:53
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
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 |
Posted on 26-01-2008 04:34
|
Member
Posts: 1
Joined: 01.11.06
|
Thats a nice one
Keep up the greate work! |
|
|
|
muscapaul |
Posted on 26-01-2008 14:08
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
I will.
Paul
Time flies like an arrow, fruit flies like banana (Groucho Marx)
sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator) |
|
|
|
muscapaul |
Posted on 28-01-2008 13:24
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
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 |
Posted on 30-01-2008 02:23
|
Member
Posts: 1
Joined: 03.03.07
|
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! |
|
|
|
villantz |
Posted on 17-06-2008 00:24
|
Member
Posts: 2
Joined: 15.06.08
|
Hi!
I congratulate, clever, useful work!!
Thanx!
Edited by villantz on 17-06-2008 00:27 |
|
|
|
muscapaul |
Posted on 15-07-2008 12:07
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
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 |
Posted on 17-07-2008 16:59
|
Member
Posts: 2
Joined: 11.12.07
|
Thanks mauscapaul for this usefull panel !!!
Keep the good work !!! |
|
|
|
helmuth |
Posted on 03-08-2008 17:49
|
Member
Posts: 23
Joined: 26.04.06
|
attached the Danish locales for v7.00-Users-PMInbox-Full-Alert-v2.00_15.07.2008
helmuth attached the following file:
danish_7.zip |
|
|
|
muscapaul |
Posted on 27-08-2008 14:01
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
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 |
Posted on 04-09-2008 22:54
|
Member
Posts: 8
Joined: 23.08.08
|
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
Mimer attached the following file:
danish_14.zip
Edited by Mimer on 04-09-2008 22:55 |
|
|
|
Pieka |
Posted on 04-09-2008 23:38
|
Member
Posts: 5
Joined: 03.09.08
|
Polish locale attached (iso/utf-8).
Pieka attached the following file:
polish_locale_iso-utf8_2.zip |
|
|
|
muscapaul |
Posted on 18-09-2008 13:33
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
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 |
Posted on 19-10-2008 03:13
|
Member
Posts: 6
Joined: 03.08.08
|
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
Edited by HobbyMan on 19-10-2008 03:27 |
|
|
|
W3C_Valid |
Posted on 19-10-2008 13:16
|
Member
Posts: 16
Joined: 27.07.08
|
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 |
|
|
|
HobbyMan |
Posted on 20-10-2008 02:33
|
Member
Posts: 6
Joined: 03.08.08
|
@ SiteMaster
forgot about that, thanx
fixed |
|
|
|
wanabo |
Posted on 08-11-2008 03:26
|
Member
Posts: 1
Joined: 20.07.08
|
What about when sending messages reaches it limit? Does it warn you?
Wanabo
Admin; Alice, CaiWay, Glasvezel, Kabel, KPN, Online, Tele2, Telfort, UPC,
XS4ALL, Ziggo
|
|
|
|
muscapaul |
Posted on 08-11-2008 12:33
|
Super Administrator
Posts: 368
Joined: 24.03.06
|
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 |
Posted on 11-11-2008 03:53
|
Member
Posts: 1
Joined: 17.11.07
|
I just put this panel on my site and it's great, thanks muscapaul |
|
|