View Full Version : How do I alter featured and regular link text?
renfrompenn
03-29-2006, 10:14 PM
How do I alter the submit page so that it doesn't just say Featured links $XX.XX? I want it to say Featured links $XX.XX a month (or a trimester, whatever).
Neticus
03-29-2006, 10:57 PM
Submit.tpl (edit where BLAH BLAH BLAH)
<tr>
<td>
<input type="radio" name="LINK_TYPE" value="featured" {if $LINK_TYPE eq 'featured'}checked="true"{/if}>{l}Featured links{/l}</td><td>${$price.featured} BLAH BLAH BLAH</td></tr>
Look for the other listing options of the same code pattern.
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.