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

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.
Locked
Eli

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

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post 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.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

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

Post 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
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Locked

Return to “CMSMS Core”