![]() |
Postbit Editting
Hi Guys,
I am setting up this: https://vborg.vbsupport.ru/showthrea...light=postbit* The trouble I have run into, is I would also like to have it around the ICQ, MSN, etc icons, however not everyone with have them. So I am looking for a way to only show the div when they actually have one of the above on their account, that way I dont end up with a box with nothing in it. Current code: Code:
$template_hook[postbit_userinfo_right] THANKS! |
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.
|
Quote:
Thanks! |
Something like this should work (not tested):
HTML Code:
<if condition="$post[icqicon] OR $post[aimicon] OR $post[msnicon] OR $post[yahooicon] OR $post[skypeicon]"> |
Quote:
|
You may have to put single quotes around the variables in the condition, ie $post['icqicon'], or if you have a condition above that one, you may have to combine them.
|
Quote:
Code:
<if condition="'$post[icqicon]' OR '$post[aimicon]' OR '$post[msnicon]' OR '$post[yahooicon]' OR '$post[skypeicon]'"> |
If the div is still being read, then the condition is not working. Did you try what I suggested?
|
All times are GMT. The time now is 08:42 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|