- By FTP (don't need to respect exactly the directory structure of a Joomla template) : create in Joomla template directory, a directory with the name of your template (for example "jseblodlittlecck"), put a simple "index.php" file in created directory.
- By Joomla installer : create a Joomla template which respect the Joomla template directory structure, see on Joomla.org.
You can use the jseblod Little CCK syntax in your index.php file of your template to create some fields, see below.
The Little CCK detect automaticllay the field in your index.php file and display field value from Joomla content when this content is displayed on your website.
You can use the Joomla template manager to edit your Content template files.
When you use jSeblod WYDIWYS Editor, use the power of fields.
To see fields in WYDIWYS Editor, you must insert some simple special tag in your template. After selected a template in the WYDIWYS Editor, the Editor display fields indicated in the template. Look parameters from the WYDIWYS Editor plug-in.
How call a field value in your template ?
Use the syntax myfield (by default input text).
List of available fields
myfield , by default a input text
myfield(textarea) , a textarea (use it with WYDIWYS Editor)
myfield(calendar) or ::myfield(calendar1):: or ::myfield(calendar2)::, a calendar (3 configs) (use it with WYDIWYS Editor)
- ::myfield(media):: or ::myfield(media1):: or ::myfield(media2)::, a media field (drop-down select) which list media files (3 configs) (use it with WYDIWYS Editor)
List of JOOMLA ARTICLE tagS to use in template
Insert them in your template, they are automatically replace with the dynamic content. To create a article link use the url "index.php?option=com_content&view=article&id= id "
id , id
title , title
created , created date
modified , modified date
author , author
category , category
section , section
metakey , meta keys
metadesc , meta description
site_url , website url, for example http://www.jseblod.com
List of SPECIAL TAGs
delete myfield your content /delete , not display your content when myfield is empty
Content Template example
<table> <tr> delete label <td style="color:red;"> label </td> /delete  <td style="color:green;"> text </td> </tr> <tr> <td colspan="2"> <img src="/ image " /> </td> </tr> <tr> <td colspan="2"> textzone(textarea)  </td> </tr> <tr> <td colspan="2"> date(calendar)  </td> </tr> </table> |
but a lot of people are not technitiens like you, just to understand your tools it took me a while, even with the demo. (too many stuff on the same page)
you need to make video tutorial, and real sections on your demo. iam sure you gain a lot.
but thanks a lot for your work.
manu