PDA

View Full Version : Listing Types



Mark Muller
June 26, 2012, 05:34 AM
When you go into listing tpes to delete it.

It will not delete. When you type in the same name it tells me it still exsist

It doesnt delete all the way.

rosegarden
June 26, 2012, 06:43 AM
Go to Phpmyadmin and delete from there

Vladimir
June 26, 2012, 08:32 AM
If you delete a listing type from Phpmyadmin that all related listings with this type will not be delete from site.

Viktor
June 26, 2012, 01:25 PM
Hello Mark Muller,

Yes this problem exist in version.

You can go to phpMyadmin >> listing_types click Structure button and find Status field. Click edit this field and for now exist only 2 values for it 'active' and 'approval' you should add new one 'trash'
or run this sql query in phpMyAdmin or in Admin Panel >> DataBase:


ALTER TABLE `fl_listing_types` CHANGE `Status` `Status` ENUM( 'active', 'approval', 'trash' ) DEFAULT 'active' NOT NULL

if you have prefix for tables 'fl_'.

John
July 25, 2012, 01:18 PM
This bug has been fixed in the Flynax 4.1 version as well.
Thanks for mention!

John