giObanii fiOri
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] rounds in ascending and descending games possible?Thank you very much for your help now I worked great
I had tried changing that line before asking for support but I could not.Thank you for your wonderful plugin
A couple of days ago I sent him a donation
was not a huge amount (many euros)
since even I am starting my websiteSorry for my English
I’m using google translatorGreetings from Mexico!
Forum: Plugins
In reply to: [Football Pool] rounds in ascending and descending games possible?Thank you very much for your reply
When overriding public function get_match_sorting_method all matches also disappear.
http://www.pixhost.org/show/5005/18166051_01255.jpgthis is what is in classes\class-football-pool-matches.php
public function get_match_sorting_method() { $order = Football_Pool_Utils::get_fp_option( 'match_sort_method', FOOTBALLPOOL_MATCH_SORT, 'int' ); switch ( $order ) { case 1: $order = 'm.playDate DESC, m.nr DESC'; break; case 0: default: $order = 'm.playDate ASC, m.nr ASC'; } return $order; }I am using the 2.2.5 version of the plugin
Thanks!
Forum: Plugins
In reply to: [My Videotag] [Plugin: My Videotag] GameTrailers.comI’m working on the next update and the suggested site will be included
Thank you for appreciating my work
Sorry my plugin is not compatible with “Viper’s Video Quicktags” because it uses the same Shortcode “Video”One solution would be to remove
add_shortcode( 'video', array(&$this, 'shortcode_videofile') ); // Legacy
in the file vipers-video-quicktags.phpTo resolve only disable “Allow Comments In Publishing”
Thanks for the warning
will consider this for next updateThanks for the warning
will consider this for next updateThank you for your comment, it is good to know that my contribution to wordpress is useful for other users because the main idea was to use it only on my blog.