Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Tapatalk - Better Who's Online (WOL) Details »»
Tapatalk - Better Who's Online (WOL)
Version: 1.0.0, by Simon Lloyd Simon Lloyd is offline
Developer Last Online: May 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.x.x Rating:
Released: 11-21-2011 Last Update: 11-21-2011 Installs: 69
Uses Plugins
 
No support by the author.

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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 11-22-2011, 06:22 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

***Reserved***
Reply With Quote
  #3  
Old 11-22-2011, 06:54 PM
PPhysX PPhysX is offline
 
Join Date: Nov 2011
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved
Reply With Quote
  #4  
Old 11-22-2011, 07:36 PM
nerowolfe nerowolfe is offline
 
Join Date: Feb 2011
Location: France/Italy
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ty +1k
Reply With Quote
  #5  
Old 11-22-2011, 08:06 PM
Gorgias's Avatar
Gorgias Gorgias is offline
 
Join Date: Aug 2008
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Install and working on 4.1.5

Thanks!!!
Reply With Quote
  #6  
Old 11-23-2011, 12:58 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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"?>

<product productid="tapatalk_addon" active="1">
	<title>Tapatalk</title>
	<description>Tapatalk Addon</description>
	<version>4.0</version>
	<url><![CDATA[https://vborg.vbsupport.ru/showpost.php?p=2253833&postcount=618]]></url>
	<versioncheckurl>http://www.vbulletin.org/</versioncheckurl>
	<dependencies>
		<dependency dependencytype="vbulletin" minversion="4.0" maxversion="" />
	</dependencies>
	<codes>
	</codes>
	<templates>
	</templates>
	<stylevardfns>
	</stylevardfns>
	<stylevars>
	</stylevars>
	<plugins>
		<plugin active="1" executionorder="5">
			<title>Tapatalk Online</title>
			<hookname>online_location_process</hookname>
			<phpcode><![CDATA[if($filename == 'mobiquo.php') $userinfo['activity'] = 'Tapatalk';]]></phpcode>
		</plugin>
		<plugin active="1" executionorder="5">
			<title>Tapatalk Online Unknown</title>
			<hookname>online_location_unknown</hookname>
			<phpcode><![CDATA[if($userinfo['activity'] == 'Tapatalk')
{
    $userinfo['where'] = '<a href="mobiquo/mobiquo.php?'.$vbulletin->session->vars[sessionurl].'">'.$vbulletin->options[bbtitle].' Tapatalk Browser</a>';
    $userinfo['action'] = 'Viewing Location';
    $handled = true;
}]]></phpcode>
		</plugin>
	</plugins>
	<phrases>
	</phrases>
	<options>
	</options>
	<helptopics>
	</helptopics>
	<cronentries>
	</cronentries>
	<faqentries>
	</faqentries>
</product>
Reply With Quote
  #7  
Old 11-23-2011, 01:19 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #8  
Old 11-23-2011, 03:02 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For now I am happy with what I have
Reply With Quote
  #9  
Old 11-23-2011, 09:57 AM
Rckcrwlr Rckcrwlr is offline
 
Join Date: Dec 2008
Location: PA
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks good. thanks
Reply With Quote
  #10  
Old 11-23-2011, 04:33 PM
Robru Robru is offline
 
Join Date: Aug 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great! thanks
Reply With Quote
Reply

Thread Tools

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


All times are GMT. The time now is 04:23 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04814 seconds
  • Memory Usage 2,286KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete