Page 1 of 1

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

Posted: Fri Jun 26, 2009 1:33 pm
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)

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

Posted: Fri Jun 26, 2009 3:27 pm
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