FAQ

BBCode functions and usage examples
Browse in : All > Content > FAQ > BBCode

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Title: URLs

Author: Crisp

Date: September 3, 2008 05:33:42 PM +01:00 or Wed, 03 September 2008 17:33:42 +01:00

Summary: 

Code:

[url]http://crispcreations.co.uk[/url]

Result:
http://crispcreations.co.uk
or

Code:

[url=http://crispcreations.co.uk]CrispCreations[/url]

Result:
CrispCreations

Body: 

Notes: 

More fields may be available via dynamicdata ..