DCFan17
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] [Plugin: LeagueManager] Change "Match Day" to "Week #"Not sure what you mean… but I’d also like to be able to add the match end time, so that I can enter the score and have it show immediate.
With how it’s set up now, I have to wait a whole day.
Forum: Fixing WordPress
In reply to: Delete Cookies? Force Logout. Abusive Member.Anyone?
Forum: Fixing WordPress
In reply to: Delete Cookies? Force Logout. Abusive Member.Is this even possible?
Forum: Fixing WordPress
In reply to: Drop Down on Page to Show Specific DataI wish these WP forums were easier to maintain and follow… or maybe had more sections… everything gets lost in this abyss of non-stop posts.
Forum: Plugins
In reply to: Change "Baskets" to "Points For:Points Allowed"?
Forum: Plugins
In reply to: [LeagueManager] [Plugin: LeagueManager] Change "Match Day" to "Week #"I fixed it!
I chanted the widget.php file in /leaguemanager/lib/
and changed the code lines 180-183 from
$out .= "<p class='match_day'>".sprintf(__("<strong>%d.</strong> Match Day", 'leaguemanager'), $match->match_day)."</p>"; $time = ( '00:00' == $match->hour.":".$match->minutes ) ? '' : mysql2date(get_option('time_format'), $match->date); $out .= "<p class='date'>".mysql2date($instance['date_format'], $match->date).", <span class='time'>".$time."</span></p>";
to
$out .= "<p class='match_day'>".sprintf(__("<strong>Week %d</strong>", 'leaguemanager'), $match->match_day)."</p>"; $time = ( '00:00' == $match->hour.":".$match->minutes ) ? '' : mysql2date(get_option('time_format'), $match->date); $out .= "<p class='date'>".mysql2date($instance['date_format'], $match->date)." <span class='time'>".$time."</span></p>";
and the code on line on 261 from
$out .= "<p class='match_day'>".sprintf(__("<strong>%d.</strong> Match Day", 'leaguemanager'), $match->match_day)."</p>";
to
$out .= "<p class='match_day'>".sprintf(__("<strong>Week %d</strong>", 'leaguemanager'), $match->match_day)."</p>";
Forum: Plugins
In reply to: [LeagueManager] [Plugin: LeagueManager] Change "Match Day" to "Week #"PS – If anyone would have the code that would work to not cause a php error, I’d appreciate it. I’ve tried doing it myself, but I just get an error.
Forum: Fixing WordPress
In reply to: Organize Posts Under Specific Pages?
Forum: Fixing WordPress
In reply to: Hootsuite for wordpress websites??I signed up for managewp and the confirmation came through. I’m working on a website now, so I can’t really play with it. Good luck.
Forum: Fixing WordPress
In reply to: Organize Posts Under Specific PagesAnyone know of anything?
Forum: Fixing WordPress
In reply to: Organize Posts Under Specific PagesForum: Fixing WordPress
In reply to: Hootsuite for wordpress websites??