Parker Clack, for the code in the 13th post, change it to:
Quote:
$admindelete = "";
if ((ismoderator($forumid) or $getperms['canopenclose'] or $getperms['candeletethread'] or $getperms['canmove']) and $thread['link']) {
$admindelete = "<a href=\"/postings.php?s=$session[sessionhash]&action=deletethread&threadid=$thread[threadid]\"><img src=\"delete.gif\" border=\"0\"></a>";
}
|
I moved the $admindelete assignment and added some parens.
Small addition to hack:
Like the hack, but I after posting a link I'd rather it not go to the link URL. To instead have the forum displayed, in file "newthread.php" change
if ($visible) {
to
if ($visible and $link=='') {