====== 2. Basic Functions ====== ==== Check References ==== If you would create conditions with fields, which contain references to other modules, you have to follow special rules, because the Colorizer implement a special way to check, if a Record from a special module is linked. To check if an Account is linked inside such field set: **Field:** related_to **Operation:** contains **Value:** module=Accounts To check if a special Record ID is linked inside such field: **Field:** related_to **Operation:** contains **Value:** record=1234 Like some of you may have identified, these are strings from the url of the linked record. //This is correct.// To check the Content, the Colorizer replace the content of these fields with the complete Link to the Record. ==== BBCode ==== You could enable the usage of BBCode for single fields, regardless the type, inside the Colorizer Management. All default BBCodes could be used to format the text. **Examples:** [url]http://www.domain.com[/url] – URLs in every field [url=http://www.domain.com]link to Domain[/url] - URLs with special label [img]http://www.domain.com/path/to/image.jpg[/img] - Image [img width=50 height=10]http://www.domain.com/path/to/image.jpg[/img] – resized image, linked to the original [b]bold text[/b] [youtube]VideoID[/youtube] [email]receiver@domain.com[/email]