Skip to content
  1. Extras
  2. Tickets
  3. Snippets
  4. TicketLatest

TicketLatest

Outputs the line of the tickets that were created and\or commented last.

TIP

Snippet is caused uncashed

Parameters

NameBy defaultDescription
&actionCommentsSnippet's mode of work. Comments or Tickets are available.
&cacheKeyName of the snippet cash. If it is empty - cashing the results will be deactivated.
&cacheTime1800Cashing time.
&depth10Search depth of resources from every parent.
&fastMode0If activated - values from DB only will be fitted in the result chunk. All the unprocessed tags MODX, such as filters, snippet output and others - will be cut.
&includeContent0Chooses the field «content» from resources.
&includeTVsThe list of TV parameters for the selection, with a comma. For example: «action,time» will give the placeholders [[+action]] and [[+time]].
&limit10Limit of the result selection.
&offset0Result omission from the beginning of the selection.
&outputSeparatorOptional string for separation of the work result.
&parentsList of the categories, with a comma, for search of the results.The selection is limited by the current parent by default. If 0 is set - the selection is not limited.
&resourcesThe list of the resources, with a comma, for the result output. If resource id begins with a minus, this resource is excluded from the selection.
&showDeleted0Shows the deleted resources.
&showHidden1Shows resources hidden in the menu.
&showLog0Shows extra information about snippet’s work. For authorized in the «mgr» context only.
&showUnpublished0Shows unpublished resources.
&sortbycreatedonShows unpublished resources.
&sortdirDESCDirection od selection.
&toPlaceholderIf it is not empty, snippet will save all the data in placeholder with the very name instead of displaying on the screen.
&tpltpl.Tickets.comment.latestDesign chunk for every result.
&tvPrefixPrefix for TV placeholders, for example «tv.». The parameter is empty by default.
&userOnly chooses the elements, created by this user.
&whereThe string coded in JSON with extra conditions of selection.

TIP

The list can be extended by the common parameters pdoTools, since Tickets works on this library.

Examples

  • Output of the last tickets
modx
[[!TicketLatest? &limit=`5` &fastMode=`1` &action=`tickets` &tpl=`tpl.Tickets.ticket.latest`]]
  • Output of the last comments
modx
[[!TicketLatest? &limit=`5` &fastMode=`1` &action=`comments` &tpl=`tpl.Tickets.comment.latest`]]