I properly installed the "who's online" plugin and then activated it, but it doesnt seem to show up. Am I looking in the wrong place? Where is it supposed to show up?
I properly installed the "who's online" plugin and then activated it, but it doesnt seem to show up. Am I looking in the wrong place? Where is it supposed to show up?
did u add the code to the sidebar?
Basically what GamerZ is saying, if you or anyone wants these plugins, you need to read the ReadMe files fully, not just partially.
In Control Panel of blog: => Presentation => Themes => Themes Editor => Sidebar.php
// Open wp-content/themes/<YOUR THEME NAME>/sidebar.php
Add:
------------------------------------------------------------------
<?php if (function_exists('useronline')): ?>
<li>
<h2>UserOnline</h2>
<ul>
<li><a href="<?php echo get_settings('home'); ?>/wp-useronline.php"><?php get_useronline(); ?></a></li>
</ul>
</li>
<?php endif; ?>
Where ever you want it to appear in the sidebar.php file..
spencerp
Having same problem, and yes, I added the code into the sidebar...
This topic has been closed to new replies.