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.
Show all content?!
Re: Show all content?!
Please go to source of sitemap plugin and add after line 175
But attention - other tags inside content wount be parsed!
Code: Select all
$menu .= '<div>' . $onecontent->Show() . '</div>';
Last edited by cyberman on Fri Jan 12, 2007 8:30 am, edited 1 time in total.
Re: Show all content?!
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?
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.
Re: Show all content?!
There's no command for output the whole page. They are dispersed in database.
Which values do you need too?
Which values do you need too?
Re: Show all content?!
I´ll need all the existing data and customized content blocks also...
Re: Show all content?!
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?
Re: Show all content?!
I'll just need to catch the data from only one file in this case...