Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

HELP! Showing other page details on home page


Go to End


1160 Views

Avatar
Decisive Flow

Community Member, 73 Posts

14 April 2008 at 10:45am

This may sound complicated but it's not. I just can't find the command to make it work!

I am working on a gallery site and want to have (for every artist) the artists name and a primary image show up on the homepage.

My current structure is:

* Home
* Artists name page (a redirect page)
** Artwork one
** artwork 2
** artwork 3

So I have taken 'home' out of the menu and have Menu(1) control thing on the homepage.ss file which shows the title of every artists page as it should. BUT it wont show up the pictures.

What I need is either:

* a way to get a redirector page to have an image tab so I can upload an image there
* A way to pull an image from the second level menu for every artist, ie.

<control Menu(1)> $Title<end_control>
<control one Child of each menu 1 page><img></><end_control>

HELP! I think it should be pretty straightforward to change the re-direct page to add that but have no idea how or if I should set it up in another way,.