Log in

View Full Version : Add social icons just to the left of search box


LoTGoD
10-03-2013, 03:57 PM
Hello you wonderful vB people!

I'd like to add 3 social icons (twitter, instagram, and youtube) just to the left of the search box on my forum.

I've edited just about every template that I can think of, and yet none of them put the png images where I really want them to be.

Each image is 26 x 26 pixels, so size shouldn't be an issue.

Would someone please be kind enough to let me know which template, and the location in the template to put my info?

Thanks a million!

ozzy47
10-03-2013, 04:22 PM
What version of vB4 are you using?

LoTGoD
10-03-2013, 04:24 PM
What version of vB4 are you using?

4.2.1

ozzy47
10-03-2013, 04:54 PM
You can modify this code, to suit your needs:

<span style="float:right; margin-right: 185px;">
<a href="http://blogger.com"><img src="images/socialicons/blogger.png" style="height:26px; width:26px;"></a>
<a href="http://delicious.com"><img src="images/socialicons/delicious.png" style="height:26px; width:26px;"></a>
<a href="http://digg.com"><img src="images/socialicons/digg.png"style="height:26px; width:26px;"></a>
</span>Put that in the navbar template just after the following.
{vb:raw template_hook.navtab_end}

LoTGoD
10-03-2013, 04:59 PM
Thanks Ozzy!

Its close, but something isn't quite right here...

ozzy47
10-03-2013, 05:05 PM
Maybe something is interfering on your site. If you want to pm me a admin account, I can try to fix it for you.

--------------- Added 03 Oct 2013 at 14:15 ---------------

Code has been changed to work properly. :)

--------------- Added 1380849764 at 1380849764 ---------------

This has now been turned into a mod, [Ozzy47] Social Media Icon Links In NavBar (https://vborg.vbsupport.ru/showthread.php?t=302938)