Quote:
Originally Posted by Bowromir
It has the following code:
PHP Code:
$hook_query_fields = ", gxboxlive.rank AS gxblrank, gxboxlive.gamertag AS gxblgamertag, gxboxlive.score AS gxblscore"; $hook_query_joins = "LEFT JOIN " . TABLE_PREFIX . "gxboxlive AS gxboxlive ON (user.userid = gxboxlive.userid)";
|
That mod is overwriting the hook thus not allowing anyone else to add code to it
They should have used $hook_query_fields .= $hook_query_joins .=
note the (.=)
Quote:
Originally Posted by Contra Fates
As an update, I'm still having the same problem, and have noticed that the image ranking shows a bit strangely at the top of posts. For the thread starter it's fine [except for it being all text], but in any posts following it, it gets squished into the post. Is there some way to fix that, or would I have to force thread titles in every reply?
|
As for the images not showing, ensure that you have uploaded them into the images/misc folder for each style you have
As for the ranks and images showing inside the post message area when not using the thread title in every post, that is normal.
I'll see if I can add an empty title bar to house it in.
Quote:
Originally Posted by Macindy
We found a bug: On the stats page also threads from hidden forums (or only for special usergroups) are shown in the global stats page for all.
|
Thanks for reporting. Version 2.5 will fix that.