The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Pinterest Sharing System by BOP5 for VB 3.8 & VB 4.x! (Pinterest Pin Button Mod) Details »» | |||||||||||||||||||||||||||||||||||||
Pinterest Sharing System by BOP5 for VB 3.8 & VB 4.x! (Pinterest Pin Button Mod)
Developer Last Online: Aug 2023
Brought to you by BirdOPrey5
www.Qapla.com A BIG Thank You to all for voting this May 2012 Mod of the Month! Version 1.04 - Added showpost compatibility Version 1.01 - Compatibility fix for dbtech Advanced Thanks/Like mod Version 1.0 - Initial (Non-Beta) Release This mod is compatible with all VB 3.8 and 4.x versions released to date. It has been tested on VB 3.8.7, VB 4.1.11, and VB 4.2.0 and should work on older and newer versions as well. Live Demos: VB4 Demo: Pinterest Share Demo at Qapla.com VB3 Demo: Pinterest Share Demo Thread - JUOT - Joe's Ultimate Off Topic Pinterest is the next big thing in Social Media. It offers a very intuitive and friendly interface for users to share the things they like, use, and appreciate. Unlike with Facebook or Twitter Pinterest absolutely requires some sort of visual representation of what you are sharing- this takes the form of a thumbnail image of a larger image or a thumbnail of a video. Previously even if you could incorporate the Pinterest Pin button code into vBulletin there was no way to associate a unique image with every post. This mod will search east post for any of the following. Priority is given to higher ranked items. The first instance of the first item type found will become the thumbnail sent to Pinterest. Each item can be enabled or disabled from the mod settings. 1) First it will look for YouTube videos. (Either embedded with [VIDEO] BBCode OR regular YouTube links OR YouTube videos embedded with the AME mod. 2) If no YouTube video is found it will next look for links to any external images. These are images that use the [IMG] BBCode. 3) If no external images are found it will look for any inline attachments. In the settings you can specify whether it should share the full sized attached image or only the thumbnail. Guests must have permission to download attachments or to see thumbnails for this option to work. 4) If none of the above find anything the mod can use this option will use avatar of the poster as the thumbnail sent to Pinterest. 5) If the user has no avatar as a last resort you can specify a link to a default forum image (perhaps the forum logo?) that will be submitted as the thumbnail. Pinterest will not accept any Pins that do not contain a valid, guest accessible, image thumbnail. You can choose the default description text. You can take text from the post itself, the thread title, or the forum META description. In any case the user always has the option to edit the description before submitting it to Pinterest. The mod also contains a number of settings that allow you to choose how you want the Pinterest button to look, where you want it, and other basics such as what forums, styles, or usergroups to disable but button for or in. The mod uses auto template edits for basic use however power-users will want to opt for the manual template edits (explained below) for even better customization and positioning of the Pinterest Pin Button. Known Issues: Using the recommended locations and settings the mod is working well on VB 3.8 and VB 4.x as you can see in the demo links above. However adding the Pinterest button causes some visual changes in some browsers. For example in VB 4 with Chrome browser if you quick-edit a post with the Pinterest button the editor toolbar is pushed down lower than normal. Everything works it's just different than you are used to. In Firefox however the editor toolbar looks fine. In VB 3 in the post message area location the "numbers" from the pin button are outside the border of the main table. This is somewhat on purpose- I think having the count outside the box draws more attention to them. Unfortunately if you don't like that all I can suggest is to disable the count completely because I am not a style expert. You are free however to do the manual template edit including in the instructions (and below) to find the perfect spot for your Pin button on your style(s). Please Mark as Installed if you use this. Donations Always Appreciated. :up: Download Now
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
djbaxter, RichieBoy67, sjim |
Comments |
#82
|
||||
|
||||
tpearl5 is right on, that is a good way.
|
#83
|
|||
|
|||
Not sure I get how this will work for the entire vb site. Some forums require registration, while others are guest viewable. Does this mod allow admins to select which forums will allow the pin it button?
|
#84
|
||||
|
||||
Yes, the admin can set a list in the settings on what forums should not have the pin button.
|
#85
|
|||
|
|||
Excellent!
At my site, WestCoastGearHeads.com we post tons of automotive type photos within threads... especially from events that we cover. We share on facebook / twitter, but I'm really interested in trying pinterst. Thanks for the mod, I'll download and test when I get back from today's events |
#86
|
||||
|
||||
Thank You All for your votes!
Official Winner of the May 2012 Mod of the Month! Overall there were some great mods last month, more than usual- it was a tough choice, even for me. |
4 благодарности(ей) от: | ||
BlessedFWI, DragonByte Tech, kh99, Sunka |
#87
|
|||
|
|||
Hi BOP5
I have problem with this Mod and Thanks Mod (Dragonbyte Tech). With newest version of they mod, when user click on button to give like/thanks for post, if pinterest icon are in that post, after click on like/thanks button Pinterest icon disappear. I ask for help on they forum, and solution is that you integrate Pinterest mod with showpost.php Could you please do that? |
#88
|
|||
|
|||
Quote:
|
#89
|
||||
|
||||
Quote:
Could you please go to the Admin CP -> Plugins & Products -> Plugin Manager Open/Edit the Plugin from the Pinterest mod called Auto Postbit Edit on the parse_templates hook. Edit the first two lines from: Code:
if ($vbulletin->options['bop5pin_en'] AND $vbulletin->options['bop5pin_where'] AND THIS_SCRIPT=='showthread' AND !in_array($vbulletin->userinfo['styleid'], explode("," ,$vbulletin->options['bop5pin_styles'] ))) Code:
if ($vbulletin->options['bop5pin_en'] AND $vbulletin->options['bop5pin_where'] AND (THIS_SCRIPT=='showthread' OR THIS_SCRIPT=='showpost') AND !in_array($vbulletin->userinfo['styleid'], explode("," ,$vbulletin->options['bop5pin_styles'] ))) Does that add anything to the post after you "like' it? If I'm right it should add maybe just a button without a count- just interested if it does anything at all. |
#90
|
|||
|
|||
I change plugin code like you said.
It is half fix now. When I click on button Like/Thanks/... Pinterest icon do not disappear like before. It just change to icon without number, like you say it would. Little problem is when you click on that icon, it is open in new tab it is not then anymore in same window like popup. |
#91
|
||||
|
||||
Quote:
Let me know if it works as expected now. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|