• Resolved JiL

    (@rwa66)


    Hello,

    I am trying to get the widget to show 10 events.
    However I cannot get the widget to show more then 5 events.
    I tried to change the following settings/files:
    k2/ec3_sidebar_module.php

    around line 74:
    array('limit' => 10)

    template-functions.php

    around line 373:
    $limit_numposts='LIMIT 10';
    around line 382:
    $limit_numposts='LIMIT 10';

    widget.php

    around line 153:
    value="<?php echo $limit? $limit: '10'; ?>"

    https://www.ads-software.com/extend/plugins/event-calendar-3-for-php-53/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JiL

    (@rwa66)

    Soory, i pressed submit while i wasn’t finished yet.
    Continue:

    All these setting did not result in more then 5 events, although there much more events.
    Is there any way to get more results listed?

    Thanks in advance for any help!

    Thread Starter JiL

    (@rwa66)

    All is solved. The author only had 5 events so testing showed up only 5 events. :-/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Event Calendar 3 for PHP 5.3] How to show more then 5 events?’ is closed to new replies.