Search found 2 matches
- Fri Oct 23, 2009 1:41 pm
- Forum: Developers Discussion
- Topic: Display a table with page titles that aren't in the menu
- Replies: 2
- Views: 1493
Re: Display a table with page titles that aren't in the menu
I figured this out on my own by creating a UDT that queries the content table to pull the info I need where the parent_id is the section header I'm putting everything under. I would have appreciated help in this though. There's probably a built in way to do it that doesn't involve creating a custom...
- Wed Oct 21, 2009 2:58 pm
- Forum: Developers Discussion
- Topic: Display a table with page titles that aren't in the menu
- Replies: 2
- Views: 1493
Display a table with page titles that aren't in the menu
CMSMS 1.6.6; PHP 5.2.2 Part of the site I"m setting up is going to be using CMSMS to enter/maintain meeting notes. Each note entry needs to be it's own content entry in the database and will be under the same section header. I'm putting it all behind FEU (FEU is setup and working fine). I'd ...