CheeSie
05-07-2008, 10:00 PM
Compact Bookmarks Box
This is probably the simplest modification ever. It's easy to implement and it takes less than a minute.
What does it do?
It alters the bookmarks box, so text wont be displayed and only icons shown, while making the space between each icon smaller, so it looks nice while being very compact.
How do I install it?
There's really no installation required, only one simple template modification.
Login to your Admin Control Panel
Click Styles & Templates -> Style Manager -> Show Thread Templates -> showthread_bookmarksite
Replace everything with this
<li class="smallfont" style="min-width:25px; 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" title="Bookmark Thread to $bookmarksite[title]" class="inlineimg" /></a>
</if>
<!-- <a href="$bookmarksite[link]" target="socialbookmark" style="text-decoration:none">$bookmarksite[title]</a> -->
</li>
Hit the Save button.
Done :)As this is just a simple modification I seriously doubt anyone would need support to make this work, but if you do need help, then feel free to post :D
This is probably the simplest modification ever. It's easy to implement and it takes less than a minute.
What does it do?
It alters the bookmarks box, so text wont be displayed and only icons shown, while making the space between each icon smaller, so it looks nice while being very compact.
How do I install it?
There's really no installation required, only one simple template modification.
Login to your Admin Control Panel
Click Styles & Templates -> Style Manager -> Show Thread Templates -> showthread_bookmarksite
Replace everything with this
<li class="smallfont" style="min-width:25px; 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" title="Bookmark Thread to $bookmarksite[title]" class="inlineimg" /></a>
</if>
<!-- <a href="$bookmarksite[link]" target="socialbookmark" style="text-decoration:none">$bookmarksite[title]</a> -->
</li>
Hit the Save button.
Done :)As this is just a simple modification I seriously doubt anyone would need support to make this work, but if you do need help, then feel free to post :D