View Single Post

Old 03-04-2008   #10 (permalink)
Sergey Hmelevsky
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 641
Sergey Hmelevsky will become famous soon enough
Default Re: i can't chose category ?

Quote:
Originally Posted by qwe010 View Post
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 View Post
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.
__________________
With private requests send a ticket on http://www.subrion.com/desk/

Last edited by Sergey Hmelevsky; 03-04-2008 at 09:52 PM.
Sergey Hmelevsky is offline   Reply With Quote