Carter
Forum Replies Created
-
Forum: Plugins
In reply to: [Showtime] Showtime menu buttons not appearYou have to set the timezone to a city. Using UTC won’t work.
Forum: Plugins
In reply to: [Showtime] [Plugin: Showtime] Images Not Uploading In New Version@kanashimi – I’ll do some testing on Windows when I get a chance. Sorry I can’t give you a better answer than that.
Maybe try it with Chrome?
Forum: Plugins
In reply to: [Showtime] [Plugin: Showtime] Include timeThis is my bad. I forgot about displaying the time and left it out.
I’ll add it back in for a .1 update.
Forum: Plugins
In reply to: [Showtime] [Plugin: Showtime] Images Not Uploading In New VersionCan anyone provide some extra data to help figure out what’s happening? Javascript errors? Browsers? OS?
@Rainathx – The primary function of the plugin is that the schedule repeats and is not tied to a specific date. Showtime isn’t the right plugin for what you’re wanting to do.
Forum: Plugins
In reply to: [Showtime] [Plugin: Showtime] New version uploaded@rogerneale and I resolved his issue; he hadn’t added any shows to his schedule, so there was nothing to output. And he hadn’t added any shows because his timezone city was improperly set.
@prnradio: That’s my fault. I must have left that out. I’ll add it back in and release an update.
Forum: Plugins
In reply to: [Showtime] [Plugin: Showtime] Image UploadThis is fixed in Showtime 3.0. I don’t know why it was doing it.
Forum: Plugins
In reply to: User Data Storage, Display, and ModificationYour best bet is the Register Plus plugin. It allows you to create a completely custom registration form. I don’t know about retrieving data about other users, though. That’s what I’m searching for now.
Forum: Themes and Templates
In reply to: suckerfish dropdown menusIf your php call is wrong, why not try the one that I included in the tutorial? Does this not work?
<ul id="nav"> <li><a href="<?php echo get_option('home'); ?>/"><span>Home</span></a></li> <?php wp_list_pages('title_li=&sort_column=menu_order&depth=2'); ?> </ul>
Can you post the HTML that your php call is generating?