Bug Some custom bbcodes do not show in chat, but do in the archive

Status
Not open for further replies.

Jem

Customer
This is an odd error that I have had for some time, but only now have the time to post about it so it can be addressed.

I have many custom bbcodes, but only some of them actually show up in chat. However ALL of them show up in the archive. Strange is it not?

An example of a custom BBCode that shows in BOTH chat and archive:
<div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#defee3 none repeat scroll 0 0; border:1px solid #28c25a margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: #28c25a none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#defee3"> <b> <em>Information</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">Hello</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/info.png"/> </td> </tr> </tbody> </table> </div> </div> </div>​

An example of a custom BBCode that shows in the archive but NOT the actual chat:
<table border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" style="background-color: Red; border: 1px solid Black; padding: 1px;"><FONT COLOR="White"><normalfont>This is a sign</normalfont></FONT> </td> </tr> <tr> <td align="center" style="background-color: transparent; border: 0px solid Black; padding: 0px;"> <img src="images/borgs_bbcode/devilsign.gif" alt="" border="0"> </td> </tr> </table>​

Any ideas?
 
Could you provide me with the complete configuration used in the BBCode Manager so that I can test this out myself?
 
SIGN TAG - Shows in archive but not chat


Creates a smiley holding a sign with your words within it.

Title: Sign
Tag: s
Replacement:
Code:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="background-color: white; border: 1px solid Black; padding: 0px;"><FONT COLOR="Black"><normalfont>{param}</normalfont></FONT>
</td>
</tr>
<tr>
<td align="center" style="background-color: transparent; border: 0px solid Black; padding: 0px;">
<img src="images/borgs_bbcode/schildhalter.gif" alt="" border="0">
</td>
</tr>
</table>
Example: [ s ]This is a sign[/ s ] -->>
Description: Wrap your text with a cynical looking smiley holding a sign.
Use {option}: No



Here is a link to the bbcode mod with all files and instructions: http://www.vbulletin.org/forum/showthread.php?t=236950&highlight=bbcode

Tags like the signs or bubble do not work, while tags like glow and highlight do
 
Sorry to be a bother, but I noticed this thread is marked as FIXED. Is their a fix in the works? Last post just says you are looking into it :)
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Support ticket Support ticket
Replies
3
Views
3K
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
5
Views
1K

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,179
Customer rating
5.00 star(s) 1 ratings
Back
Top