![]() |
|
#1
|
||||
|
||||
|
First off I'm no coder by no means..
This is why this took me hours to get working by studing the plugins that I have installed from other mods.. Feel free to change what ever you like. Feel free to use it in the next release This bothered me that I would view WOL and see unknown location and a link to the home page / portal.. so I have a quick fix.. Go to Admincp>Plugin & Products>Add New Plugin Create two plugins using the following hooks. Product: vBadvanced CMPS Hook Location: online_location_process Title: vBadvanced CMPS WOL process Plugin PHP Code : copy & paste from below Code:
switch ($filename)
{
case 'adv_index.php':
$userinfo['activity'] = 'Home';
break;
}
Save Now go back to Admincp>Plugin & Products>Add New Plugin Product: vBadvanced CMPS Hook Location: online_location_unknown Title: vBadvanced CMPS WOL unknown Plugin PHP Code : copy & paste from below Code:
switch ($userinfo['activity'])
{
case 'Home':
$userinfo['where'] = '<a href="adv_index.php'.$vbulletin->session->vars[sessionurl].'">Home</a>';
$userinfo['action'] = "Viewing The Portal";
$handled = true;
break;
}
Save you can change home to what ever you want to call your vBadvanced page.. they have to be the same name in both plugins. I use adv_index.php as my home page file name. you will need to change that in both plugins to what ever you have yours named to. "Viewing The Portal" and "Home" in vBadvanced CMPS WOL unknown plugin you can change to what ever you like as well.. here are a couple screen shots of before and after.. enjoy!
__________________
Backup Backup Backup.. Thats all I can say
Last edited by r_hippy; 05-02-2010 at 08:52 PM. Reason: small edit |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question about vBadvanced CMPS and vBadvanced Dynamics | SherryG | Pre-Sale Questions | 1 | 08-27-2007 10:57 AM |
| The difference between vBadvanced CMPS and vBadvanced Dynamics | yanono | Pre-Sale Questions | 7 | 08-12-2007 09:09 PM |
| vBadvanced.com running vBadvanced CMPS v2.2.1 | RS_Jelle | Site Feedback & Updates | 3 | 10-15-2006 04:50 PM |
| vBadvanced Links Directory & vBadvanced CMPS | vBGJ | Pre-Sale Questions | 3 | 04-09-2006 10:15 PM |
| Difference btw vBadvanced CMPS & vBadvanced Homepage? | Millionaire | Chit Chat | 5 | 08-27-2004 01:24 PM |