kukac7
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] wrong date is displayedoh shit!
i’m very stupid, i’m sorry!
thanks for your help!Forum: Plugins
In reply to: [Event Organiser] wrong date is displayedThe datetime is good, but the view is wrong:
datetime: 2013-09-20
view: 2013-09-09Forum: Plugins
In reply to: [Event Organiser] calendar list view, all the days of the monthForum: Plugins
In reply to: [Event Organiser] year/month/day archive paginationok, this annual pagination.
the month bond to be?<?php if( eo_is_event_archive('year') ) { $current_year = (int) eo_get_event_archive_date('Y'); $next_year = $current_year + 1; $prev_year = $current_year - 1; print_r ('<span class="grid-33"><a href="'.eo_get_event_archive_link( $prev_year ).'">← '.$prev_year.' </a></span><span class="grid-33 center"><a href="'.eo_get_event_archive_link( $current_year ).'"> '.$current_year.' </a></span><span class="grid-33 right"><a href="'.eo_get_event_archive_link( $next_year ).'"> '.$next_year.' →</a></span>'); } ;?>
Forum: Plugins
In reply to: [Event Organiser] calendar list view, all the days of the monththank you!
the linked page, you can see what I want.
look at me, please.Forum: Plugins
In reply to: [Event Organiser] events by monthyes, I thought.
Forum: Plugins
In reply to: [Event Organiser] calendar list view, all the days of the monthI made a copy of the class-eo-calendar-widget.php file and I’m trying to convert.
(I just thought of a calendar easier to do.)is almost complete, but the day will be displayed in English.
I can not translate.therefore displays the days of the month:
$day = $current_date->format('l');
the other problem is that the previous / next month paging does not work.
the link is put: ?eo_month=2013-05can anyone help?
thank you!Forum: Plugins
In reply to: [Event Organiser] fullcalendar titleFormatthank you very much!
Forum: Plugins
In reply to: [Event Organiser] events by month@troobles oh my… sorry, thank you!
one more thing:
grouped by year, and within a month?
how to?thanks!
Forum: Plugins
In reply to: [Event Organiser] events by monththanks.
there’s a problem with the html output.
<div><h2>2011</h2><h2> </h2></div> <div><h2>június</h2><h2> <article id="post-21" class="post-21 event type-event status-publish hentry"> <header class="entry-header"> <h1 class="entry-title" style="display: inline;"> <a href="https://localhost/event/events/event/fghgf/">fghgf</a> </h1> <div class="event-entry-meta"> <!-- Output the date of the occurrence--> <time itemprop="startDate" datetime="2011-06-16">2011 június 16</time> <!-- Display event meta list --> <ul class="eo-event-meta" style="margin:10px 0px;"><li><strong>Kategóriák:</strong> <a href="https://localhost/event/events/category/mozi/" rel="tag">mozi</a></li></ul> <!-- Event excerpt --> <p>hgfhfghfghfg</p> </div><!-- .event-entry-meta --> <div style="clear:both;"></div> </header><!-- .entry-header --> </article><!-- #post-21 --> </h2></div>
the archive-event.php looks like me:
...etc <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php $event_year = eo_get_the_start( 'Y-m'); if( $current_year != $event_year ){ echo '</div>'; //end section echo '<div>'; //new section echo '<h2>'.eo_get_the_start( 'Y').'<h2>'; //Print month $current_year = eo_get_the_start( 'Y-m'); }?> <?php $event_month = eo_get_the_start( 'Y-m'); if( $current_month != $event_month ){ echo '</div>'; //end section echo '<div>'; //new section echo '<h2>'.eo_get_the_start( 'F').'<h2>'; //Print month $current_month = eo_get_the_start( 'Y-m'); }?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> ...etc
something is wrong with the new part.
thanks for your help!
Forum: Plugins
In reply to: [Event Organiser] events by monthyes, nice, thank you!
similar grouping of the year as well?
edit: oh, yes! ??
<?php $event_year = eo_get_the_start( 'Y'); if( $current_year != $event_year ){ echo '</div>'; //end section echo '<div>'; //new section echo '<h2>'.eo_get_the_start( 'Y').'<h2>'; //Print year $current_year = eo_get_the_start( 'Y'); }?>
Forum: Plugins
In reply to: [BuddyPress Real Names] Useful plugin?? Am I understanding right?+1
Forum: Plugins
In reply to: [Font Emoticons] Fature Request: Work in Buddypress+1
Forum: Plugins
In reply to: [Nextend Social Login and Register] Avatar facebook+1