Quote:
Originally Posted by Azhrialilu
Hi Paul, I wonder if you could help me out. I'm not yet using the latest update as I haven't upgraded the site in question yet - but on one of the styles - http://www.lightfighterforums.com/index.php?styleid=3 - we've moved the who's online area to the top. I believe, because of this, the who's been on mod won't work .. works wonderfully in the default and other custom style just not this one... any chance you could point me in the right direction of what to move?
Thanks!!!
|
You have removed the comment it looks for.
In that style, find this the template ;
HTML Code:
<!-- end what's going on box -->
A few lines above it you should see this ;
HTML Code:
</tbody></table>
Insert the comment <!-- end logged-in users --> between the </tbody> and </table> tags, like this ;
HTML Code:
</tbody><!-- end logged-in users --></table>
It should then be okay.