vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > Add-On Modules & Modifications > vBa CMPS v4.x > Add-On Modules (version 4.x)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-02-2010, 03:05 PM
r_hippy's Avatar
r_hippy r_hippy is offline
Member
 
Join Date: Jul 2008
Posts: 67
Default vBadvanced WOL

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;
}
Plugin is Active: yes

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;
}
Plugin is Active: yes

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!
Attached Images
File Type: gif wol-orginal.gif (3.1 KB, 804 views)
File Type: gif wol-fix.gif (2.7 KB, 667 views)
__________________
Backup Backup Backup.. Thats all I can say

Last edited by r_hippy; 05-02-2010 at 08:52 PM. Reason: small edit
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -4. The time now is 11:48 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.