PDA

View Full Version : How do i add the vb default bbcode: [CODE] to the customs bbcodes


dxflw
03-08-2009, 06:51 PM
How do i add the vb default bbcode: to the customs bbcodes?

i.e. The bellow code to the customs bbcode.
[CODE]<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase[c o de]:</div>
<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: $stylevar[cellpadding]px;
border: 1px inset;
width: $stylevar[codeblockwidth];
height: {$blockheight}px;
text-align: left;
overflow: auto">$code</pre>
</div>

Dismounted
03-09-2009, 05:04 AM
What are you trying to do exactly? You don't make yourself very clear.

dxflw
03-09-2009, 10:05 AM
I use rss feed for news section.
And i like to add a custom bbcode for the [CODE] tag but rename the word "CODE" to 'URL" and if a new topic is creating from the rss robots then the system will converting automatish the live links of the topic with [CODE] tag.