The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
CES Parser Permissions Details »» | |||||||||||||||||||||||||||
CES Parser Permissions
vBulletin 3.6.x, 3.7.x, 3.8.x, 4.0.x supported Version: 2.2.3 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
As of Version 2.2.3
As of Version 2.2.2
As of Version 2.2.1
* This mod is offered for free here. Please donate if you like this mod * Download Now
Show Your Support
|
Благодарность от: | ||
TAIFUN_T |
Comments |
#22
|
|||
|
|||
True, the directory structure in the ZIP should remain intact, but the correct location for ces_permissions.php is also the same folder with functions_bigthree.php. If they aren't in the same folder, then you have uploaded the ZIP outside of your forum directory.
|
#23
|
|||
|
|||
I see now that I was not putting the files in the correct place. It appears to be working now. Do you have any recommendation about how I can do this kind of thing for not just images but for video and each other code?
|
#24
|
|||
|
|||
I installed in VB 4.2, found that when editing a post it cannot use WYSIWYG mode. Any solution?
|
#25
|
|||
|
|||
I will have to upgrade to 4.2 today and let you know. Right now the site where I use this still has 4.1. I will post again when I know more.
|
#26
|
|||
|
|||
Thanks, could you add a function to disable only the website link BB code?
|
#27
|
|||
|
|||
Quote:
If you still have problems, the product uploaded here might not be up-to-date with some changes I've made. Check the plugin for this product at hook editor_toolbar_end. Look for a line like: Code:
$forumid .= '&p=' . $post['postid']; Code:
if (is_object($cke)) { $cke->setEditorParseType($forumid); } |
#28
|
|||
|
|||
Quote:
Code:
$forumid .= '&p=' . $post['postid']; Code:
global $permissions, $ces_forumrules, $forumrules; global $htmlcodeon, $bbcodeon, $smilieson, $imgcodeon; ces_permissions_toolbar2($forumid, $editor_template_name); if ($savebbcodecache) { $vbulletin->bbcodecache = $savebbcodecache; } |
#29
|
|||
|
|||
Okay, I just uploaded the version I've been using for the past 4 years with vBulletin 4. Please let me know if it resolves your issue.
|
Благодарность от: | ||
Pocket Aces |
#30
|
|||
|
|||
works perfectly with WYSIWYG now, thanks Ted
|
#31
|
|||
|
|||
Got a head scratcher.
Mod works beautifully, except Guest posts don't parse post content. Unregistered (group 1) and Awaiting (group 3) both have "Allow BB-Code" set to YES in Posts & Profile Fields. I know it's this mod, because as soon as I disable it, guest bb-code parses. Is there some setting/configuration I'm missing other than Usergroup Manager? p.s. Am not used Advanced BBCode mod, but a ton of other mods. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|