PDA

View Full Version : Inactive



Pete Young
March 6, 2017, 02:02 PM
http://screencast-o-matic.com/watch/cbe1I86u7q

when setting listing status one option is to suspend which then sets the listing to inactive, that is OK i suppose, but whay does the word "Inactive" have a link to renew the listing when it will never work ? and can only be made active by admin ?

Pete Young
March 9, 2017, 04:14 AM
? not a bug or should I raise a ticket

Viktor
March 9, 2017, 06:40 AM
Hello Pete,

If you want I can remove link from the Inactive text and links will be for Expired text only.

Pete Young
March 9, 2017, 09:32 AM
I am happy to edit this if you just show me where to do it, just as it is people would try to update to a new plan and it does not work for them

Viktor
March 9, 2017, 12:48 PM
Hello Pete,

Open file: ftp://templates>>your_template>>tpl>>blocks>>my_listing.tpl
find code at line :


{elseif $listing.Status == 'expired' || $listing.Status == 'approval'}

and replace to:


{elseif $listing.Status == 'expired'}

save and check again.

Pete Young
March 9, 2017, 01:05 PM
Thank you Viktor