The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hi there
check a post here http://manlystuff.com/forum/showthread.php?p=37#post37 basically i have played around abit with the contact info, i only want the tcat saying contact info to appear when a contact field is filled out also i have filled out my msn info but nothing is showing heres the code i have PLEASE HELP! Code:
<div class="pbitcat">Contact Information.</div> <div><div class="pbit"><if condition="$prepared['im_msn']"> <else> <if condition="$prepared['aimicon']"> <else> <if condition="$prepared['icqicon']"> <else> <if condition="$prepared['yahooicon']"> <else> <if condition="$prepared['skypeicon']"> </if></if></if></if></if> </div> </div></div> |
#2
|
||||
|
||||
![]()
Try this ... save you template before editing.
HTML Code:
<div class="pbitcat">Contact Information.</div> <div> <div class="pbit"> $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] </div> </div> |
#3
|
|||
|
|||
![]()
works great thanks
however when the fields are not filled out the contact information tcat still appears with an empty box? |
#4
|
||||
|
||||
![]()
Wrap "IF" around the whole code.
HTML Code:
<if condition="$post[icqicon] OR $post[aimicon] OR $post[msnicon] OR $post[yahooicon"> <div class="pbitcat">Contact Information.</div> <div> <div class="pbit"> $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] </div> </div> </if> |
#5
|
|||
|
|||
![]()
The following error occurred when attempting to evaluate this template:
Parse error: syntax error, unexpected ')', expecting ']' in /home/manly/public_html/forum/includes/adminfunctions_template.php(3939) : eval()'d code on line 140 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. |
#6
|
||||
|
||||
![]()
use this:
Code:
<if condition="$post[icqicon] OR $post[aimicon] OR $post[msnicon] OR $post[yahooicon]"> <div class="pbitcat">Contact Information.</div> <div> <div class="pbit"> $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] </div> </div> </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|