This mod should include your above file by default as well as settings to turn on and off in each location. Here is another bit of code for you guys if you want it:
This creates a link at the bottom of the 1st post message to give feedback to the user. This is selectable for what forums you want to have this in. For instance just the for sale forums. Example below make sure to put YOUR URL and the forums you want.
If you have TMS:
Product: iTrader
Template: postbit/postbit_legacy
Title: iTrader Postbit Link
Varname: itrader_postbit_link
Active: Yes
Searchorder: 5
Search for Text: $template_hook[postbit_signature_start]
Insert Above Text
<if condition="$post['userid'] AND $show['member'] AND $post[postcount]==1 AND in_array($GLOBALS[forumid], array(41,43,44))"><br />
<a href="http://www.yourdomain.com/itrader_feedback.php?u=$post[userid]&dealurl=http://www.yourdomain.com/showthread.php?t=$thread[threadid]"><span style="font: 20px verdana; color: red; font-weight: bold">Leave Feedback HERE</span></a></if>
Or you can create a plugin and follow structure in the above XML in last post and add this code to the hook I state in this post. Can do this many ways but this is a MUST have.
|