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.


Messages - influence

Pages: [1]
1
GaMerZ File Explorer / utf8
« on: 11 December 2008, 15:26 »
hello. Whether it is possible to make something that utf8 to be exact Russian words were displayed correctly?

2
WP-PostRatings / Re: In one line
« on: 03 June 2008, 11:06 »
ok. big thx!!!!

3
WP-PostRatings / In one line
« on: 03 June 2008, 08:43 »
Hello. a pas the code
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
in file index and single after

<p class="meta">[ <?php comments_number(__('Comments: 0'), __('Comments: 1'), __('Comments: %'), 'commentslink', __('Comments: к')); ?> ] [ <?php the_time('F j, Y') ?> ] [ <?php the_category(' - ') ?> ]</p>
</div>
 <?php if(function_exists('the_ratings')) { the_ratings(); } ?>

But it turns out under [ Comments: 0 ] [ may 2, 2008 ] [ My life ]

And would like that was on one line, tried a code to insert and so

<p class="meta">[ <?php comments_number(__('Comments: 0'), __('Comments: 1'), __('Comments: %'), 'commentslink', __('Comments: к')); ?> ] [ <?php the_time('F j, Y') ?> ] [ <?php the_category(' - ') ?> ] </p> <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
</div>



and so

<p class="meta">[ <?php comments_number(__('Comments: 0'), __('Comments: 1'), __('Comments: %'), 'commentslink', __('Comments: к')); ?> ] <?php if(function_exists('the_ratings')) { the_ratings(); } ?> [ <?php the_time('F j, Y') ?> ] [ <?php the_category(' - ') ?> ] </p>
</div>

In the latter case, it before and after herself starts up nobody on a line, and 3 lines turn out in general



How to correct that was on one line, the logic prompts what to dig it is necessary in a plug-in

sorry for my language =)

Pages: [1]