About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:plugins:recommendation_modules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
development:plugins:recommendation_modules [2015/12/21 16:54] – ↷ Links adapted because of a move operation demiankatzdevelopment:plugins:recommendation_modules [2018/03/14 18:04] – [Key Plugin Details] demiankatz
Line 15: Line 15:
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['recommend'] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['recommend']
  
-**Service Manager Name for Service Locator:** VuFind\RecommendPluginManager+**Service Manager Name for Service Locator:** VuFind\RecommendPluginManager (VuFind 2.x-4.x), VuFind\Recommend\PluginManager (VuFind 5.0+)
  
 **Template Name:** To display the related record recommendations, VuFind will attempt to load a template from the Recommend folder of the current theme whose name corresponds with the class of the plugin (ignoring the namespace).  The template will have access to the plugin object as $this->recommend. **Template Name:** To display the related record recommendations, VuFind will attempt to load a template from the Recommend folder of the current theme whose name corresponds with the class of the plugin (ignoring the namespace).  The template will have access to the plugin object as $this->recommend.
Line 24: Line 24:
  
 Recommendation modules are activated through [[configuration:files:searches.ini]] for standard Solr searches.  Other search types may have recommendation settings in their own .ini files (for example, [[configuration:files:summon.ini|Summon.ini]]). Recommendation modules are activated through [[configuration:files:searches.ini]] for standard Solr searches.  Other search types may have recommendation settings in their own .ini files (for example, [[configuration:files:summon.ini|Summon.ini]]).
 +
 +Recommendations may be associated with the top or sidebar region of the search results. They may be associated with specific search handlers or set as defaults for all non-customized handlers. They may also be set up to be displayed only when empty result sets are returned.
 ---- struct data ---- ---- struct data ----
 ---- ----
  
development/plugins/recommendation_modules.txt · Last modified: 2023/11/27 18:50 by demiankatz