This is a great mod! But I have one problem with it.. it somehow conflicts with the
gXbox Live Leaderboard .. This add-on will not work because of the gXbox Live plugin called: gXBL:
Showthread query
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)";
When this plugin is active (AJAX) post rating features from the Post Rating System get disabled.. any idea how I can fix this, because both of these plugins are really important for my board!
Thank you