Kerovsky
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] game infoI can click joker but when i save, then dont save it
May you can add option 1joker for week?Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Settings errorOMG, Sorry, Its work now…
Forum: Plugins
In reply to: [Football Pool] PLugins instali add code from your plugin…
<?php /** * Plugin Name: Football Pool Only Open Matches * Description: Extension to only show open matches on the prediction page. * Version: 1.1 * Author: Antoine Hurkmans * Author URI: mailto:[email protected] * License: MIT */ // Save this plugin in the wp-content/plugins folder and activate it // // set this to true if you want the plugin to also filter the user predictions page if ( ! defined( 'ONLY_OPEN_MATCHES_ON_ALL_PAGES' ) ) define( 'ONLY_OPEN_MATCHES_ON_ALL_PAGES', false ); class FootballPoolOnlyOpenMatches { public static function init_extension() { add_filter( 'footballpool_predictionform_matches_filter', array( __CLASS__, 'filter_matches' ), null, 3 ); } public static function filter_matches( $matches, $user_id, $is_user_page ) { if ( ONLY_OPEN_MATCHES_ON_ALL_PAGES || ! $is_user_page ) { $filtered_matches = array(); foreach ( $matches as $match ) { if ( $match['match_is_editable'] ) $filtered_matches[] = $match; } $matches = $filtered_matches; } return $matches; } } add_filter( 'plugins_loaded', array( 'FootballPoolOnlyOpenMatches', 'init_extension' ) );
When i add file to wp-content/plugins/
football-pool-only-open-matches.php
Its not work… Where to paste this file ???What should I do to use the joker once in a row?
- This reply was modified 7 years, 6 months ago by Kerovsky.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Open image in lightbox?When will it happen?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Images Upload dont work.Error: autoNumeric will not function properly when the decimal character aDec: ‘.’ and thousand separator aSep: ‘.’ are the same character
all clear ??
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Remove location and phone numberI Use this code, and i have phone and location…
https://tnij.at/178551Forum: Plugins
In reply to: [Football Pool] Cant add player to league!When i update , ma all polish translate is out, your translate is bad!
Forum: Plugins
In reply to: [Football Pool] Cant add player to league!I this option ok:
https://kerovsky.com.pl/screeny/20170911_192718.pngBulk no work
Its problem too in bulk import game, not working, stil error
Imported csv file should contain 5 columns (header contains 1 columns). See help page for the correct format.
Forum: Plugins
In reply to: [Football Pool] Cant add player to league!https://kerovsky.com.pl/screeny/20170911_145041.png
but player dont have league
Forum: Plugins
In reply to: [Football Pool] Some problemOK may by closed
Forum: Plugins
In reply to: [Football Pool] Some problemI heve it in trash , sorry its ok ??
Forum: Plugins
In reply to: [Football Pool] Some problemups,
https://kerovsky.com.pl/screeny/20170908_145529.png
What page it must be?
I must write new page.
What short code this page must have?Forum: Plugins
In reply to: [Football Pool] Some problemOn admin works too. I must use bulk action i add league, change manualy in user do no effect.
One more question:
https://kerovsky.com.pl/screeny/20170908_142001.png
This button dont workForum: Plugins
In reply to: [Football Pool] Some problemForum: Plugins
In reply to: [qTranslate X] Cherry slides – caption textok i use [:en]English Text[:de]Deutsch[:]