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)
Taging content - possible to select content by a checkbox in content edit page?
Taging content - possible to select content by a checkbox in content edit page?
Last edited by Anonymous on Fri Jun 26, 2009 2:30 pm, edited 1 time in total.
Re: Taging content - possible to select content by a checkbox in content edit page?
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
{cms_module module="LinkMgr" category="pop"}
{cms_module module="LinkMgr" category="rock"}
etc...
Nullig