Angel
Forum Replies Created
-
Forum: Plugins
In reply to: [Youtube Channel Gallery] Order parameter not workingI found a solution.
In youtube-channel-gallery.php file, in line 561 replace this text:
$entries = $rss;
for:
if($ytchag_feed_order == 'desc'){ $reverse_entries = new stdClass(); for ( $i = sizeof( $rss->entry ) - 1; $i >= 0; --$i ) { $reverse_entries->entry[$i] = $rss->entry[$i]; } $entries = $reverse_entries; } else{ $entries = $rss; }
Width this when you put ‘desc’ in order parameter in the shortcode the gallery will show the videos in descending order.
I hope this helps to people with the same problem.
Forum: Plugins
In reply to: [WordPress Popular Posts] Visits are registered in threesOk
The Ajax feature fix this problem.Thanks
Forum: Plugins
In reply to: [WordPress Popular Posts] Visits are registered in threesNot allways is registering the visits in threes, if you reload the same page (F5) it sums 3, but if you link to other post the target post will receive +1 visit but it sums +2 to the previous post.
I don’t know what the problem is, but it seems that the plugin does the “update” query 3 times in a visit.
Somebody else has this problem?
Ok, I will ask to my hosting service for update PHP.
Thanks for all, you’re plugin is great anyway.
I appreciate that you try to help me.
My server is running php 5.1.6 and it’s from arsys https://www.arsys.es
I’m looking for a solution, if I get it I will tell you.
I sent you an email too.
Thanks again.
Thanks Veraxus but I tried to delete it and upload it again and it didn’t work.
I have the wordpress version 3.0.4, maybe the problem is related to that?
My theme is the free template cp-minimal, and I have a lot of plugins instaled like formidable forms, login width ajax, mee news.
But in localhost works perfectly.I dont know what to do.