Quote:
Originally Posted by Emeralda
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
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
How do i move the buttons a little higher?
you can see them on the right hand side on the picture

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