vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - More Share Options TNG by BOP5 (Facebook, Twitter, Google +1, AddThis) Share Buttons (https://vborg.vbsupport.ru/showthread.php?t=266159)

BirdOPrey5 03-10-2012 02:17 AM

Do you mean when you "Like" something on Facebook the subject doesn't get posted?

Please give me a link to a thread on your forum, any thread with the share buttons on it.

Emeralda 03-13-2012 12:34 AM

http://img32.imageshack.us/img32/855...73a9bd8019.png

http://neoanimechains.com/forum.php

vB 4.1.10

Rawr, I was looking to add a gif image next to Share This forum, just like with the 3 above boxes, but I can't seem to find where I could do it. The more_share_options had only the lower part of the box, below the text, and influenced all such buttons on the forum.

tekmaster 03-13-2012 04:00 AM

How do I change the order of which share buttons to display? I want my fb share button to be at the end

ultimategeek 03-13-2012 01:04 PM

How do i move the buttons a little higher?
you can see them on the right hand side on the picture

https://vborg.vbsupport.ru/

ultimategeek 03-14-2012 05:06 PM

anyone?

ultimategeek 03-15-2012 08:54 PM

:( sad

BirdOPrey5 03-15-2012 08:58 PM

Quote:

Originally Posted by Emeralda (Post 2308995)
http://neoanimechains.com/forum.php

vB 4.1.10

Rawr, I was looking to add a gif image next to Share This forum, just like with the 3 above boxes, but I can't seem to find where I could do it. The more_share_options had only the lower part of the box, below the text, and influenced all such buttons on the forum.

To edit the the image (the "thumbs up") easiest way would be to replace (overwrite) the image "share_like.png" (in images/misc/) with one you do want to use.

If you have to do more specific editing the code is not in a template, I never intended it to be edited- but if you want to try you need to go to the Plugin on the "parse_templates" hook and find the line:

PHP Code:

         $template_hook['forumhome_wgo_pos5'] .= '<div id="wgo_bopshare" class="wgo_subblock section"><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>'


Quote:

Originally Posted by tekmaster (Post 2309018)
How do I change the order of which share buttons to display? I want my fb share button to be at the end

You have to manually edit the more_share_options template to change the order of the buttons. Instructions to move the buttons are and were included in the zip file.

Quote:

Originally Posted by ultimategeek (Post 2309083)
How do i move the buttons a little higher?
you can see them on the right hand side on the picture

http://i458.photobucket.com/albums/q...ck/twitter.jpg

You will need to manually edit the more_share_options template... try putting another <br /> tag at the very bottom.

ultimategeek 03-15-2012 10:40 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2309861)

You will need to manually edit the more_share_options template... try putting another <br /> tag at the very bottom.

didn't work :(

BirdOPrey5 03-15-2012 11:07 PM

OK... Plan B...

Add this code to your "additional.css" template:

Code:

.bop5share {
  position:relative;
  top: -10px;
}


ultimategeek 03-15-2012 11:41 PM

that worked prefect
Thank you


All times are GMT. The time now is 09:10 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.02016 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete