vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Forumhead icons (https://vborg.vbsupport.ru/showthread.php?t=277795)

soaringpine 01-30-2012 08:28 PM

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.

RobbieZ 02-01-2012 10:44 AM

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>........
......
....

a call to something like this would accomplish the same
Code:

#topiconbox {
    float: right;
    height: 110px;
    margin: 0 -8px 14px 0;
    padding: 1px 0 0 10px;
    width: 115px;
}

..
.


All times are GMT. The time now is 10:09 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.01263 seconds
  • Memory Usage 1,710KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete