Question abaout "COntent" Tags

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Lucien
Posts: 1
Joined: Sun 16. Nov 2003, 00:31

Question abaout "COntent" Tags

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply