4572 Posts in 1316 Topics by 981 members
Customising the CMS
SilverStripe Forums » Customising the CMS » Adding Categories Tab to CMS (recipes:many_many-example )
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 1295 Views |
-
Adding Categories Tab to CMS (recipes:many_many-example )

22 April 2010 at 10:13am
Hello. I am using SilverStripe to build a news Web site for a high school journalism class. I am well versed in basic html and CSS and have received an aerial-level introduction to object oriented programming and php but otherwise am brand new to CMS development.
I am following along with the many_many tutorial in the documentation, which covers how to add checkboxes to a tab in the CMS so that users can assign articles to categories.
I got the new tab to appear but it's not obvious to me precisely where/how I define the categories I want. (For example, News, Sports and Opinion would be a few of them.) I'm guessing this would happen when the TableField is created in ArticleHolder.php?
Could someone point me in the right direction?
Thanks!
-
Re: Adding Categories Tab to CMS (recipes:many_many-example )

26 April 2010 at 8:51am
OK. For now, in "Article.php", I just defined the $categoryList variable manually as an array listing the checkbox names I wanted. Probably not ideal, I know, but this is enabling me to move forward.
-
Re: Adding Categories Tab to CMS (recipes:many_many-example )

5 July 2010 at 9:35am
Hey there...you need to create an ArticleHolder page in your CMS first, and then inside of that (in the CMS) you may create the categories which will subsequently appear as checkbox items in each Article page. The Category creator function is not the most intuitive (Where do you click to enter the Category title? When does one click + Add Category (before or after typing in the title?, etc.).
Hope this helps,
Patrick
| 1295 Views | ||
|
Page:
1
|
Go to Top |


