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 - 3.8.x. *** NEWS *** 11/8/2010 - 2.2.3 released 5/15/2010 - 2.2.2 released 4/12/2009 - 3.6.x thread separated 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.3
As of Version 2.2.2
* This mod is offered for free here. Please donate if you like this mod * Show Your Support
|
Comments |
#282
|
|||
|
|||
there is a bug in shoutbox and postbit
im using 3.27.2 version can anyone help? |
#283
|
|||
|
|||
Only with some more information I think. What kind of bug?
|
#284
|
|||
|
|||
The shoutbox fix is located somewhere in this thread. Just do a "Search this mod" for "shoutbox"
As for using raw custom profile fields, I know I have done this for some other members, but don't have a copy of the code myself. If they would be generous enough to post the plugin (member_complete) that I wrote for them, it would help some more people. |
#285
|
|||
|
|||
Okay I got it,
I've wrote a new plugin in member_start and added following code: Code:
if ($userinfo['fieldX']) { if (!is_object($bbcode_parser)) { require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); } $userinfo['fieldX'] = $bbcode_parser->parse($userinfo['fieldX'],0, true); } Works great in vB 3.7.3 |
#286
|
|||
|
|||
Not exactly the official fix, and I'm not sure if it uses the permissions correctly, but I'm glad you worked out something.
|
#287
|
|||
|
|||
I'm not a plugin professional, so this plugin might be not perfect that's right. I just thought that you perhaps could build a such or better plugin into your $vbulletin->options['ces_parse_fields'] .
|
#288
|
|||
|
|||
its not working for me, the first bug is fixed as thincom2000 replied about shoutbox
but now im trying to let members embed youtube video but whatever they enter stays the same intead of embeding... please help |
#289
|
|||
|
|||
How do you try to embed the youtube video? With <embed> code or BB-code ?
Did you already checked the CES Parser settings in your vbulletin options? Remember to enter the profile field number of the field you want to be parsed. |
#290
|
|||
|
|||
^ yeah i checked settings in vbulletion options
i want them to embed it using <embed> do u have a solution?? |
#291
|
|||
|
|||
I'd have 2 solutions.
The first is not recommend do to higher security risk, but is your choice: 1.) Check your CES Parser Settings again and in the field "Banned HTML tags" remove the word "embed". Then save. The problem here is that your users can now embed youtube videos, but also they can embed every other flash-applications which can be a security risk. The second solution I use, .. 2.) Add new BB-Code: Go Admin CP -> Custom BB Codes -> Add New BB Code Title - YouTube Tag - youtube Replacement: Code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{param}"></param><embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object> Description - Use the movie code from the YouTube URL in your browser. For example, http://www.youtube.com/watch?v=zvC8GpOL4Lk ----------------------------------------- Now after adding the new BB-Code, just enter [youtube]zvC8GpOL4Lk[/youtube] in your profile field and it should work. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|