Page 1 of 1

Question abaout "COntent" Tags

Posted: Sun 16. Nov 2003, 11:31
by Lucien
Hi ALl

Please i Have 1 question if you can help me .


1 Your script is very nice i test it in my local machine , i have compare with Typo3 But Typos 3 is Hard to learn and ask The time and i have small time to work with but your script is exactely the one i search But no documentation with Tags , I have view your nice prensentation of product , My question is : I have created the temlplate with 3 cells and create 3 categorie in my home page :
1 news , 2 articles , 3 , events
I want to display the last article for every categorie in separate cells . When i Put the Tags "Content " in 3 cells i see the first article for the first categorie in every cells .
How i can do to realize that .
I want to transform My actuel Site (pur Html) in Phpwcms site but i cant for The moment .

Thank's for your help

Ps : Excuse my english

Best regards

Lucien

Posted: Sun 16. Nov 2003, 11:49
by Oliver Georgi
What you want is something like a news block - This is not possible at the moment. I will develop such thing - but this may need time. If you are a PHP programmer you can write a little script that does this for you - seaching article database and lists the latest news. Or you have to do this manually at the moment - but you have to put this whether into an template or use also in an external snippet of HTML that uses the layout you wish and when you create a new article remember its ID and do it like this:

My latest articles
------------------
news: [ID 5]my latest news[/ID]
articles: [ID 6]my article[/ID]
Events: [ID 7]event[/ID]

I hope this will help you

Oliver