The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forumhead icons
I am looking for a mod or edit to accomplish the social media icons like this site has - http://forum.xda-developers.com/announcement.php?a=81 Not to mention this site is an incredible example of vbulletin's potential. Do not know if this is a style or if all of this was done independently but WOW!
Any help on accomplishing the twitter/facebook icons in the forumhead right side would be much appreciated. |
#2
|
|||
|
|||
vb 3.8.7 was a better 'get to grips' with forum software (which is what they are using)
your social media icons is just css calls with some div list and tables. inserting this into your body would do it. Code:
<div id="topiconbox"> <li><a href="http://www.twitter.com/yourtwittersite"> <img title="twitter" alt="twitter" src="twitter.png"> </a> </li> <li><a href="http://www.facebook.com/yourfacebook"> </li> <li>........ ...... .... Code:
#topiconbox { float: right; height: 110px; margin: 0 -8px 14px 0; padding: 1px 0 0 10px; width: 115px; } . |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|