PDA


View Full Version : Who's Online Fix and Template Grouper


am-fs
11-23-2005, 12:16 PM
Description:
2 Small Plugins
1 - Will show the locations of users in your vBadvanced Links instead of "Unknown Location" in vB's Who's Online page.
It does not show the links.
2 - Will group your vbadvance links templates in your Style/Templates

Plugins Names:
vBadvanced Links Template Group (1)
vbAdvanced Links WOL (3 Parts)

Locations:
Browsing Links
Viewing Links Index
Viewing Links
Searching Links
Replying to a Link
Submitting a Link

Credits:
Go to Vinzphua and SolidSnake@GTI, as I just edited the files to vbAdvance Links.

Tested on:
vBulletin 3.5.0 and vBadvance Links 1.01 and Localhost

Effort to install:
1. Download the XML.
2. Import the product at the AdminCP->Plugin System->Download/Upload Plugins
(See the vBulletin manual on how to install products.)

KW802
11-23-2005, 12:26 PM
Looks good. :)

e-steki
11-30-2005, 07:20 AM
/me clicks install
Thank you am-fs! :)

trackpads
12-23-2005, 02:16 AM
Excellent! Thanks

dilbert05
03-14-2006, 10:43 AM
This seems to work well until the user is viewing the Link Details, then I get:
Unknown Location
/links/showlink.php?do=showdetails&l=1&catid=2 (http://www.bloodbanktalk.com/links/showlink.php?do=showdetails&l=1&catid=2)

Any fix for this?

dilbert05
03-22-2006, 03:30 PM
Any news?
This seems to work well until the user is viewing the Link Details, then I get:
Unknown Location
/links/showlink.php?do=showdetails&l=1&catid=2 (http://www.bloodbanktalk.com/links/showlink.php?do=showdetails&l=1&catid=2)

Any fix for this?

am-fs
04-09-2006, 01:00 PM
Sorry about that dilbert05

you can add the fix to the plugin - online_location_unknown
FIND:

case 'addlink':
$userinfo['action'] = "Submitting a Link";
$handled = true;
break;
}
REPLACE WITH:
case 'addlink':
$userinfo['action'] = "Submitting a Link";
$handled = true;
break;

case 'showlink':
$userinfo['action'] = "Viewing Link";
$handled = true;
break;
}

Or Delete the Current Plugin and add the fixed plugin below.

am-fs
04-09-2006, 01:03 PM
Humm.............Sorry Double Post