User render.pl

From EPrints Documentation
Revision as of 08:49, 31 January 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (Added page about config file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Back to cfg.d

user_render.pl defines the configuration for rendering user profile pages. There are various aspects to this configuration file.

User Render Function

This is the main function that renders the user profile page. This function comes under the configuration setting:

$c->{user_render} 

By default this function returns a XHTML DOM tree. Containing the user's information to be displayed in a profile.