oohtruck
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated to PHP 5.5.1, now cannot connect to DBthat didn’t seem to work. oh well, i guess i’ll just wait for WP to support it.
Forum: Fixing WordPress
In reply to: Updated to PHP 5.5.1, now cannot connect to DByes, 5.3.27 works fine, it lacks some functionality i need though so thats why i was aiming for 5.5.1
Forum: Fixing WordPress
In reply to: Updated to PHP 5.5.1, now cannot connect to DBMediaTemple only offers 5.3.27 or 5.5.1
cosmocanuck,
this is the code i’m using to post my events on my homepage, which is fine, but what i’d like is to show all the past events as well, which i can’t seem to figure out how to do given your above documentation. any suggestions?
<?php query_posts($query_string . '&category_name=events'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php if(the_event_start_date(null, false, mdY) >= date(mdY)) : ?> <li class="event"> <?php if ( is_new_event_day() ) : ?><h4 class="event-day"><?php echo the_event_start_date( null, false ); ?></h4><?php endif; ?> <div class="event-content"> <?php the_title('<h2 class="event-title"><a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '" rel="bookmark">', '</a></h2>'); ?> <?php the_excerpt() ?> </div> </li> <?php endif; ?> <?php endwhile; else: ?> <p>No Events</p> <?php endif; ?>
Not sure…
I did delete the line you suggested though, and now it shows the only two events that are listed as “ongoing”, but still not all of them.
this is the code:
<?php query_posts($query_string . '&category_name=events'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php if(the_event_start_date(null, false, mdY) >= date(mdY)) : ?> <li class="event"> <?php if ( is_new_event_day() ) : ?><h4 class="event-day"><?php echo the_event_start_date( null, false ); ?></h4><?php endif; ?> <div class="event-content"> <?php the_title('<h2 class="event-title"><a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '" rel="bookmark">', '</a></h2>'); ?> <?php the_excerpt() ?> </div> </li> <?php endif; ?> <?php endwhile; else: ?> <p>No Events</p> <?php endif; ?>
any ideas on how i can get ALL my old events to show up?
at all?
anyone?
is there any way you can do this now?
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Group events on same dayi’d love to know this as well
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] Bugs/features/requestsTal, I’m unable to click to add/edit/view events on my calendar. I’m using the latest version of the plugin and wordpress 3.0… using both chrome and firefox on osx.
also, is there a way you can put in a word-break so if some events have long titles the whole thing will show up in the date box as opposed to just cutting off?
thanks
truckForum: Plugins
In reply to: [Plugin: Event Calendar/Scheduler]oops. php 5.1
Forum: Plugins
In reply to: Public Calendar?still wondering about this…
Forum: Plugins
In reply to: Public Calendar?Anyone else have any feedback on this? It seems kind of unreal to me that a plug-in like this doesn’t exist yet.
Forum: Fixing WordPress
In reply to: Including more fields to User Registration e-mail notification?Anyone? Bueller?
Forum: Fixing WordPress
In reply to: Including more fields to User Registration e-mail notification?This is the problem though, I need my user registrations moderated. Which unfortunately prohibits me from using the Custom Admin Email Notification. Any ideas anyone?
truck