Very useful mod.
Thank you. :-)
Installed...!!!
I modified a little the code to fit my needs. I changed it just to fit well in my forum (I removed the text next to the icons). ;-)
Here is the modified Code:
Code:
<div align=right>
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
<a href="printthread.php?$session[sessionurl]t=$post[threadid]" accesskey="3" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt=" Show Printable Version]" border="0"/></a>
<a href="sendmessage.php?$session[sessionurl]do=sendtofriend&t=$post[threadid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="Email this Page to a Friend" border="0"/></a>
<if condition="$show['member']">
<if condition="$show['subscribed']">
<a href="subscription.php?$session[sessionurl]do=removesubscription&t=$post[threadid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="Un-Subscribe from this Thread" border="0"/></a>
<else />
<a href="subscription.php?$session[sessionurl]do=addsubscription&t=$post[threadid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="Subscribe to this Thread" border="0"/></a>
</if>
</if>
</if>
</div>
Here is the Result in my forum:
Attachment 100753
I posted it in case someone is interested in removing the text next to the pictures too and use less space in his/her theme. :-)
What is strange to me is the fact that the "unsubscribe" code, seems that it is not working (at least in my forums). Either with the original code neither with the code I used (see above).
Also I would like to know where exactly is the correct spot in the template code to put the mod, so the 3 icon links can appear below the "Quote", "Multi Quote", "Reply" without a problem (at the bottom of the post).
Thanks a priori for your reply. :-)
EDIT: I Found the right spot inside the template I think...;-)
in "postbit_legacy" Search for:
Code:
<td colspan="2" class="postbit_bottom_right"><div style="background:url($stylevar[imgdir_misc]/post-br-r.gif);float:right;height:47px;width:10px;"></div>
After that put the mod code. :-)
Here are the results in my site:
Attachment 100754