sbbrubles
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: LeagueManager] Add League FailureSame problem here!
Have the latest WP and plugin. The tables were create successfully in my database, but nothing happens when I try to add a league.
When I open the http://www.mywebsite.com/wp-admin/admin.php?page=leaguemanager page, an error icon appears in the corner of my browser.
And here is a sample of the League Add page (Overview) that I think some fields are missing.
Please help!
Thanks in advance!
Forum: Fixing WordPress
In reply to: [Plugin: Register Plus] Custom Date fields not displaying in profileSame problem here.
Look at the line in my rendered source code:
<input autocomplete="off" class="custom_field date-pick" tabindex="36" name="data_de_nascimento" id="data_de_nascimento" size="25" value="" type="text" /></label>Note that the class (date-pick) is correct but the script did not label the type of the field as “date”, but “text”. Yes, I’ve selected Date Field in the configuration panel.
Even with the correction posted above, nothing happened. Instead, the code: add_action( ‘admin_head’, array($this, ‘PassHead’) ); ruined the layout of the plugin’s configuration page. Look here.
Thanks in advance!
Forum: Plugins
In reply to: event calendarI don’t think so.
Just tried in 2.7.1 and it didn’t show up in my sidebar.
[]’s
Forum: Plugins
In reply to: [Plugin: WP-BANNERIZE] Error when uploading imageHad the same problem. I’ve created the folders and applied the 777 CHMOD permission.
The upload problem is solved, but even after the successful insert, my banners list is empty.
Help!