Need help how to install a module

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
NewToCMS
New Member
New Member
Posts: 8
Joined: Wed Nov 28, 2007 6:14 pm

Need help how to install a module

Post by NewToCMS »

Hi,
I'm a CMS newbie so tried to read some thread and docs but still lost...
Ok, just installed CMS and it is working.
Now how can I add image module(?) (I found some like image rotator, random image; not sure which one is the best...)? I notice that those "modules" have only a php file.  Where and how should I upload it?  And I also read about "tag".??

How can I simply create a box, like the "news" in default CMS theme, where I can show some images?

Thanks,
User avatar
tophers
Forum Members
Forum Members
Posts: 218
Joined: Thu Jun 07, 2007 7:25 pm

Re: Need help how to install a module

Post by tophers »

Your question has two parts (or possibly three):
NewToCMS wrote: Now how can I add image module(?) (I found some like image rotator, random image; not sure which one is the best...)? I notice that those "modules" have only a php file.  Where and how should I upload it?  And I also read about "tag".??
The functions you are quoting are actually {tags}, not modules. To use them, unzip the files and FTP it into the Plugins directory. To  call the function, navigate to Extensions > Tags, and click on the tag you have just installed (image_rotator, for instance). The Help page will usually show you an example of how to call the tag (in this example it would be {image_rotator}). Simply place this code into your template, or into a Content Block to call the function.
NewToCMS wrote:How can I simply create a box, like the "news" in default CMS theme, where I can show some images?
This is more a question for Layout & Design, but if you use a template with a sidebar, for example, you could place the tag there.

If you are interested in installing a Module, you can either navigate to Extensions > Modules, and Install module via XML file, or if it is a .zip file, then unzip it and FTP it into the Modules directory.
NewToCMS
New Member
New Member
Posts: 8
Joined: Wed Nov 28, 2007 6:14 pm

Re: Need help how to install a module

Post by NewToCMS »

Thank you!

How to install parameter inside a tag?

For example: random image (if I want for example "uploads/images/random" directory?

tag: {random_image}

    * (optional) folder - Folder to pick images from (default is "uploads/images/").
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: Need help how to install a module

Post by kermit »

the format for calling a plugin (also udt, user-defined-tags) or module is:

{pluginname param1='value' param2='value'}

or

{cms_module module='modulename' param1='value' param2='value'}

some modules have a shortcut, for instance:

{menu} is the same as {cms_module module='menumanager'}

and you can add parameters to it as well, such as:

{menu template='minimal_menu.tpl' start_level='1' number_of_levels='2'}
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Post Reply

Return to “CMSMS Core”