PDA

View Full Version : How to add non-vB pages to Current activity?


Eliasen
07-05-2011, 05:53 PM
Does anyone know how I can add non-vbulletin pages to the "current activity" list?

I am currently including the following code on all my non-vb pages:

$curdir = getcwd ();
chdir('/home/myaccount/public_html/my-website.com/forum');
require_once('/home/myaccount/public_html/my-website.com/forum/global.php');
chdir ($curdir);


Thanks!

Lynne
07-05-2011, 06:01 PM
You may want to follow this guide - [HOW TO - vB4] Create your own vBulletin page (https://vborg.vbsupport.ru/showthread.php?t=228112) There are instructions there on how to get the page to show up on the online.php page if you create your page following that guide.

Eliasen
07-05-2011, 06:07 PM
Thanks again, will reading though the post now :)