The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom BB Code Problem
Hi,
I have created a number of Custom BB Codes that specific user groups can use. For example Admins can use Quote:
Quote:
Quote:
I have added another one for another usergroup, using same code again but obviously with a different image, however it has somehow stopped BB Code for working. As when I try to use any of them, or even default BB Code such as 'quote', they do not work. When I view the misc.php?do=bbcode page they appear to work fine. I have also installed advanced_bbcode_permissions product which I am not sure if it affects it. Both these Mods were found in the forum however I can't find the links for them. Does anyone have any ideas about why this could be happening or if I am doing something wrong? Regards Phil |
#2
|
|||
|
|||
Your missing a closing
HTML Code:
</td>
|
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
Whoops I meant <tr> but it seems you have put it in, other then that I'd check if the CSS class.
Try this: HTML Code:
<style type="text/css"> .mod-warn { font-family: Courier, Courier New, Verdana, Arial, sans-serif; color: #465584; background-color: #FAFCFE; border: 1px dotted #000000; padding: 2px; width:98%; margin: 0 auto; /*overflow: auto; height: 200px;*/ } </style> <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> <td><span class="smallfont" style="font-weight:bold">Island Order Warning:</span></td> </tr> <tr> <td class="mod-warn"><img align="left" src="images/IObadge.png"><img align="right" src="images/IObadge.png"><center>{param}</center></td> </tr> </table> |
#5
|
|||
|
|||
Just tried it with the CSS class however still does not work.
Thanks for the help so far. Any other ideas? Or would there be another way to do it? --------------- Added at 21:40 --------------- I have 'disabled' the Mod "Advanced BBCode Permissions" through the Product manager and it now seems to work fine. Thanks for the help! Any idea how I can set permissions on the BB code using a different method? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|