The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
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 |
#182
|
|||
|
|||
![]()
If that didn't fix the problem, that would imply that the function really doesn't exist...
Oops! Typo. Edit the showthread_complete plugin. The call should be to PHP Code:
|
#183
|
|||
|
|||
![]()
The typo correction works. Thanks!
However now I am getting trouble when I am pasting my code into the profile field. All it is is a simple table created at http://www.1stsfss.com/pages/inputAward.html When you choose your awards and it creates the working table. However when I paste it into the profile field there are a lot of page breaks and pushes the start of the table waaaay down. And then the table is stretched vertically. I have other fresh eyes looking at the table code to see if i missed something. I didn't know if there was a style that i was unaware of or if the CES Parser had anything to do with it.. Appreciate the help.. |
#184
|
|||
|
|||
![]()
I have tried that table creator you posted, and not only does it generate non-standards-complaint XHTML, but you'll notice between lines 22 - 31 (I put a comment there so you can see it) that a problem exists. I modified the code only by adding tabs (and the comment) to investigate the tag nesting (the issue you describe is usually caused by improper nesting).
HTML Code:
<table width="466" cellpadding="0" cellspacing="0" border="0"> <tr> <td colspan="3"> <img src="images/case/top.jpg" width="466" height="35" /> </td> </tr> <tr> <td width="38"> <img src="images/case/left.jpg" width="38" height="317" /> </td> <td width="390" height="317" background="images/case/center.jpg" align="center"> <table width="390" height="317" border="0"> <tr> <td width="45" ></td> <td align="center"></td> <td width="50" ></td> </tr> <tr> <td align="center"></td> <td align="center"> <table> <!-- nesting problems start here --> <tr> <td height="14" width="53"> <td height="14" width="53"> <td background="images/ribbons/commander1st.gif" align="center" height="14" width="53"> </td> <td background="images/ribbons/commander2nd.gif" align="center" height="14" width="53"> </td> </tr> <!-- / nesting problems end here --> <tr> <td background="images/ribbons/soldiers.gif"align="center" height="14" width="53"> </td> <td background="images/ribbons/silverStar.gif" height="14" align="center" width="53"> </td> <td background="images/ribbons/goodConduct.gif" height="14" align="center" width="53"> </td> <td background="images/ribbons/tra.gif" height="14" width="53" > </td> </tr> <tr> </tr> </table> </td> <td> </td> </tr> <tr> <td width="45" ></td> <td align="center"> <img src="images/badges/sharpshooter.jpg"> </td> <td width="50" ></td> </tr> </table> </td> <td width="38"> <img src="images/case/right.jpg" width="38" height="317" /> </td> </tr> <tr> <td colspan="3"> <img src="images/case/bottom.jpg" width="466" height="38" /> </td> </tr> </table> |
#185
|
|||
|
|||
![]()
Thank you very much, I corrected that it still didn't work. So what i ended up doing is deleting all spaces and formatting tabs that was apart of the code when I pasted it into the edit profile field textbox. Apparently it takes all of that literal and doesn't ignore the whitespace so it was stretching out the box and moving it down because spaces and tabs were in the tables..
|
#186
|
|||
|
|||
![]()
Yes, the same thing would happen if you used the table in a post. This is how vBulletin's BB-Code parser works by default, by converting newlines into HTML line breaks.
|
#187
|
|||
|
|||
![]()
Update: Compatibility with vBulletin 3.7 Beta 6 and RC1 has been fixed. The Social Messages stock vBulletin feature in which an error message is displayed when using a disabled BB-Code is also working again. Fixed some fatal errors due to typos, and gave Social Messages their own bitfields (inclusive for VMs, GMs, PCs, and usernotes - which I always considered to be vB's old profile comment system).
|
#188
|
|||
|
|||
![]() Quote:
Thanks. |
#189
|
|||
|
|||
![]()
That issue was fixed about a month ago (3/6). I'm sorry you missed it.
|
#190
|
|||
|
|||
![]()
Ooops! Sorry about that. Awesome. This is such a great mod. Thank you so much for creating it as well as updating it so frequently!
|
#191
|
||||
|
||||
![]()
Hm, after this mod... bbcode in events do not work
|
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|