Loading...
 
Skip to main content

History: Favorites

Source of version: 19

Copy to clipboard
            ! {{page}}
The feature lets you indicate which Tiki objects (wiki pages, articles, tracker items, ...) are your favorites, and lets you display them all for you in another custom wiki page or module. 

!! Enable the feature
The feature can be enabled at: 
__Admin home (Control Panels) > Users & Community > User Settings > User Features > User Favorites__

As the feature uses the ((Wiki Argument Variables|Wiki Argument Variable)) {HTML()} {{user}}{HTML} you should also enable this at:
__Admin home (Control Panels) > Editing and Plugins > Wiki Argument Variables__

!! How to use it
Once both features are enable, you can set the Favorite flag on an object by using in the "Action" menu, "{icon name="star-o"} Favorite".

To view your favorites or any other user favorites you can use the ((PluginList)) by adding a ((PluginList filter control block|filter))
to display them.

!!! Simple Sample
''Without the space around {user}''

{CODE(color="tiki")}
{LIST()}
{filter favorite="{{user}}"}
{LIST}
{CODE}

Note: The List plugin uses the search index in order to create the favorite list. Therefore, if the index is built while excluding some categories (preference: unified_excluded_categories), items from these categories would not appear on the favorite list even if they are tagged as favorite.

!! Related
See also: ((PluginFavorite))
[https://dev.tiki.org/item6978-Allow-viewing-user-favorites|Issue ''Allow viewing user favorites'']

Or alternative ways to indicate which objects are your favorites, through ((Ratings)) and ((Advanced Ratings))


Alias names of this page:
(alias(Favourite)) | (alias(Favourites)) | (alias(Favorite))

        

History

Advanced
Information Version
Eutyche ODIMBA 20
Eutyche ODIMBA 19
Eutyche ODIMBA 18
Eutyche ODIMBA 17
Eutyche ODIMBA 16
fatiki grammar 15
Philippe Cloutier oops 14
Philippe Cloutier link to issue #6978 13
Zayneb Kerdi Note about Simple Sample 12
Marc Laporte Fix links 11
Bernard Sfez / Tiki Specialist Edit restored by rescue script 2017-04-24T18:09:12+00:00 10
Bernard Sfez / Tiki Specialist Edit restored by rescue script 2017-04-24T18:09:12+00:00 9
Bernard Sfez / Tiki Specialist Edit restored by rescue script 2017-04-24T18:09:12+00:00 8
Marc Laporte Workaround because {{user}} is interpreted and we want to show it 7
Marc Laporte typos 6
Xavier de Pedro 5
Xavier de Pedro 4
Xavier de Pedro 3
Xavier de Pedro 2
Marc Laporte 1