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 - Ajvngou

Pages: [1]
1
WP-DownloadManager / Problem with downloading rar or zip files
« on: 24 November 2011, 15:54 »
I uploaded Rar dile and zip diles here: http://soa.ura.cz/?page_id=22  and many user tell me, that rar or zip file is broken. It cant be open.
Where is problem? I tryied change options, but nothnig. And yes, i control that file, its ok (until i uploaded it via administration)

2
WP-PostRatings / Most Rated - reverse
« on: 25 February 2010, 19:40 »
I want show 50 most rated post, but ASC or DES (i am not sure) default is ASC? so i need DES. I just need show 50 posts from 0 - 99999 votes (NOT like default from 9999 to 0). I hope u understand my poor EN.
 
Code: [Select]
<?php if (function_exists('get_most_rated')): ?>
<ol> <?php get_most_rated('post'0200); ?></ol>
<?php endif; ?>

Is it possible made it here, at this code? I tryied read that "query guids", but i am only confused from it.

3
WP-PostRatings / Re: Template and Numbering
« on: 25 February 2010, 17:01 »
Thanks for help.

3) Can i somehow make list of last 50 posts? Like before with PHP code.

4
WP-PostRatings / Template and Numbering
« on: 24 February 2010, 18:38 »
Can someone help me woth this:

1) I made top200 posts at page (via EXEC-php plugin) by this code:

Code: [Select]
<?php if (function_exists('get_highest_rated')): ?>
<ul> <?php get_highest_rated('post'0200); ?></ul>
<?php endif; ?>

its working, but i need make it with DIFFERENT template than as is it at sidebar, is it possible?

2) Is it possible make tis list of top ranked posts with numbering. I mean 

1. name of post
2.
3.
4.
etc...

Pages: [1]