PDA

View Full Version : remove the [code] tag


ofir24
11-10-2011, 03:39 AM
hi

example:

abc

i don't want the "code:abc" to appear, just "abc"

HMBeaty
11-10-2011, 03:48 AM
EDIT: Nevermind, that won't work

ofir24
11-10-2011, 04:22 PM
if there is other method to make the english right that will be good too, i have hebrew forum when i add text written in english, all the text become a mess with numbers and english,

example:
18legs will become , legs18. and i don't want to fix it all the time when i copy past some things.

Lynne
11-10-2011, 05:28 PM
Edit the bbcode_code template and take it out.

ofir24
11-11-2011, 04:58 AM
i don't know how to do it, that's my bbcode_code:

<div class="bbcode_container">
<div class="bbcode_description">{vb:rawphrase code}:</div>
<pre class="bbcode_code"<vb:if condition="$vboptions['codemaxlines']">style="height:<vb:if condition="$blockheight<$vboptions['codemaxlines']">{vb:math {vb:raw blockheight}*{vb:stylevar mid_fontSize}+{vb:stylevar mid_fontSize}*2}<vb:else />{vb:math {vb:raw blockheight}*{vb:stylevar mid_fontSize}+{vb:stylevar mid_fontSize}}</vb:if>;"</vb:if>>{vb:raw code}</pre>
</div>

HMBeaty
11-11-2011, 05:01 AM
Delete this line:
<div class="bbcode_description">{vb:rawphrase code}:</div>

ofir24
11-11-2011, 10:34 AM
i thought to do that, but since i don't familier with that lang i decided to ask.
work, thanks.