Log in

View Full Version : i try editing online.php to include those non vb 3 pages...


d3nnis
03-24-2004, 02:55 PM
last time it used to worked... now it doesn't after using vb 3 gold...


aded to includes/function_online.php

case 'privacy.php':
$userinfo['activity'] = 'viewing keeptouch privacy policy';
break;


anyone care to help?

NTLDR
03-24-2004, 03:10 PM
There are two places to add the definitions for each page IIRC.

d3nnis
03-24-2004, 11:33 PM
There are two places to add the definitions for each page IIRC.


besides the one above where else? care to show me? :rolleyes:

d3nnis
03-26-2004, 05:06 AM
Ntldr?

NTLDR
03-26-2004, 08:56 AM
switch($userinfo['activity'])

and

switch($filename)

are the two switch statements you need to add your code too.