Resource icon

Universal Social Bookmark Icons (Circular) 2014-11-09

No permission to download

Shelley

Tazmanian
Joined
May 11, 2005
Messages
4,101
Last edited by a moderator:

Shelley

Tazmanian
Joined
May 11, 2005
Messages
4,101
Could you direct me to what the buzz icon should look like so I have some idea kev? And if you know the font used if it uses a font that would be helpful in getting this added quickly. :D
 

ChopSuey

Fan
Joined
Oct 8, 2009
Messages
586
I was wondering where these were, seen these being used on a few forums. I like the book ones a bit better :)
 

Shelley

Tazmanian
Joined
May 11, 2005
Messages
4,101
ChopSuey said:
I was wondering where these were, seen these being used on a few forums. I like the book ones a bit better :)

I'll be expanding on the book variations then. Let me know in the thread what other social sites you need added to that pack chopsuey and I'll try and add them as time permits. Use this thread to make any suggestions that way I can keep everything in check when i get around to adding more if more are needed.
 

Shelley

Tazmanian
Joined
May 11, 2005
Messages
4,101
Travis said:
Could I also get a Magnolia & Reddit one too please? That`s all I need!

I'll see what I can come up with. Give me a couple of days or when time permits me to design and submit them. ;)
 
Joined
Feb 8, 2010
Messages
552
Sorry guys I completely suck at coding - can anyone here tell me how I get the MSN, YouTube and Yahoo social bookmarks working? I really appreciate your help.
 

Shelley

Tazmanian
Joined
May 11, 2005
Messages
4,101
merk_sfi said:
Sorry guys I completely suck at coding - can anyone here tell me how I get the MSN, YouTube and Yahoo social bookmarks working? I really appreciate your help.

Not sure but maybe this thread might help you in what your wanting to accomplish. ;)
 

datok

Junior Member
Joined
Jul 5, 2010
Messages
14
Nice, thank you...

May I ask, how to show more than 4 icons in a row like adminextra forum?

Mine is will only show 4 icons and then start a new row... :D

Thank you in advance.
 

Shelley

Tazmanian
Joined
May 11, 2005
Messages
4,101
You'll have to venture into the showthread_bookmarksite template and make alterations to the code (shown in red Below). Your settings may be different so tinker around.

Code:
<li class="smallfont" style="width:[COLOR="Red"]16%[/COLOR]; min-width:[COLOR="Red"]160px[/COLOR]; float:$stylevar[left]; margin-top:$stylevar[cellpadding]px">
<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>
<a href="$bookmarksite[link]" target="socialbookmark" style="text-decoration:none">$bookmarksite[title]</a>
</li>
 

Zylantex

Adherent
Joined
Nov 11, 2009
Messages
492
Thanks Shelly, those graphics are really very good. Thanks for the hard work you put in.
 

datok

Junior Member
Joined
Jul 5, 2010
Messages
14
Shelley said:
You'll have to venture into the showthread_bookmarksite template and make alterations to the code (shown in red Below). Your settings may be different so tinker around.

Thank you Shelley... Much appreciated... :)
 
Top