• I would like to have the ability to select the month when in list view.

    http://eden.unreasonabledesign.com/events/
    Just like in the grid view.

    Navigate to previous and next month, select month and year would change the results shown in the list.

    I tried to copy from gridview.php

    <span class='tribe-events-month-nav'>
    				<span class='tribe-events-prev-month'>
    					<a href='<?php echo tribe_get_previous_month_link(); ?>' class="tribe-pjax">
    					← <?php echo tribe_get_previous_month_text(); ?>
    					</a>
    				</span>
    
    				<?php tribe_month_year_dropdowns( "tribe-events-" ); ?>
    
    				<span class='tribe-events-next-month'>
    					<a href='<?php echo tribe_get_next_month_link(); ?>' class="tribe-pjax">
    					<?php echo tribe_get_next_month_text(); ?> →
    					</a>
                   <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading" id="ajax-loading" alt="" style='display: none'/>
    				</span>
    			</span>

    to line 18 of list.php

    This did not yield any results.

    Please advise, thank you!

    http://wordpress.org/extend/plugins/the-events-calendar/

Viewing 1 replies (of 1 total)
  • Hey crbarnett. Thanks for the note here. At this point we unfortunately don’t have month options in list view; providing steps to do so is sadly outside the level of customization we can provide here on dot-org, but I will say the 3.0 release that we’re working on right now – and will be out soon – has something that should meet your needs along these lines. (We’ve overhauled the list view somewhat substantially in this 3.0 release). Happy to give you that beta code to play around with if you’re interested and have a testing environment to use it on. It’s probably not something you’ll want to install on a live site, since the code isn’t 100% stable yet, but it’s more than functional if you wanted to give it a go from a beta perspective. Shoot me an email (rob a/ tri.be) if you’re interested.

    Sorry I couldn’t offer up more here. Let me know what else you need or if you’ve got any other questions. Thanks for using The Events Calendar!

Viewing 1 replies (of 1 total)
  • The topic ‘List view – month selection’ is closed to new replies.