admineditqueuestory.php Hi. It seams i've found a typo which makes all the text in the Edit Queue Story page clickable (to the edit submitter user page). admineditqueuestory.php PHP: if( $input_newsstory_sourceid ) { echo "<a href=\"index.php?action=manageusers&opts=edituser-" . $input_newsstory_sourceid . ">" . $words_news[ 'VIEW_PROFILE' ] . "</a><br /><br />"; } instead of PHP: if( $input_newsstory_sourceid ) { echo "<a href=\"index.php?action=manageusers&opts=edituser-" . $input_newsstory_sourceid . "\">" . $words_news[ 'VIEW_PROFILE' ] . "</a><br /><br />"; } Hope it helps.. [EDIT] Sorry, i've forgotten: CT Ver. CE 1.0.3
Thanks Pinco, but this is already fixed in the next release: http://community.contentteller.com/f6/272_user_submitted_article_bug_submission_queue.html