The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Dismounted, thank you! I searched for more info and came across a very useful example that's also by you: https://vborg.vbsupport.ru/showpost....39&postcount=4
--------------- Added [DATE]1233680678[/DATE] at [TIME]1233680678[/TIME] --------------- For those of you that want a simple way to show something different to first time visitors, here's the plugin I'm using at Global Start: Code:
if (!isset($_COOKIE[COOKIE_PREFIX . 'FirstVisit'])) { // set variable for use in templates $firstVisit = true; // set cookie vbsetcookie('FirstVisit', '0', permanent); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|