garycekusdesign
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Store Locator Plus®] Will not send headers correctlyI also added the correct google map key for the domain.
Forum: Plugins
In reply to: [Store Locator Plus®] Will not send headers correctlyNope, downloaded directly from the Cyber Sprocket downloads page
Forum: Fixing WordPress
In reply to: [LeagueManager] [Plugin: LeagueManager] Template TagsHave you tried:
<?php leaguemanager_matches(1 , array('mode' => 'home')) ?>that is assuming that the league ID is 1 and the mode you wanted is home.
There is also a WP do_shortcode function. Not sure if this works in WP 3.0 though.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Match result teams being autochangedCan anyone confirm this is a fix?
Forum: Plugins
In reply to: [Plugin: LeagueManager] Previous match in team templateokay after some advice I think I got it to work by doing the following:
Open shortcode.php in the lib folder
change the following line of code:
$prev_match = $prev_matches[0];to
$prev_match = end($prev_matches);I’ve only tested it a few times and it seems to be working, as always make a backup of your files before testing this…
Viewing 5 replies - 1 through 5 (of 5 total)