GetSimple Support Forum
Problems with links on the page (adding "/admin") - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Problems with links on the page (adding "/admin") (/showthread.php?tid=164)



Problems with links on the page (adding "/admin") - srdjan - 2009-10-06

0. I have installed Get-Simple in http://mysite.com/v3.

1. On the home page, I have created following link:

Code:
<p>
   ...feel free to <a href="./about">contact us</a>
</p>

It is supposed to link to existing http://mysite.com/v3/about page

2. I go to http://mysite.com/v3 , everything is fine.

3. Login to Get-Simple administration at: http://mysite.com/v3/admin

4. I want to edit page "Home" containing the above link. But when I enter the editor, all such links are "automagically" altered and made wrong. After toggling the editor to HTML mode, it shoes following code:

Code:
... feel free to <a href="/v3/admin/about">contact us</a>

This means that every time I enter the page and change something, I have to fix all such links (i.e. remove "/v3/admin" part) before saving changes.


Problems with links on the page (adding "/admin") - Sanddorn - 2009-10-06

http://get-simple.info/forum/viewtopic.php?id=173


Problems with links on the page (adding "/admin") - srdjan - 2009-10-06

^ Thank you!
After modifying admin/edit.php, problem was fixed.