Show all content?!

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
hulio
New Member
New Member
Posts: 8
Joined: Fri Jan 12, 2007 6:31 am

Show all content?!

Post by hulio »

Is there a way to get all the content of every created page collected into one page?

Like the sitemap -plugin does, but it should also show the content as well...I need to create a XML-based structure for one Flash -site.
cyberman

Re: Show all content?!

Post by cyberman »

Please go to source of sitemap plugin and add after line 175

Code: Select all

                $menu .= '<div>' . $onecontent->Show() . '</div>';
But attention - other tags inside content wount be parsed!
Last edited by cyberman on Fri Jan 12, 2007 8:30 am, edited 1 time in total.
hulio
New Member
New Member
Posts: 8
Joined: Fri Jan 12, 2007 6:31 am

Re: Show all content?!

Post by hulio »

Thanks, but that really doesn´t solve my problem. I still need to get every single PAGE printed into a same page, not only the content -tag...

I mean if this Show() -command gets the content, which one gets the whole data stored in one site?
Last edited by hulio on Mon Jan 15, 2007 7:06 am, edited 1 time in total.
cyberman

Re: Show all content?!

Post by cyberman »

There's no command for output the whole page. They are dispersed in database.

Which values do you need too?
hulio
New Member
New Member
Posts: 8
Joined: Fri Jan 12, 2007 6:31 am

Re: Show all content?!

Post by hulio »

I´ll need all the existing data and customized content blocks also...
cyberman

Re: Show all content?!

Post by cyberman »

I' not a coder for real (php nor flash) but why do you want such an big monster file? Wouldn't it be easier to create a xml template and create every page dynamically?
hulio
New Member
New Member
Posts: 8
Joined: Fri Jan 12, 2007 6:31 am

Re: Show all content?!

Post by hulio »

I'll just need to catch the data from only one file in this case...
Post Reply

Return to “Tips and Tricks”