All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: getting rid of a certain charactor.  (Read 455 times)

0 Members and 1 Guest are viewing this topic.

Offline YOUAREtehSCENE

  • Newbie
  • *
  • Posts: 14
    • View Profile
getting rid of a certain charactor.
« on: 10 March 2010, 16:32 »


<div id="sidebar2wrap">
<u><b><a href="http://www.youarethescene.net"
onclick="window.external.addFavorite('http://www.youarethescene.net','You
Are The Scene v2.0');return false;" title='You Are The Scene v2.0'
rel="sidebar">Add To Favorites</b></u>

<div id="sidebar2">
<?php if (function_exists('useronline')): ?>
# <h2>UserOnline</h2>

    * <div id="useronline-count"><?php get_useronline(); ?></div>

<?php endif; ?>
<?php if (function_exists('get_users_browsing_site')): ?>
<div id="useronline-browsing-site"><?php get_users_browsing_site();
?></div>
<?php endif; ?>

There's my code i'm using for the usersonline.
also both sides the theme I coded myself, I'm not using any widgests maybe thats why im getting "," under peoples names??
I'm using "takteek01" theme
http://wordpress.org/extend/themes/takteek01

Thanks
-Dave
AIM - youaretehscene

Offline infected

  • Newbie
  • *
  • Posts: 9
    • View Profile
  • WordPress Version: WordPress 2.9.x
Re: getting rid of a certain charactor.
« Reply #1 on: 05 April 2010, 12:49 »
Take a look at separators in the plugin options.