![]() |
Tapatalk - Better Who's Online (WOL)
What this mod does
This mod changes the location from "Unknown mobiquo/mobiquo.php" to an ad letting your mobile users know where they can get the app to view your forums on the go (http://www.tapatalk.com/mobile.php) Features There are no settable features and it will not show in your vBulletin Options If you don't have Tapatalk on your forums it's real easy to implement (just upload 1 whole folder and add a line to header include) and for forum owners its free! http://www.tapatalk.com/plugin.php First screenshot is before, second is after Please mark as installed if you want any chance of support with this :) |
***Reserved***
|
Reserved
|
Ty +1k :)
|
Install and working on 4.1.5 :)
Thanks!!! |
made something like this myself only it just fixed that unknown location crap
this is the one I done kind of close to yours Code:
<?xml version="1.0" encoding="ISO-8859-1"?> |
Well thats all mine does really is just fix unknown location, im looking at creating a WOL for tapatalk so that it shows the actual location, it will have to be integrated with tapatalk files on my server as currently vbulletin IS showing the location as the file that is being viewed i.e mobiquo.php, when i spare moments i'll try to create something, i'll get in touch with Winter at tapatalk and see if they'll release the updated file after testing.....don't hold your breath though as im really busy at the moment.
|
For now I am happy with what I have
|
Looks good. thanks
|
Great! thanks ;)
|
Thanks. And if you can fix what actual topics members viewing it would be even better.
|
Quote:
|
Quote:
|
Installed, thanks.
|
Installed. Thank you.
|
nice mod
do we need something similar for forumrunner too ? |
search to google and find this to add my vbulletin website and works fine.
ADMINCP >> PLUGIN & PRODUCTS >> ADD NEW PLUGIN Product - Forum Runner Hook Location - online_location_process Title - Forum Runner - WOL Online Location Execution Order - 5 Plugin PHP Code PHP Code: if($filename == 'mobile.php') $userinfo['activity'] = 'Forum Runner'; Plugin Active - YES ------------------------------------------------------------------------------------------------------ ADMINCP >> PLUGIN & PRODUCTS >> ADD NEW PLUGIN Product - Forum Runner Hook Location - online_location_unknown Title - Forum Runner - WOL Online Location Unknown Execution Order - 5 Plugin PHP Code PHP Code: if($userinfo['activity']=='Forum Runner') { $userinfo['where'] = '<a href="http://www.forumrunner.net/">Forum Runner</a>'; $userinfo['action'] = 'Forum Runner'; $handled = true; } Plugin Active - YES |
All times are GMT. The time now is 03:28 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|