Quote:
Originally Posted by vprp
Is there a way to have the online in past 24 hours list display by itself without the online users box? I used to do this with the old hack when I had to edit the template but can't figure it out now.
|
1. In FORUMHOME, find where you want this hack to appear, and put a line like this in the template.
PHP Code:
<!-- visitors-today -->
2. Edit Plugin No.2.
Find ;
PHP Code:
$search_text = '<!-- end logged-in users -->';
Change it to this ;
PHP Code:
$search_text = '<!-- visitors-today -->';
If necessary, edit the "Display_Visitors" template to suit.