Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
Archive
SilverStripe Forums » Archive » Why is the URL wrong?
Our old forums are still available as a read-only archive.
|
Page:
1
|
Go to End | |
| Author | Topic: Why is the URL wrong? | 1789 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
| 1789 Views | ||
|
Page:
1
|
Go to Top |
Currently Online: There is nobody online.
Welcome to our latest member: Newclear


