Events

No edit summary
No edit summary
Line 3: Line 3:
  | tables  = events
  | tables  = events
  | format  = ul
  | format  = ul
  | fields  = CONCAT( DATE_FORMAT(start_date, '%Y-%m-%d %H:%i'), ': [[',_pageName,']]' )
  | fields  = CONCAT('<strong>(',state,') ',DATE_FORMAT(start_date, '%Y %M %e, %W'),'</strong>: [[',_pageName,']] ', location )
  | where    = start_date>NOW()
  | where    = start_date>NOW()
  | order by = start_date ASC
  | order by = start_date ASC

Revision as of 23:51, 17 October 2018

Coming events from our calendar:

See also the full calendar, and list of past events.

Error 1054: Unknown column 'state' in 'field list'

Function: CargoSQLQuery::run Query: SELECT `cargo__events`.`_pageID` AS `cargo_backlink_page_id_events`,CONCAT('<strong>(',state,') ',DATE_FORMAT(start_date, '%Y %M %e, %W'),'</strong>: ',_pageName,' — ', location ) AS `CONCAT('<strong>(',state,') ',DATE FORMAT(start date, '%Y %M %e, %W'),'</strong>: ', pageName,' — ', location )` FROM `cargo__events` WHERE start_date>NOW() ORDER BY `start_date` LIMIT 100

Discuss this page