The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable [IMG] In [QUOTE] Tags
How to disable [IMG] in [QUOTE] in the topic in vB4.x
See: https://vborg.vbsupport.ru/showthread.php?t=77173 |
#2
|
|||
|
|||
Try this:
1) Edit ./includes/class_bbcode.php 2) Search: PHP Code:
PHP Code:
|
#3
|
|||
|
|||
THANKS my bro!!!!
Great! |
#4
|
||||
|
||||
Use this for vB 4.0.5
1) Edit ./includes/class_bbcode.php 2) Search: PHP Code:
PHP Code:
|
#5
|
|||
|
|||
Great!!!
|
#6
|
||||
|
||||
Quote:
Tried this on my 4.1.5 board, but it didn't work. What do I have to change to make work? Edit, never mind, got it working by replacing the contents of bbcode_quote template with this: Code:
<div class="bbcode_container"> <div class="bbcode_quote"> <div class="quote_container"> <div class="bbcode_quote_container"></div> <vb:if condition="$show['username']"> <div class="bbcode_postedby"> <img src="{vb:stylevar imgdir_misc}/quote_icon.png" alt="{vb:rawphrase quote}" /> {vb:rawphrase originally_posted_by_x, {vb:raw username}} <vb:if condition="$postid"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow"><img class="inlineimg" src="{vb:stylevar imgdir_button}/viewpost-{vb:stylevar right}.png" alt="{vb:rawphrase view_post}" /></a></vb:if> </div> <div class="message">{vb:raw message}</div> <vb:else /> {vb:raw message} </vb:if> </div> </div> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|