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? =)