Posts: 7
Threads: 2
Joined: Dec 2009
Hi there,
I'm a newbie with "GSC".
I wondering if I could add a menu item, and inside this page, a list of links who pointed to another pages.
Like a blog for example, in the admin section, i want to create pages that I could "put" in an another. This page could be a container of link to another pages
And, that's the end I promise
, I want that a final user use this, no html code to add for him, of course
Thanks
Fabrice
Posts: 339
Threads: 27
Joined: Nov 2009
You can accomplish this, but will require some effort.
You can use the Components function. You can create a component that pulls the info from another page and displays it in the main page. You will then have 2 total pages. 1 will be the main page, and the other will be a different page.
Posts: 972
Threads: 27
Joined: Aug 2009
Very much possible in fact. You could make a parent page and add as many pages you want as children to it through the admin panel. There is even an example code given on the forum, under scripts, to “
get content published in other pagesâ€Â.
I’m afraid though that someone will have to be the first to do the template coding before you can just go with the editor on the admin panel.
Posts: 339
Threads: 27
Joined: Nov 2009
Duh, I'm sorry... I read the original post completely wrong. My excuse is 1AM
I thought they wanted to grab the content off the other pages and have two editable regions by the client.
Posts: 7
Threads: 2
Joined: Dec 2009
Hi,
I'll try this as soon as possible...., and, I come back
Thanks a lot.
Fab
Posts: 7
Threads: 2
Joined: Dec 2009
Hi there,
Thanks a lot, it's work fine. I just add some code to test the page :
Code:
<div class="postcontent">
<?php get_page_content(); ?><br>
<?php
if (return_page_slug() == "mes-experiences") {
getSubpagesList( return_page_slug() );
}
?>
</div>
<p class="meta" >
And for now, I have a another question about upload. I downloaded the last fix (GS172u.zip), but I can't upload files for a page. Why ? (it's due of a uploadify bug ?)
How can I do an upload ?
Regards,
Fab
Posts: 972
Threads: 27
Joined: Aug 2009
You can only upload from the upload page. I might have forgotten to remove the upload box from the page editor.