Hello,
Firstly, thank you for your help.
I have created custom fieds that i used in a Custom Form / Content Types called : "news"
This "News" Content Types create a Joomla Article for each submission.
Then, i have setup a Lists & Search Types for "news" and i have defined :
- List Template : seb_blog
- element Template : simplesimon (with personnalisation)
In my Joomla menu i have setup a link pointing to Search & List.
NOW MY PROBLEM IS THE FOLLOWING :
In SeblodCCK v1 we could assign template to categories or menu elements.
Today version 3.3.2 i have 2 major problems
- How can i generate the "Read More" link for my custom Forms Article ? In CCK 1 i was using $cck-> ... (art_link) ...
- When the article is showing i can't see my custom fields ... None of them ... How can i template Joomla article to get my custom fields to display ?
THIS IS WHAT I WANT :
- Using Menu Lists & Search I display the begining of the content like image, title, introduction...
- Click on "read more"
- Display the article with all the information description, ...
In version one I used to pass a variable to the url like site.com/article.html?display=true and display the rest of the article using PHP IF value, with version 3 I have no idea how to get this to work.
Thank you very much for your help, you suggestions ! HOPE YOU COULD HELP ME.