![]() |
Adding something to just one person's postbit
I want to add a html snippet to a certain user's postbit. How can I do this? I know that I need to put a template variable in there, but I just don't know which one. I tried $post[userid], but I think I'm on the wrong path there; it added it to everyone's. :( What do I do?
|
$post[userid] is the userid of the person who made the post. Post up what you coded and what the result was and we can take a look.
|
You can use:
HTML Code:
<if condition="$post[userid] == 'x'">HTML HERE</if> HTML Code:
<if condition="$post[username] == 'x'">HTML HERE</if> |
Code:
<if condition="$post[userid]=X">HTML</if> |
All times are GMT. The time now is 10:03 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:
|