The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've been trying to put a Message that displays only to guests..
However, it either disappears or displays to everyone... So far ive tried PHP Code:
In the archive_postheader hook.. Neither work.. Anyone have any idea or point me in the correct location. |
#2
|
||||
|
||||
![]()
Did you ever solve this? I'm wanting to do the same thing (customize the archive/index.php with a different message for guests than registered users near the top) but I don't know how to do this...
Any help would be greatly appreciated. --------------- Added [DATE]1203058489[/DATE] at [TIME]1203058489[/TIME] --------------- Figured it out: Code:
if ($vbulletin->userinfo['userid'] == 0) { $output .= " html here "; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|