The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
More Share Options TNG by BOP5 (Facebook, Twitter, Google +1, AddThis) Share Buttons Details »» | ||||||||||||||||||||||||||||||||
More Share Options TNG by BOP5 (Facebook, Twitter, Google +1, AddThis) Share Buttons
Developer Last Online: Aug 2023
Brought to you by BirdOPrey5
www.Qapla.com Current Version: 3.2 More Share Options The Next Generation (v 3.0) is a complete rewrite of my "More Share Options" mod. If you are looking for the old version I am keeping it attached (More Share Options for VB4 by BOP5v261.zip) but it will no longer be updated or supported. The purpose of the mod is to add additional share "buttons" (Besides Facebook Like) to vBulletin. Demo: Practically every page of Qapla.com has the "Gold" version enabled. There is GOLD Version with additional features available at: http://www.qapla.com/mods/showthread...4-by-BOP5-GOLD The FREE Version allows sharing to the following sites:
The FREE Version also has the following Style Vars for basic styling:
The GOLD Version has all of the above PLUS the following additional share options:
The GOLD Version also has additional Style Vars for complete control of Share Bar Styling:
(Both FREE and GOLD can be completely customized by CSS as well if you prefer not to use Style Vars.) Some of the major differences between More Share Options TNG and the Original Version:
As with the prior version, fast loading Asynchronous JavaScript is used everywhere possible. IMPORTANT UPGRADE NOTICE! If you are "upgrading" from an old version (any version less than 3.0) be aware this version (TNG) has been coded as a completely new and separate mod. It will NOT upgrade an old version. I suggest if you run an old version of "More Share Options" you disable it via Product Manager in Admin CP. Install and configure this new mod and make sure it works and you like it. If you do like it then you can uninstall the old mod from Product Manager. IMPORTANT - Some users have reported the new mod will not run until the old mod is uninstalled. If you have installed 3.0 and it is not running, please try uninstalling the old mod first. VBSEO Compatibility: UPDATE: It has been reported working with VBSEO! Basically I have no idea how compatible this may be with VBSEO as I don't have access to a VBSEO enabled forum. If you use VBSEO be sure it works as designed (you can share pages.) Test share 3 pages: The Forum Home, a Thread (showthread), and a Forum (forumdisplay) - if all 3 shares work I am confident the mod will work completely for you. I suggest you use Twitter or Facebook for your testing. If you do run into VBSEO issues please post here and I will do my best to fix. General Compatibility: This has been tested as far back a VB 4.0.8 and as recent as VB 4.2.0. It is expected to work on all VB 4.x.x versions however if you have a very old version of VB please try the FREE version before purchasing the Gold to ensure compatibility. This is not compatible with VB 3.x. As of version 3.2.0 there is a recommended manual file edit for those running VB 4.1.9 or below. Admin CP Full Screen Shot: http://www.qapla.com/mods/ss/msotng_admincp_free.jpg VB 3.8 Version Here. Please Mark as Installed if you use this. Donations always appreciated. :up: To be clear the New (TNG) Version is: More Share Options TNG FREE (v 3.2) by BOP5.zip ------------------------------------------------------ Please "Mark as Installed" if you use this. Donations always appreciated. :up: Nominate MOTM if you LOVE it! Download Now
Screenshots
Show Your Support
|
39 благодарности(ей) от: | ||
Adrijan, Alecsmith, archet1337, AttalaEA, BlueCheri, CharlieDelta, da_judge, Dr.osamA, dr.tawy, Erica1977, FighterO'Foo, ForceHSS, hasidoo, iiioroh, JamalFree, Jasem, junaid, KevinL, kylek, Kzyl-orda, mapleleaffans, michal72, mohammadxxx, Mukashi, OlijO, pitt34, puertoblack2003, RPSmedia, Sam-TheMaster, Sayid, smirkley, sweetpotato, synseal, Taurus1, TheLastSuperman, Trangalleiro, troyuncucom, un? in?, yamahapaul |
Comments |
#552
|
||||
|
||||
I've had to disable this modification unfortunately. I'm unsure why, but it seems to be causing 50+ extra queries on all pages. The specific plugin causing this to happen to me is:
Plugin: Add Share Options to Templates Hook: process_templates_complete After removing the following from the plugin, the 50+ extra queries disappear: Code:
require_once(DIR . '/includes/adminfunctions_template.php'); Thanks! Edit: I should note, this only started after updating to vBulletin 4.1.11. Previously my Forum was running 4.1.7 with no issues, or extra queries. |
#553
|
|||
|
|||
Does this work properly for version 4.1.11?
|
#554
|
||||
|
||||
Monkeyboy,
I believe it is a side effect of this bug in 4.1.11: http://tracker.vbulletin.com/browse/VBIV-14446 It is set to be fixed in 4.1.12. The main issue with this bug is it doesn't allow translated phases to be used on some situations and kh99 provided a fix for that part: https://vborg.vbsupport.ru/showpost....60&postcount=4 But it does not appear to help the query situation much. I saw mine from 76 to 72 on a 1 post thread. I will investigate the issue further. Does the mod still work for you with the "require" statement removed? It was used only for adding share buttons to albums, pictures, and member profiles. I'm curious if these areas still work with it removed. It does work on 4.1.11 except for the extra queries due to the bug described above. |
#555
|
||||
|
||||
OK I believe I have a fix for the extra 50 query issue.
I have posted it in JIRA for comment: http://tracker.vbulletin.com/browse/VBIV-14451 I know it solves the query issue on the front end, the only discussion is if it will still fix the bug that brought about this edit to begin with. The bug only involved exporting styles when using a language other than the master language so if you don't ever do that you can use the fix without issue. It has reduced query usage on my forum for a post from 77 to 27. This mod is not the only one that uses adminfunctions_template.php but this fix will fix the query issue for all of them. The fix is to edit adminfunctions_template.php in the /includes/ direcotry.' There's a big block of code starting at line 5855 we want to put in an if condition. So change: PHP Code:
PHP Code:
|
#556
|
|||
|
|||
and if i want to just use addthis for analytics?
|
#557
|
||||
|
||||
If you go to addthis.com you can get your own addthis userid and add it to the mod. This will allow you to use basic analytics (you will get a report in email with recent shares and such.)
If you want to use their advanced tracking features then don't use this mod. |
#558
|
||||
|
||||
Wooo it works well on http://www.naijafinder.com/forum.php
|
Благодарность от: | ||
BirdOPrey5 |
#559
|
||||
|
||||
Quote:
Before: http://prntscr.com/7f8t4 After: http://prntscr.com/7f8tz But I think the way I try to insert the code is somehow wrong, because before there was this nice space on the lower part: http://prntscr.com/7f8u9 but now there's none: http://prntscr.com/7f8wh Here's how I've inserted the image: PHP Code:
|
#560
|
||||
|
||||
I'm not sure what is causing the space to be removed but you can force it back with this code:
Code:
$template_hook['forumhome_wgo_pos5'] .= '<div id="wgo_bopshare" class="wgo_subblock section"><img src="images/misc/konata4.gif" alt="" style="float:left; margin: 3px 10px 3px 3px" /><h3 class="blocksubhead"><img src="'.$vbulletin->stylevars['imgdir_misc']['imagedir'].'/share_like.png" alt="Share" />'.$vbphrase['bop5_share_this_forum'].'</h3><div> '. $moreshare . '</div></div>'; |
#561
|
||||
|
||||
It doesn't seem to be it, it put the buttons lower, instead of more to the right:
Before: http://prntscr.com/7f9tw After: http://prntscr.com/7f9to |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|