vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Show Thread Enhancements - Bombed Social Bookmarks (https://vborg.vbsupport.ru/showthread.php?t=184398)

Ghost Shadow 01-16-2009 09:13 PM

Thank you very much...INSTALLED...looks great!!

Armyqt 02-05-2009 08:03 PM

This is a cool mod. Thanks!! However, I cannot get the icons to center. They are all to the left. I only added 6. Any assistance is appreciated.

BigJohnny 03-03-2009 01:11 AM

to get icons to be in the center do this.

In SHOWTHREAD find:
Code:

<!-- social bookmarking links -->
        <br />
        <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center">
        <tr>
                <td class="thead">$vbphrase[bookmarks]</td>
        </tr>
        <tr>
                <td class="alt2" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
        </tr>
        </table>
<!-- / social bookmarking links -->

Replace it with
Code:

<!-- social bookmarking links -->
        <br />
        <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center">
        <tr>
                <td class="thead">$vbphrase[bookmarks]</td>
        </tr>
        <tr>
                <td class="alt2" align="center" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
        </tr>
        </table>
<!-- / social bookmarking links -->


Now this is the important part...

in template showthread_bookmarksite replace the contents with this:
Code:

        <if condition="$bookmarksite['iconpath']">
                <a href="$bookmarksite[link]" target="socialbookmark"><img src="$stylevar[imgdir_misc]/$bookmarksite[iconpath]" border="0" alt="<phrase 1="$bookmarksite[title]">$vbphrase[submit_thread_to_x]</phrase>" class="inlineimg" /></a>
        </if>

that will center them.... im trying to figure out how to justify them.

Lee Roberts 03-29-2009 09:16 AM

Cant get this motherFUNKIE to center, i'v tryed tables, divs, td's but no joy.

BigJohnny 03-29-2009 01:19 PM

read the post directly above yours.

Lee Roberts 04-01-2009 10:52 PM

Quote:

Originally Posted by BigJohnny (Post 1779677)
read the post directly above yours.

What again? :P

mgcom 04-26-2009 08:09 PM

Nice One :up:

Ogmuk 05-09-2009 06:48 PM

Quote:

Originally Posted by johkalhaups (Post 1683052)
QFT!

Cant someone write a xml so we can just upload the images and import the xml file to install them all?

If someone knows how to add them with a xml file (i.e. add 2 examples to the file), then I don't mind writing it out as it would make it easier to import it into my other forum as well but I have no idea how to add them through xml.

vbreal 05-20-2009 02:08 AM

gonna try this out

zombietom 09-25-2009 04:06 PM

Installed working fine...Had to adjust the code to get the images to show up as i have many themes ...but still can not get it to center.

thanks!


All times are GMT. The time now is 05:05 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.01631 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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