• Little CCK

jSeblod Little CCK is a little Content Construction Kit for Joomla.

It allow to display any content like Joomla article with a template, simple but very powerfull ! (Joomla Content Plug-in)


  • apply Template in content like Joomla article, but too in many contents like Docman File description or Virtuemart Product Description... unlimited !
  • suitable with jSeblod WYDIWYS
  • suitable with all 3rd Party and more that, suitable with almost all Joomla extensions
  • Little CCK template are like Joomla template, and so use Joomla installer and Joomla template edition
  • insert PHP, Javascript, CSS in Little CCK template
  • usefull special "::delete::" tag


Download jSeblod Little CCK templates

To insert comments or user rates, you can use all comment and rate systems for Joomla articles. It's more powerfull than any Joomla food & beverage extensions. You can too use the print default button in Joomla article.

How to install ?
  • download jSeblod Little CCK on download section after register you for free
  • install jSeblod Little CCK directly with Joomla installer
How use it ?

You must have a Content Template (like a Joomla Template), download jSeblod Little CCK template and install them with the Joomla installer.

You can use Little CCK without the WYDIWYS and write the Little CCK fields syntax in your content manually, but it's more easy to use the powerfull of jSeblod WYDIWYS Editor.

 

When you use WYDIWYS Editor, in Joomla content (for example Joomla article) :

  • very simple, select your template directly in jSeblod WYDIWYS Editor and you will see a form to fill your content !

 

When you don't use WYDIWYS Editor, in Joomla content (for example Joomla article) :

  • insert jseblod tag 4pointsjseblod template=[templatename]4points and specify the name of the Content Template, don't forget to close at the content end with 4points/jseblod4points
  • insert your fields with this syntax 4pointsmyfield4pointsyour value4points/myfield4points

In a Joomla article, example (download it) :

little Content Construction Kit - CCKjseblod template=[jseblodlittlecck]little Content Construction Kit - CCK

little Content Construction Kit - CCKlabellittle Content Construction Kit - CCKValue of my labelddlittle Content Construction Kit - CCK/labellittle Content Construction Kit - CCK

little Content Construction Kit - CCKtextlittle Content Construction Kit - CCKValue of my textlittle Content Construction Kit - CCK/textlittle Content Construction Kit - CCK

little Content Construction Kit - CCKimagelittle Content Construction Kit - CCKhttp://cdn.joomla.org/images/logo.pnglittle Content Construction Kit - CCK/imagelittle Content Construction Kit - CCK

little Content Construction Kit - CCKtextzonelittle Content Construction Kit - CCKtext of my textarea with a long textlittle Content Construction Kit - CCK/textzonelittle Content Construction Kit - CCK

little Content Construction Kit - CCKdatelittle Content Construction Kit - CCK2009/05/12little Content Construction Kit - CCK/datelittle Content Construction Kit - CCK

little Content Construction Kit - CCK/jseblodlittle Content Construction Kit - CCK

 

Tricks :

  • use readmore button before or after jseblod tag
  • insert some contents before or after jseblod tag
  • you can insert many jseblod tag in one content and so use more than one template in content
How create a Content Template for Little CCK ?
  • 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 little Content Construction Kit - CCKmyfieldlittle Content Construction Kit - CCK (by default input text).


List of available fields


  • little Content Construction Kit - CCKmyfieldlittle Content Construction Kit - CCK, by default a input text
  • little Content Construction Kit - CCKmyfield(textarea)little Content Construction Kit - CCK, a textarea (use it with WYDIWYS Editor)
  • little Content Construction Kit - CCKmyfield(calendar)little Content Construction Kit - CCK 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=little Content Construction Kit - CCKidlittle Content Construction Kit - CCK"


  • little Content Construction Kit - CCKidlittle Content Construction Kit - CCK , id
  • little Content Construction Kit - CCKtitlelittle Content Construction Kit - CCK , title
  • little Content Construction Kit - CCKcreatedlittle Content Construction Kit - CCK , created date
  • little Content Construction Kit - CCKmodifiedlittle Content Construction Kit - CCK , modified date
  • little Content Construction Kit - CCKauthorlittle Content Construction Kit - CCK , author
  • little Content Construction Kit - CCKcategorylittle Content Construction Kit - CCK , category
  • little Content Construction Kit - CCKsectionlittle Content Construction Kit - CCK , section
  • little Content Construction Kit - CCKmetakeylittle Content Construction Kit - CCK , meta keys
  • little Content Construction Kit - CCKmetadesclittle Content Construction Kit - CCK , meta description
  • little Content Construction Kit - CCKsite_urllittle Content Construction Kit - CCK , website url, for example http://www.jseblod.com


List of SPECIAL TAGs


  • little Content Construction Kit - CCKdelete myfieldlittle Content Construction Kit - CCKyour contentlittle Content Construction Kit - CCK/delete little Content Construction Kit - CCK , not display your content when myfield is empty


Content Template example

<table>
<tr>
little Content Construction Kit - CCKdelete label little Content Construction Kit - CCK<td style="color:red;"> little Content Construction Kit - CCKlabel little Content Construction Kit - CCK</td> little Content Construction Kit - CCK/delete little Content Construction Kit - CCK
<td style="color:green;"> little Content Construction Kit - CCKtext little Content Construction Kit - CCK</td>
</tr>
<tr>
<td colspan="2">
<img src="/little Content Construction Kit - CCKimagelittle Content Construction Kit - CCK" />
</td>
</tr>
<tr>
<td colspan="2">
little Content Construction Kit - CCKtextzone(textarea) little Content Construction Kit - CCK
</td>
</tr>
<tr>
<td colspan="2">
little Content Construction Kit - CCKdate(calendar) little Content Construction Kit - CCK
</td>
</tr>
</table>

Comments (4)
what is the difference
1 Monday, 19 October 2009 05:57
Ahmed A. Mostafa
what is the difference between jSeblod Little CCK and jSeblod CCK ? are we supposed to install both or just one of them?
tutorial
2 Friday, 06 November 2009 12:48
manu
hi, the tools you have done are amazing! thanks.
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
help
3 Wednesday, 10 February 2010 23:21
Norbi
i must you pagebreaek between tags...what can i do?
edit
4 Wednesday, 10 February 2010 23:22
Norbi
use*

Add your comment

Your name:
Your email:
Subject:
Comment: