Page 1 of 1

n00b warning: where can i find the list of tags?

Posted: Fri Aug 04, 2006 1:28 pm
by Eli
Hello guys,
Just downloaded CMSMS last week and after a lot of tries to install it,
I realized that it just won't support MySQL5.

Anyways, installed it, and it looks great! I gotta hand it to you guys, great job.

Now for the question,
Where can I find a list of all tags in CMSMS to use in templates/contents?
for example, when I create a new content I would like the system to print the date of the post,
I presume that this is possible.

Thanks guys,
And keep up the good work.

Eli

Re: n00b warning: where can i find the list of tags?

Posted: Fri Aug 04, 2006 2:51 pm
by Dr.CSS
Hi Eli and welcome to CMSMS

Got to, Extensions » Tags, the word Help across from the name of the tag is a link to see how they work and any parameters they take.

Re: n00b warning: where can i find the list of tags?

Posted: Sat Aug 05, 2006 2:07 am
by Elijah Lofgren
Eli wrote: Just downloaded CMSMS last week and after a lot of tries to install it,
I realized that it just won't support MySQL5.
That's odd. It works for me here with MySQL - 5.0.22.
Eli wrote: Where can I find a list of all tags in CMSMS to use in templates/contents?
There is a list of some on this page: http://wiki.cmsmadesimple.org/index.php ... /Templates
Eli wrote: for example, when I create a new content I would like the system to print the date of the post,
I presume that this is possible.
If you're wanting to just show the modification date for the current page use this tag:

Code: Select all

{modified_date}
If you want a different date format go to: admin/listtags.php?action=showpluginhelp&plugin=modified_date on your CMSMS install for a help on changing it.

If you're wanting to show a list of recently updated pages see here:
http://wiki.cmsmadesimple.org/index.php ... ly_updated
(The recently_updated tag/plugin will be included by default in CMSMS 1.0)



Eli wrote: Thanks guys,
And keep up the good work.

Eli
Glad you like CMSMS. It's the best CMS that I've ever used.  :)

Cool, your name is Eli, mine is Elijah  :D

Hope this helps,

Elijah