If you encounter what you think may be a bug, please include your vBulletin version number when reporting it, since code and fixes differ greatly from 3.6.4 - 4.0.x.
*** NEWS ***
6/25/2014 - 2.2.5 released
11/8/2010 - 2.2.3 released
5/15/2010 - 2.2.2 released
4/25/2010 - 2.2.1 released
4/9/2010 - 2.2.0 Patch Level 1 released
1/8/2010 - 4.0.x thread created
Known Issues:
- If you are using the Advanced BB-Code Permissions hack, conflicts can arise when profile fields are parsed in the postbit, causing nothing be parsed. The fix is described here: https://vborg.vbsupport.ru/showthread.php?p=1252480
What It Does:
Allows you to grant only certain usergroups the ability to use HTML, BB-code, smilies, and IMG-code in their profile fields, posts, PMs, and in Project Tools.
Mod Features:
- parse profile fields on user profiles using Usergroup Permissions
- parse profile fields in postbits using Usergroup Permissions
- parse posts using Usergroup Permissions
- parse calendar events using Usergroup Permissions
- parse private messages using Usergroup Permissions
- parse Project Tools issues and replies using Usergroup Permissions
- parse Social Messages and usernotes using Usergroup Permissions
- complete Forum Rules integration
- disallow certain HTML tags
Products to Install: 1 Files to Upload: 3 Files to Edit: 0 Template Edits: 0
*** Changelog *** As of Version 2.2.5
compatible with PHP 5.4+
compatible with vBulletin 4.1.4+
compatible with VaultWiki 4.x
As of Version 2.2.3
non-forum messages don't parse
poll options don't parse
As of Version 2.2.2
compatible with VaultWiki 2.5.7 PL 1 & 3.0.0 RC 3
As of Version 2.2.1
edit permissions check disables post cache
* This mod is offered for free here. Please donate if you like this mod *
What It Does:
Allows you to grant only certain usergroups the ability to use HTML, BB-code, smilies, and IMG-code in their profile fields, posts, PMs, and in Project Tools.
hmm... I only see "CES Profile Permissions" group in "AdminCP -> Usergroups -> Usergroup Manager -> Edit Usergroup"
Also would be nice to disallow to use TABLE bb code for usergroups!
It also in CONFLICT with [CKEditor] MARCO1 Advanced Quick Reply And Edit
I'm getting these warnings filling up my error log, any ideas?
PHP Warning: Use of undefined constant value - assumed 'value' (this will throw an Error in a future version of PHP) in /home/mysite/public_html/includes/ces_permissions.php(588) : eval()'d code on line 1
The PHP call is depreciated in the version of PHP you are running. Did you or your host recently update PHP? While VB 4.2.5 is compatible with PHP 7.1.x many of the plugins were not written for this version and will throw warning messages. This does not mean they will not work and you can just add:
Code:
php_flag display_errors off
to your .htaccess file to suppress the warning message(s). Eventually you might want to have hire a coder to bring the code up to date.