• Hello again πŸ™‚

    hopefully the title isn’t misleading. Two quick questions regarding your poster board add on:

    a.) How do I add filters? The shortcode attributes are not working (i.e. [event_board filter=state,city,category]) – is it possible to also add a search bar so users can search by keyword?

    b.) The Load More button displays even if there aren’t more posts to load. Is this a known bug? How can I hide it if there are no more posts to load?

    Thanks!

    https://wordpress.org/plugins/event-organiser/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Hello πŸ™‚

    a) The state/city/country filters require Pro. But the category filter should work. It should be filters as opposed to filter (I ‘ve realised now that the readme is incorrect).

    b) There’s a known issue when the number of events is an exact multiple of 10. Essentially it queries the next 10 events, and if there are less than 10, it removes the ‘load more’. Consequently if you have an exact multiple of 10 the plug-in doesn’t realise the last 10 is in fact the last 10. Posterboard is due an update shortly, and I intended to address this issue.

    Thread Starter godavid33

    (@godavid33)

    Ah, filters is probably the problem as I have pro now.

    I await your update!

    Thread Starter godavid33

    (@godavid33)

    As a temporary fix (and probably how you can easily fix this stephen:

    In event-organiser-posterboard.php: remove “{$ext}” from line 64 (unless you know how to put posterboard into debug mode, which I have no clue of.

    In event-board.js: add the following code to line 180

    if( events.length < 10 )
    			$('#event-board-more').hide();

    and that should do it.

    Plugin Author Stephen Harris

    (@stephenharris)

    1.0.1 included this fix, thanks!

    The documentation has also been updated.

    Hi Stephen,

    I hope I don’t hijack this thread with my questions, but it kind of relates to this.

    For a project I would need the capability to have a full calendar and then, in a drop down, be able to filter the events by country/city and even per author (which could possibly be solved via a category per user). Is this possible? Does it require a Pro license?

    Thanks in advance πŸ˜‰

    physalis

    Plugin Author Stephen Harris

    (@stephenharris)

    Hi Physalis,
    Yes Pro add city, state and.country filters to both the calendar and posterboard.

    There’s no.organiser/author filter but you could repurpose the category filter.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Poster board – filters/search and Load More’ is closed to new replies.