Search found 2 matches
- Sun Apr 12, 2009 10:02 am
- Forum: Developers Discussion
- Topic: Enumerate / List / Show all pages as one long page
- Replies: 3
- Views: 4374
Re: Enumerate / List / Show all pages as one long page
After searching the forum, looking into different modules and some trail and error programming, I think I got the right setup. The below pulls out all content from pages that are shown in the menu: 1) I create a new UDT (user defined tag): testing 2) I insert the following code global $gCms; $db = &...
- Sat Apr 11, 2009 8:44 pm
- Forum: Developers Discussion
- Topic: Enumerate / List / Show all pages as one long page
- Replies: 3
- Views: 4374
Enumerate / List / Show all pages as one long page
Hello I have just switched to CMSMS and need to know how I can access MySQL from within CMSMS. In this specific case I need to enumerate / list / show all active pages as one long pages. Is this possible? Preferable would be some sort of solution, where I don't need to specifiy DB name/username/pass...