Difference between revisions of "JS Events (module)"

(Created page with "==Overview== ==Backend Settings== ==Frontend== ==See Also== * Installing Module * Translating Module * Built-in Module Positions")
 
(Frontend)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Overview==
 
==Overview==
 +
Module to show upcoming events in your community.
  
 
==Backend Settings==
 
==Backend Settings==
 +
:::[[File: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==
 
==Frontend==
 +
:::[[File:Js events front.png]]
  
 
==See Also==
 
==See Also==

Latest revision as of 02:03, 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

Js events front.png

See Also