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.

Recent Posts

Pages: [1] 2 3 ... 10
1
WP-PostRatings / Re: Javascript mouse over tooltip and get_most_rated_category
« Last post by Fask on 07 January 2013, 15:57 »
Hi and good 2013 to all!
nobody can help me, Gamerz are you there?
2
WP-PostRatings / Javascript mouse over tooltip and get_most_rated_category
« Last post by Fask on 11 December 2012, 17:59 »
Hi Gamerz,

I'm developing a new "index_home" for my website and my plugin version is 1.63.
On my index.php I use the code below:

Code: [Select]
<?php if (function_exists('get_highest_rated_category')): ?>
   <ul>
      <?php get_highest_rated_category(CATEGORY_ID); ?>
   </ul>
<?php endif; ?>

Going to:

Quote
WP-Admin -> Ratings -> Rating Templates

I can edit the HTML code, add div etc...
I need to pass PHP functions, to display the my tooltip

I go to postratings-stats.php
Find (line 233 to 246):

Code: [Select]
if($highest_rated) {
foreach($highest_rated as $post) {
$output .= expand_ratings_template($temp, $post->ID, $post, $chars)."\n";
}
} else {
$output = '<li>'.__('N/A', 'wp-postratings').'</li>'."\n";
}
if($display) {
echo $output;
} else {
return $output;
}
}
}

this refers to the output get_highest_rated_category? right?

how can I add this code in my tooltip?

Code: [Select]
<div class="tip_info">
<div class="tip_top">
<?php $values get_post_custom_values("original_title");
if ( !empty(
$values) ) {
echo 
'' $values[0]. ' ';
}
else {
echo 
'';
}
?>

</div>
<div class="tip_center">
<span><a href="<?php the_permalink() ?>"><?php if (has_post_thumbnail()) { the_post_thumbnail(('medium'), array('title' => $post->post_title'class' => 'tip_image''alt' => $post->post_title)); } else { echo '<img src="http://website.com/images/poster_missing.jpg" />';} ?></a></span>
<p>Genres:</p><br />
<?php echo get_the_term_list$post->ID'year''<p>Year: '', ''' ); ?></p><br />
<p><?php $values get_post_custom_values("duration");
if ( !empty(
$values) ) {
echo 
'Duration: ' $values[0]. ' ';
}
else {
echo 
'';
}
?>
</p><br />
<?php $video_code get_post_meta($post->ID"trailer"true); $video_code get_youtubeid("$video_code"); 

       if(isset(
$video_code[0])) { 
       echo 
'<p>Trailer: <a style="color:#d02525!important" href="http://youtube.googleapis.com/v/'.$video_code.'&fmt=22&autoplay=1&showsearch=0&rel=0&showinfo=0" target="_blank">YouTube</a></p><br />';
       } else {
       echo 
''
}
?>

<div class="tip_divider"></div>
<p style="color:#BBB!important"><?php echo substr(get_the_content(),0,150?>...</p>
<div class="clear"></div>
</div>
<div class="tip_bottom"></div>
</div>

Can you help me? :-[

should be something very similar to the image:



waiting for your response

thanks
3
WP-Print / Re: Pages Getting Wrong Print URL In Search Results
« Last post by war59312 on 27 October 2012, 16:55 »
Hi,

Yes that works. :)

Not sure how I missed this.

Thanks again,

Will
4
after 15 months since the last questions wordpress is in version 3.4.2

is there any new way to add thumbnail into widget?
5
WP-DownloadManager / Re: Remote Downloads become corrupted
« Last post by Fabio on 08 October 2012, 08:38 »
Same problem here with WP-DownloadManager 1.60 & WordPress 3.4.2 (Safari 6.0.1 on Mountain Lion and Firefox 15.0.1 on Win XP) and resolved with Gamerz suggestion.
Thanks. ;)
6
WP-DownloadManager / Re: All Downloads end in no page found
« Last post by comprido on 29 September 2012, 13:31 »
The problem remain...

I also try to change my action code to echo $_SERVER['PHP_SELF']; ?>?page=<?php echo plugin_basename(__FILE__); as I read on:

http://markjaquith.wordpress.com/2009/09/21/php-server-vars-not-safe-in-forms-or-links/

But I´m still getting the 404.

7
WP-DownloadManager / Re: All Downloads end in no page found
« Last post by comprido on 29 September 2012, 07:16 »
Take a look also to: http://journalxtra.com/websiteadvice/wordpress/uninstall-w3-total-cache-proper-3920/ - Uninstall W3 Total Cache – The Proper Way
8
WP-DownloadManager / Re: All Downloads end in no page found
« Last post by comprido on 29 September 2012, 07:04 »
9
WP-DownloadManager / Re: All Downloads end in no page found
« Last post by comprido on 29 September 2012, 07:03 »
In my chase, I found the conflict here: http://wordpress.org/support/topic/plugin-w3-total-cache-how-works-the-upload-of-files-to-the-cdn the plugin W3 Total Cache solicite some changes that affect to wp-downloadmanager.
10
WP-DownloadManager / Re: All Downloads end in no page found
« Last post by comprido on 25 September 2012, 18:10 »
Please inform when solved :) Thanks
Pages: [1] 2 3 ... 10