Quote:
Originally Posted by bela-meaad
i installed it
but that increase the server load
& the page doesn`t open until i uninstall it
any idea?
|
Because this plugin adds an extra query for every thread bit. If you have 100 threads showing on forumdisplay, that's 100 extra queries!
This can be done easily without queries. the threadbit_display hook already has access to $thread['dateline']. Just run it through vbdate and assign it to a template variable.