• Resolved notyouravgtech

    (@notyouravgtech)


    I have not been able to see old events on the admin page for a while now. I can create new ones, and they all show up, but it shows nothing when I search for old events.

    I have made two modifications to the code to allow for the num_events codes to work when showing past and upcoming events. They are below:

    db.php

    	if(is_numeric($num_events) && 0 < $num_events) {
    
    			//if('upcoming' === $date_filter && is_numeric($num_events) && 0 < $num_events) {

    sc_event_list.php

    private function html_events(&$a) {
    
    	// specify to show all events if not upcoming is selected
    	if('upcoming' != $a['actual_date']) {
    
    	//	$a['num_events'] = 0;
    }
    • This topic was modified 7 years, 5 months ago by notyouravgtech. Reason: Formatting
  • The topic ‘“All Events” not showing any events’ is closed to new replies.