iojvan
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Can’t edit League TablesI put my question on official support. Tnx
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Can’t edit League Tables… and when I publish Table site redirect me to list of articles… I just realized that I didn’t activate licence for pro version (I did now) but still nothing… very strange…
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Can’t edit League TablesIf it’s help when I make just a draft of League tables I can edit it and make changers but as soon as I Publish it I lost rights to Edit….
I have same problem but results of my leagues are gone…
I add new options under Team Results and all results that I enter are gone…
I will restore backup but can you tell me what is the best way to make backup of plugin (and data such as results)? Also is that mean that I can’t do any changes on Configure menu after I have enter data into tables?Best regards..
Yes that’s does the trick.
Tnx, great support…So if I understand you concretely Brian when I go true add theme support process everything should be OK??
After I deactivate plugin Featured image show up and when I activate it again featured image disappeared again.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Matchdays/-roundsOK I will use this post because this subject is very interesting for any web page that follow sport league.
I have seasons (1), leagues (5) and match days (21 / league)
If I get it right I need to create 1 season for season 2014/2015 than under that 5 seasons for my 5 leagues and than 21 match day under every of 5 leagues??I need to do that because I need to show match day under every league separately. Did I get it right??
I have problem with thumb pictures when sharing on facebook. Why can’t I select pictures that I will place on facebook insted header (paro of) image is selected??
Example:
http://www.crofutsal.com/2hmnl/2hmnl-istok/2-hmnl-istok-6-kolo-najava-3/Forum: Plugins
In reply to: Leaguemenager MatchDayI found solution.
Just change in plugin editor code under leaguemanager/lib/core.php where 111 is number of days when change is gone happen. For example if last game is on sunday the results will change with new match day after 111 days. Put number of days as you wish…
Hope I help someone.
{
global $wpdb;if ( isset($_GET[‘match_day’]) )
$match_day = (int)$_GET[‘match_day’];
elseif ( $this->match_day )
$match_day = $this->match_day;
elseif ( $current && $match = $this->getMatches( “league_id = ‘”.$this->league_id.”‘ ANDseason= ‘”.$this->season.”‘ AND DATEDIFF(NOW(),date) <= 111″, 1 ) )
$match_day = $match[0]->match_day;
else
$match_day = 1;return $match_day;
}Forum: Plugins
In reply to: [LeagueManager] LeagueManager Cannot delete all matchesI had a same problem and I find strange solution.
I add by mistake two matches in league and when I erase them standings table was still showing 3 points and one played game more for those 4 teams.
Solution was that I put -3 points next to two teams that won the game manually and after that standings get right.
Hope this help someone