Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Template Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Adding a "tag" box to a pagetype


Go to End


3 Posts   1997 Views

Avatar
S0crates9

27 Posts

11 May 2009 at 6:11am

I was also looking into adding tags through the CMS for certain page types and then have them pulled dynamically by page. What are the steps to getting this working and what's the easiest way to get something like this operating?

Thanks again!

Avatar
Fuzz10

Community Member, 791 Posts

13 May 2009 at 9:57pm

You can add a DB_field to your page-types and place it in the CMS User Interface using getCMSFields()

Make sure to go through the tutorials to get a good handle on Silverstripe's basic architecture.

Avatar
S0crates9

27 Posts

15 May 2009 at 12:24pm

Thanks Fuzz10! I'll give it a go.