The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Is it possible to have the Announcement or Sticky fully open when someone visits a thread, so they do not have to open it?
TIA!! K58 vBulletin® Version 3.7.4 |
#2
|
|||
|
|||
![]()
Use a notice
|
#3
|
||||
|
||||
![]()
Do you mean have them open when someone visits the forumdisplay? I'm not sure how you can have a thread open when you visit another thread. But, anyway, it sounds like maybe you want to use Notices. Those may do what you want.
|
#4
|
||||
|
||||
![]()
it won't work since I'm using BB Code [table] mod. It is a table.
I want to have a different Announcement or Sticky on each thread. So when someone opens a thread, they will see the Announcement or Sticky open at the top of the thread. --------------- Added [DATE]1228590163[/DATE] at [TIME]1228590163[/TIME] --------------- I want to have a different Announcement or Sticky on each thread "open". So when someone opens a thread, they will see the Announcement or Sticky open at the top of the thread. There has to be a way!! I tried the "Notices" option, but table code is not as flexible as BB Code [table]!! |
#5
|
||||
|
||||
![]()
Create a new phrase..... I'll call it 'new_phrase', and put your message in there using valid html
At the top of the SHOWTHREAD template where you want the message to appear, put in: HTML Code:
<if condition="in_array($forum[forumid], array(x,y,z))"> <!-- message shown if you are in forumid x,y,or z --> $vbphrase['new_phrase] </if> |
#6
|
||||
|
||||
![]()
I don't think this will work since I have 12 Threads and I want a different message on top of each Thread.
|
#7
|
|||
|
|||
![]()
ok what page exactly are u talking about here, can u give us a link to what page u want to show this on?
You keep saying thread, but then that would be the first post in a thread. |
#8
|
||||
|
||||
![]() Quote:
Threads: http://www.warfaith.com/forumdisplay.php?f=1 Top Thread: http://www.warfaith.com/forumdisplay.php?f=2 What I want open on top of the Thread (Sticky): http://www.warfaith.com/showthread.php?t=2 or What I want open on top of the Thread (Announcement): http://www.warfaith.com/announcement.php?f=2 On each Thread I want a different message. If you look at each of the Threads, you will notice a Sticky and Announcement, each different; that's what I want to appear open on each Thread. Thanks. |
#9
|
||||
|
||||
![]()
Be creative.
HTML Code:
<if condition="in_array($forum[forumid], array(x,y,z))"> <if condition="$threadid=='xxxxx'"> html message here or contents from post maybe - could require plugin </if> <if condition="$threadid=='yyyyyy'"> html message here </if> <if condition="$threadid=='zzzzzz'"> html message here </if> etc. </if> |
#10
|
||||
|
||||
![]()
Do I still create a new phrase...where does the "if" statement go?
Thanks. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|