Quote:
Originally Posted by AusPhotography
There is a minor conflict between vBFoster and [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX]
This fix is simple, change the execution order of the vBFoster plugin vBFoster - Showthread Complete to 10 (from 5)
Code:
<plugin active="1" executionorder="10">
<title>vBFoster - Showthread Complete</title>
<hookname>showthread_complete</hookname>
See: https://vborg.vbsupport.ru/showthrea...26#post2534926
|
This isn't just with the dbtech mod, my Squid: Change Thread Prefix Showthread has the same issue as will any other mod with a plugin on the showthread_complete hook that gets scheduled to run after the vBFoster plugin vBFoster - Showthread, because the the vBFoster plugin vBFoster - Showthread stops execution of the showthread script. The execution order of the vBFoster plugin vBFoster - Showthread should be changed to 65535 which is the largest execution order number you can have.