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.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - andrian

Pages: [1]
1
WP-UserOnline / User online Link error on website
« on: 16 February 2010, 08:53 »
I'm using wp 2.9.1 , useronline 2.61

Error only in 2.61 version:

If i set the UserOnline URL in wp-admin: http://design.andrian.ro/
the resulted link on the website is: http://design.andrian.ro/\"http://design.andrian.ro/\"

If i leave empty the UserOnline URL in wp-admin
the resulted link on the website is: http://design.andrian.ro/\"\"

I tried to change the theme, same error.
I show the plugin with the code:
<?php if (function_exists('get_useronline')): ?>
<?php get_useronline(); ?>
<?php endif; ?>

Please tel me what i can manualy fix in the files of the new version of the plugin.

Pages: [1]