Display a table with page titles that aren't in the menu
Posted: Wed Oct 21, 2009 2:58 pm
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 like the page that people get to after logging into FEU to display a table with the page title of each minute note entry (page title) and it's modified date which links to the content. Because the list of notes will end up being long, I don't want it to display in the menu. And that's my first hurdle.
I could set up the table pretty easily by just using the $nodelist array that the menu uses, but it only contains items that are menu enabled.
Here are 2 ways that I think it could be done, but I don't know the code to make it so:
Any help/insight is appreciated.
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 like the page that people get to after logging into FEU to display a table with the page title of each minute note entry (page title) and it's modified date which links to the content. Because the list of notes will end up being long, I don't want it to display in the menu. And that's my first hurdle.
I could set up the table pretty easily by just using the $nodelist array that the menu uses, but it only contains items that are menu enabled.
Here are 2 ways that I think it could be done, but I don't know the code to make it so:
- Pull all the page titles that are under a particular parent item
- Pull all the page titles that have 'notes' in the extra1 (or 2 or 3) field
Any help/insight is appreciated.