Page 1 of 1

AdvancedContent Question

Posted: Mon Feb 06, 2012 9:49 pm
by smokeycam09
Hi guys,

I was wondering if you could please help me with AdvancedContent Module. I have just installed a fresh 0.9.2 version on cms ms 1.10.3

My issues is the following:

If you navigate to Advanced Content module itself, and click on the Multi Inputs tab, there is a Input Id of 'SampleInput' with the following code:

{content block="module_select" label="Select a module" block_type="dropdown" items="|News|Menu" values="|News|MenuManager"}
{content block="module_params" label="Enter module parameters here" block_type="text" oneline=true size="56"}

I understand all of that (what the code does), what I don't understand, is how to get the Input Id called 'SampleInput' to show up in a page that i edit. e.g do I some how add {sampleInput} into the template somehow?

Since the {content} tag doesn't show the drop down sample, i though there would of been some extra parameter to show the drop down e.g {content inputid=SampleInput}

It will work, if i manually add the code from the Sample Input into the template itself, i would of thought that you could easily get the Multi Inputs into the content page keeping it a bit more tidy without getting the template code itself bloated full of content block parameters.

i.e like i said, just inserting {SampleInput} somewhere in the temple.

Hope that all makes some sort of sense?

Many Thanks

Cameron