Quote:
Originally Posted by TimberFloorAu
Deffo got to vote this for MOD OF THE MONTH !
Excellent MOD, our members will love it.
| installed |
Feature Request.
Better graphic please for Nominate
Postbit award icon ( with count ) for number of times this member has won TOTW
Ozzy
|
Will do. Likely with the next release.
Quote:
Originally Posted by Cybertims
Same here for me, no nominate button shows in any of the posts....all else is fine, maybe you could include the code to show the button so it can be added manually?
|
Within the file "product-nominate_topic.xml", look for the "nominate_topic_button" temple declaration. The code reads:
Code:
<template name="nominate_topic_button" templatetype="template" date="0" username="Data" version="1.0">
<![CDATA[
<a href="nominate_topic.php?$session[sessionurl]do=nominate_topic_add&p=$post[postid]&securitytoken=$bbuserinfo[securitytoken]" id="nominate_topic_button_$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="nominate_topic_give($post[postid]); return false;"</if> style="display:$display_nominations_image" rel="nofollow"><img src="$stylevar[imgdir_button]/nominate/nominate_topic.gif" alt="$vbphrase[nominate_topic_nominatethis]" border="0" /></a>
]]>
</template>