Quote:
find {vb:raw post.message} Either directly above it or below it add this code: Code:
<vb:if condition="$post['isfirstshown']"> |
Quote:
thanks alot it is worked perfectly:D is there any way to put the banner between the content of thread? ie: among words of post not before nor after thanks again |
Not with a template conditional... that would require some custom coding beyond the realm of this article.
|
Quote:
|
Hi,
I created a profile field that I'd like each usergroup to view but only want 3 usergroups to use. How do I go about that in postbit legacy? Here's what I have so far: Code:
<vb:if condition="$post[field27] != ''"><img src="images/favthings/{vb:raw post.field27}.png" title="Favorite Things" align="left" border="0" /></vb:if> |
Quote:
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3) AND $post[field27] != ''"><img src="images/favthings/{vb:raw post.field27}.png" title="Favorite Things" align="left" border="0" /></vb:if> |
Thank you SO much!! :)
|
Quote:
|
^^Regarding the same code above, is there a way to let the image show to everyone but only usable for certain usergroups? Meaning the image will only be active in 4 usergroups' postbit but everyone can view the image.
Not sure if I'm explaining it well... |
I'm trying to make the tab to collapse the sidebar only visible to paid members, I want everyone else to be unable to collapse it.
Would this be the correct edit to the forumhome template? Code:
<a id="sidebar_button_link" href="#"> thanks in advance |
All times are GMT. The time now is 11:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|