The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Creating a guestbook to use with Vbulletin
What i'm looking to do is make a guestbook where only registered users could post but guests could view it. It would be in the same directory as vbulletin, but a different file. How would I check if the user is logged in or not, and have them post with their username?
|
#2
|
||||
|
||||
Look for mine and in the good template, add a conditional to limit which usergroups can post
<if condition="$bbuserinfo[usergroupid]!=0"> template content <else /> You are not logged and so you can't post in the guestbook ...</if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|