Quote:
Originally Posted by qwe010
and it works now but i see new box why ?
|
I suppose, you talk about categories tree? It's appears above submit box, like in eSyndiCat free.
Quote:
Originally Posted by qwe010
Also i don't see the preview before the transmission?
Can I add it to the script ?
|
Oh, it's a bug...
Go to administrator panel -> Manage Database and run 3 queries one by one
Code:
DELETE FROM `{prefix}language` WHERE `key`='listing_submitted'
INSERT INTO `{prefix}language` VALUES (NULL, 'listing_submitted_approval', 'Thank you! Your article was submitted for consideration', 'English', 'frontend')
INSERT INTO `{prefix}language` VALUES (NULL, 'listing_submitted', 'Thank you! Your article was submitted.', 'English', 'frontend')
It's should helps you.
P.S. I've done this on site about you talked.