Taging content - possible to select content by a checkbox in content edit page?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
Lucaz
Forum Members
Forum Members
Posts: 66
Joined: Fri Dec 01, 2006 9:56 pm
Location: Netherlands

Taging content - possible to select content by a checkbox in content edit page?

Post by Lucaz »

Hello,

Is there a plug-in/tag where I can select option by checkboxes in the content edit page.

What I would like, when I am in the content edit page, select a checkbox with generates html.

Let's say I have a website about music and I want to check with genre the music is about. I would have some checkboxen:

[ x ] pop
[ x ] rock
[ ] soul
[ ] jazz
[ ] classic

In the front-end it would generate:



And I think it should be codes as:


I tried the Link Manager which did the trick for 80%.. it showed al the links, the idea of this module is ok, but it showed al links..
http://dev.cmsmadesimple.org/projects/linkmgr


(Using CMS MS 1.5.3 Arecibo - Apache)
Last edited by Anonymous on Fri Jun 26, 2009 2:30 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Taging content - possible to select content by a checkbox in content edit page?

Post by Nullig »

Link Manager uses categories, so you could use separate calls for each category:

{cms_module module="LinkMgr" category="pop"}
{cms_module module="LinkMgr" category="rock"}

etc...

Nullig
Post Reply

Return to “Layout and Design (CSS & HTML)”