Quote:
Originally Posted by OH-Shoot
The problem is the phrase isn't available in forumhome template I dont think.
Try this
Code:
<if condition="$show[member]">
<strong>Welcome <a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$bbuserinfo[username]</a>
</strong>
</if>
|
thanks Mr
OH-Shoot,
But i think the problem not in my code because it is just example , i was try with semple words, but the the same problem i've ..
--------------- Added [DATE]1231945879[/DATE] at [TIME]1231945879[/TIME] ---------------
Quote:
Originally Posted by Dismounted
This will display "Hi" to people with user IDs 1, 2 and 3.
Code:
<if condition="in_array($vbulletin->userinfo['userid'], array(1, 2, 3))">Hi</if>
PS. You may want to know that Lynne is a girl. 
|
1st, thanks 4 ur PS


, Sorry Lynne

...
i try ur code mr but it didn't work for me ...
what i should to do now ?