Quote:
Originally posted by Limpkinw
This version is pretty good still testing some stuff out...one suggestion, make the "link" for files clickable.
One bug...When editing files already approved the link for the thread seems to disapear.
Will give more feedback upon arrival.
|
your suggestion can be made via :
open files.php;
find :
PHP Code:
$fileurl=$myrow["fileurl"];
replace with :
PHP Code:
$fileurl=$myrow["fileurl"];
if($fileurl==""){$fileurl="Download URL Not Available";}else{$fileurl="<a href=\"$fileurl\">$fileurl</a>";}
i will check the bug report ..