17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2223 Views |
-
Why is the URL wrong?

22 April 2008 at 1:01pm
We have this cool little function for the website http://www.southcoastgallery.co.nz:
function ExhibitionLink(){
$exhibition = DataObject::get_one('Exhibition');
return $exhibition->URLSegment;
}On the homepage, it means if you click on any of the images on the right, it should add ?imagenumber to the end.
However, this actually doesn't. The URL segment it creates is the default one when you make a new page, not the one and only existing exhibition page
We're not coders and I didnt even make this website and am stumped.
Help!!!!!
-
Re: Why is the URL wrong?

22 April 2008 at 2:30pm
As the link works, it appears that you have an Exhibition page with the title New Exhibition in your site root.
You may be able to use $Top.URLSegment instead.
-
Re: Why is the URL wrong?

22 April 2008 at 3:36pm
Woohoo!! THANKS!!!
There is no pay int he root with that type, I checked, but the Top.URLSegment worked a treat.
I cant believe I wasted half a day on this, I owe you big time
Thanks again,
Nat
| 2223 Views | ||
|
Page:
1
|
Go to Top |

