Description
Add a comments box on member profiles.
Features:
Last Release
Version: 0.9.2 - 13/04/2011 (DD/MM/YYYY)
Download @ MyBB Mods site
Demo at Teleportz
Screenshots
Screenshots @ MyBB Mods Site
Documentation
I wrote a cool documentation which I uploaded to my personal website. You can see it here:
http://teleportz.com.ar/profilecomments/documentation/
Known bugs:
The options to modify the notification settings in the User Control Panel are not showing:
Solution:
Add a comments box on member profiles.
Features:
- You can select who can comment on your profile: Anyone, only your friends, or nobody
- You can choose if you want to receive an email when you receive a new comment on your profile
- A nice cool alertbar appears if you have a new comment
- Group-based permissions to edit, delete or manage comments
- Send comments via AJAX
- Comments supports BBCodes! You can even use the BBCode editor!
Last Release
Version: 0.9.2 - 13/04/2011 (DD/MM/YYYY)
Download @ MyBB Mods site
Demo at Teleportz
Screenshots
Screenshots @ MyBB Mods Site
Documentation
I wrote a cool documentation which I uploaded to my personal website. You can see it here:
http://teleportz.com.ar/profilecomments/documentation/
Known bugs:
The options to modify the notification settings in the User Control Panel are not showing:
Solution:
Quote:Go to:
- ACP -> Templates & Styles > Templates > (Your Theme) Templates > User Control Panel > Edit: usercp_options
Search for:
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td> <td><span class="smalltext"><label for="pmnotify">{$lang->pm_notify}</label></span></td> </tr>
Below, add this:
<!-- ProfileComments -->{$pf_notification_options}<!-- /ProfileComments -->