View Single Post
Old January 4th, 2006, 12:25 AM   #14 (permalink)
rbl
Senior Member
Verified Customer
 
Join Date: Aug 2003
Location: Portugal
Posts: 492
Send a message via AIM to rbl Send a message via MSN to rbl
Quote:
Originally Posted by Michael P
Okay, you are correct; if a user has paid for this option and they EDIT their ad, then the options are removed. This can be fixed by changing lines in editproduct.tmpl:

line 189:

if ( ($User['highlight'] == 1 && $adhigh == 0) || $highcheck ) {

line 199:

if ( ($User['bold'] == 1 && $adbold == 0) || $boldcheck ) {

and line 209:

if ( ($User['italic'] == 1 && $adital == 0) || $italiccheck ) {
My guessing powers are low this week. Changing the lines how Michael? =)
rbl is offline   Reply With Quote