The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I recently purchased two skins from eXtremepixels; iSkin and iSkin_Black and both use <div class="info"> within the postbit_legacy to display a placemat (box) where your postbit data sits (see screenshot #1).
I have the vS-Hide Hack Resurrection (Expanded Edition) installed which places the 'Thank You' addon within the postbit_legacy template (see screenshot #1). What it doesn't do is add the class; div class="info", so I needed to add it manually (see code below). Code:
<!-- Thank You Mod Start --> <if condition="$show['hidetag_thankyou_system']"><div class="info" id="thanks_postbit.$post[postid]">$thanks_postbit</div></if> Can anyone assit me in coming up with a way to utilize the div class="info" but, make the placemat/box not display if the addon/mod is not to be populated. Note: I figured because the div class="info" is housed within the IF statment, the box would theoretically dissapear...but that's not the case here. Thanks in advance! |
#2
|
||||
|
||||
![]()
first and foremost, try taking out the second div id... so it reads this:
PHP Code:
|
#3
|
||||
|
||||
![]() Quote:
Still have the same problem... |
#4
|
||||
|
||||
![]()
I have a similiar if not the same postbit as yours, and I had that issue. I fixed it, just gotta look at my template code again. I'll get back with you
|
#5
|
||||
|
||||
![]() Quote:
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|