Quote by: anuragusers registered to my site can't post a topic directly.
it requires my approval.
how can this be resolved????
You can switch off the story submission queue in config.php:
Text Formatted Code
// enable (set to 1) or disable (set to 0) submission queues:
$_CONF['storysubmission'] = 1;
This probably isn't a good idea, though, considering all the spam ...
Alternatively, you can give users the story.submit permission which lets them bypass the story submission queue. Create a new group (say, 'Posters'

, check only the checkbox for story.submit, and assign anyone you want to give this privilege to this new group.
bye, Dirk