Upload problems - Check to make sure that the image did not exceed your max file size option. If it does - it doesnt get uploaded at all.
to set the default sort option to something liske title - do this:
in includes/functions_geekarticles.php find:
PHP Code:
}elseif (THIS_SCRIPT=='forumdisplay'){
$GAS_setting['is_article']=in_array(intval($_REQUEST['f']),$GAS_forums);;
if ($GAS_setting['is_article']){
and after add:
PHP Code:
$sortorder='asc';
$sortfield='title';
Lionel - the comment image will only appear on the first page if the appropriate setting is made to do so. As for the javascript error - ill look into it
Venomx - havent heard of that one before. Are you sure the comments wasnt deleted?
h- youll have to double check your templates - that suggestion was just my best guess.