Difference between revisions of "JS Events (module)"

(Backend Settings)
(Backend Settings)
Line 4: Line 4:
 
==Backend Settings==
 
==Backend Settings==
 
:::[[File:Js events back.png]]
 
:::[[File:Js events back.png]]
* '''Display''' - Select what kind of events to display.
+
* '''Display''' - Select what kind of events to display.
 +
** Upcoming Events will display all events that logged in user can see.
 +
** My Events will display only those events user joined or created.
 
* '''Filter by''' - Select the criteria to filter events by.
 
* '''Filter by''' - Select the criteria to filter events by.
 +
** All Available events that user can see.
 +
** Featured only will strictly show only featured events following the "Display" criteria.
 
* '''Limit''' - Number of events which will be shown in the module.
 
* '''Limit''' - Number of events which will be shown in the module.
  

Revision as of 02:01, 29 June 2016

Overview

Module to show upcoming events in your community.

Backend Settings

Js events back.png
  • Display - Select what kind of events to display.
    • Upcoming Events will display all events that logged in user can see.
    • My Events will display only those events user joined or created.
  • Filter by - Select the criteria to filter events by.
    • All Available events that user can see.
    • Featured only will strictly show only featured events following the "Display" criteria.
  • Limit - Number of events which will be shown in the module.

Frontend

See Also