The Arcive of vBulletin Modifications Site. |
|
Bug in showthread_complete plugin Details »»
|
|||||||||||||||||||||||||
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:
Code:
if (intval($thread['pt_issueid']) > 0) {
// showthread_complete code
}
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
For 2.1.2, this have some other code to workaround this
|
![]() |
|
|