Talaturen
08-11-2010, 02:24 PM
In threads that belong to forums where you have the rights to moderate threads and remove posts, "Create issue..." is added to most drop down boxes such as "Rate This Thread". I believe that this is a bug and I fixed it by wrapping the PHP code of showthread_complete with:
if (intval($thread['pt_issueid']) > 0) {
// showthread_complete code
}
if (intval($thread['pt_issueid']) > 0) {
// showthread_complete code
}