The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
$_SESSION issues
Have some problems with the following code.
PHP Code:
$vbulletin->session->vars['session_url']['dialog_global_display_time'] and that screwed things up. I'm at a loss here, I don't want to store this information on the user table but it's starting to look like I might have to for lack of a better way to carry this over (For those wondering, the code launches an interstatial pop-up at session start with forum announcements or private messages. I don't want that interstatial launching once it's been seen. I'd like once per browser session but I'll settle for once per hour. The code is broken down slightly because I have a global announcement I use to warn users that I'm about to shut the boards down). |
#2
|
||||
|
||||
How are you storing it?
IIRC, the session array is for things from the session table, so if you are setting it via cookie you should use something like this, PHP Code:
(to set the cookie, use...) PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|