Problem 1: internal links wrong, Problem 2: how to change {sitename}?
Posted: Fri Sep 15, 2006 6:18 pm
Hi there,
OK, I'm sure I did everything as necessary:
So this is supposed skip to the form when the user clicks the link. And actually it's doing the right thing... but not quite. Instead of showing the right URL, e.g.:
it is showing a different page in the URL, e.g.:
thus, linking to a different page (and not finding the #formwrap) and I don't quite understand this as it seems like the CMS has just chosen the page name randomly from the list of my pages. This occurs on several pages not just one.
From what I read this could be a bug due to pretty URLs but switching them off ain't an option because my boss insists on having SE friendly URLs. Are there other options (except of hard coding the URLs in the source code) or did I do something wrong?
Second problem: Somehow during the installation it hasn't saved the site name I inserted and it's displaying the default site name ("CMS Made Simple Site"). How can I change that afterwards? Haven't found anything.
Thanks a lot for your attention.
OK, I'm sure I did everything as necessary:
Code: Select all
{cms_selflink dir='anchor' anchorlink='formwrap' text='fill out this form'}Code: Select all
http://mysite.com/page.htm#formwrap
Code: Select all
http://mysite.com/otherpage.htm#formwrap
From what I read this could be a bug due to pretty URLs but switching them off ain't an option because my boss insists on having SE friendly URLs. Are there other options (except of hard coding the URLs in the source code) or did I do something wrong?
Second problem: Somehow during the installation it hasn't saved the site name I inserted and it's displaying the default site name ("CMS Made Simple Site"). How can I change that afterwards? Haven't found anything.
Thanks a lot for your attention.