The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
Hopefully someone call tell me how to do this. Here's what I want to accomplish: For all new threads created in this forum only, I would like to put this code at the bottom left of only the first post of each thread: Code:
<br /> <script type="text/javascript" src="http://www.reddit.com/button.js?t=3"></script> Any help would be appreciated! Thanks in advance |
#2
|
||||
|
||||
![]()
You can probably put it where you want in the postbit and then wrap a condition around it:
HTML Code:
<if condition="$thread['forumid'] == x AND $post['postid']==$thread['firstpostid']"> link </if> |
#3
|
|||
|
|||
![]()
This worked perfectly! Thank you!!
Now, on that same forum, I want to NOT show signatures... for all posts, but ONLY if the user is browsing as a guest. I still want signatures to show up on all other forums. How can I do this? Thanks again!! ![]() |
#4
|
||||
|
||||
![]()
Another condition maybe like this one (not sure you can use $show[member] in this template):
HTML Code:
<if condition="$show['member'] OR $thread['forumid'] != x"> signature stuff </if> |
#5
|
|||
|
|||
![]()
Awesome! Worked great!! Thanks again
![]() --------------- Added [DATE]1254010715[/DATE] at [TIME]1254010715[/TIME] --------------- How can I remove the signature on the first post only for all users, regardless of whether they are a member or guest? I want to do this instead of removing all sigs for guests... thanks ![]() |
#6
|
||||
|
||||
![]()
Then just a modified version of the first condition I wrote:
HTML Code:
<if condition="$post['postid'] != $thread['firstpostid']"> signature </if> |
#7
|
|||
|
|||
![]()
Great! Thanks again
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|