Easy Profile WIKI
Toggle navigation
  • Home
  • System Requirements
  • Installation
  • Configuration
  • Custom Fields
    • Create Custom Field
    • Custom Fields Types
    • HTML Delimiter Field Type
    • Conditions
    • Translate Fields
  • User List/Search
  • Modules
    • Users List Module
    • Search Module
    • Users Map Module
    • SQL Custom Where Parameter
  • Content Plugin
  • Author Plugin
  • Articles Tab Plugin
  • Joomla Search Plugin
  • Ajax UserList Plugin
  • Social Connect Plugin
    • Intro
    • Setup Facebook Login
    • Setup Twitter Login
    • Setup Google+ Login
    • Setup LinkedIn Login
    • Setup Instagram Login
  • Social Network Plugin
    • System Requirements
    • Installation
    • Configuration
    • Make your language
  • Jomsocial Bridge
  • Import User Plugin
  • Integrations
    • Acymailing
    • EasyDiscuss
    • EasyBlog
    • Komento
    • Kunena
    • Joomgallery
    • JReviews
    • UddeIM
    • Emerald
    • Membership Pro
  • Tips & Tricks
  • Developers
    • JsnUser Object
    • Triggers
  • Changelog
  • Support

HTML Delimiter Field Type


HTML delimiter field type is a special type. This field not collects user information. It allow you to put static HTML content in a field position.

This is useful for add descriptions or long tips in field position.

How to use

- Create a field
- Add title
- Add description in HTML editor

Features

This field trigger Joomla content plugins, so you can add codes to render dinamic contents. It also trigger our Content Plugin, so you can use it to format your output, for example:
I have 2 fields like "Site Name" (text type with alias "website_name") and "Website" (link field type with alias "website_url"). Instead show these 2 fields in profile page I can show a single HTML delimiter that contain these 2 fields like a link with url {user website_url displayed raw} and text {user website_name displayed} (docs about our content plugin at http://docs.easy-profile.com/index.php/article/content-plugin)