The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
"attached images" box
Is there any way to make that invisable or just get rid of it?
|
#2
|
||||
|
||||
Anyone? There has to be a way?
|
#3
|
||||
|
||||
Hello,
You need to edit the postbit template you are using. (Either postbit or postbit_legacy). Look for this code: Code:
<if condition="$show['imageattachment']"> <fieldset class="fieldset"> <legend>$vbphrase[attached_images]</legend> <div style="padding:$stylevar[formspacer]px"> $post[imageattachments] </div> </fieldset> </if> Code:
<if condition="$show['imageattachment']"> <div style="padding:$stylevar[formspacer]px"> $post[imageattachments] </div></if> |
#4
|
||||
|
||||
Worked perfectly! Thanks
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|