Quote:
Originally Posted by Tulsa
Abe,
I'm trying to get this functional into a mobile skin and the postbit legacy template is a bit unorthodox, here's the format currently operating on this skin, using simply text for the common commands.
Code:
<!-- message, attachments, sig -->
<div align="$stylevar[right]">
<if condition="$post['editlink']"><a href="$post[editlink]">Edit | </a></if>
<if condition="$post['replylink']"><a href="$post[replylink]">Quote | </a></if>
<if condition="$post['replylink']"><a href="#reply">Reply</a></if>
</div>
<br />
</div>
<!-- / message -->
In order to call the thanks and groan buttons what would I need to add to this template?
|
Tulsa in my mobile themes that are based for iphones or blackberrys i just added
$template_hook[postbit_controls]
Sadly this causes mobile pages to reload when thanks are given i have not figured out a way to correct that i hope someone post with a better way to do it but if not at least you know of one way that works.
Also if you use hacks like the panic button or simular you will need to go into the template for that hack and remove everything. so that they will not show up in your mobile theme
Quote:
Originally Posted by chriscodes
im using a custome theme and i dont see the say thanks button or anything,, please help
|
$template_hook[postbit_controls]
adding that after you postbit buttons should help you also