PDA

View Full Version : Bug in showthread_complete plugin


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
}

PitchouneN64ngc
08-16-2010, 10:54 AM
For 2.1.2, this have some other code to workaround this :)