Page 1 of 1
Show all content?!
Posted: Fri Jan 12, 2007 6:57 am
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.
Re: Show all content?!
Posted: Fri Jan 12, 2007 8:26 am
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!
Re: Show all content?!
Posted: Mon Jan 15, 2007 6:35 am
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?
Re: Show all content?!
Posted: Mon Jan 15, 2007 8:44 am
by cyberman
There's no command for output the whole page. They are dispersed in database.
Which values do you need too?
Re: Show all content?!
Posted: Mon Jan 15, 2007 9:00 am
by hulio
I´ll need all the existing data and customized content blocks also...
Re: Show all content?!
Posted: Mon Jan 15, 2007 10:44 am
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?
Re: Show all content?!
Posted: Wed Jan 17, 2007 10:22 am
by hulio
I'll just need to catch the data from only one file in this case...