Page 1 of 1

back to startpage?

Posted: 28 Aug 2011, 17:06
by mindsuk
Hello,

I would like to set a link back to "Start"-Page, but I don't know how! Could someone helps me?

greetings

Re: back to startpage?

Posted: 28 Aug 2011, 17:55
by Artur
This should do the job :wink: :
Code
<a target="_self" href="/#/content/start/">Back to Home</a>

Re: back to startpage?

Posted: 28 Aug 2011, 18:11
by mindsuk
Thank you Artur...but what should I do with this code? Could you explain me that, please? :oops:

Re: back to startpage?

Posted: 29 Aug 2011, 00:04
by Artur
I assume that you want to have displayed this link as text inside your textpage. So all you need is open your textpage in admin panel, click "HTML" button (from content area), in opened popup HTML editor paste this code, press "update" button and save your textpage.

Re: back to startpage?

Posted: 29 Aug 2011, 00:17
by mjau-mjau
mindsuk wrote:I would like to set a link back to "Start"-Page, but I don't know how! Could someone helps me?
The easiest way to do this is usually to simply unhide your start folder. Go to your admin -> manage, and most likely you have a start folder that is called "start". Click this folder, and then on the top right, choose "unhide" ... The start page will now display in your menu.

Optionally, you may also want to re-title it, to for example "home". Just edit the title ... You may also want to drag the folder to another location in the menu.

Re: back to startpage?

Posted: 29 Aug 2011, 04:40
by mindsuk
Thank you both!

I tried it like your way karl. I had unhide the start folder, I rename it to Home und drag it to the top of my menu.
But it doesn´t function! Could you please have a look at this? could I send you an user+pw via private message?

mindsuk

Re: back to startpage?

Posted: 29 Aug 2011, 16:02
by Artur
You have probably the startmode parameter as "image" ("settings.startmode=image"). If so, delete this settings.

It looks like this:
Image

Re: back to startpage?

Posted: 29 Aug 2011, 16:21
by mindsuk
Hi Artur!

But there is no parameter like this... have a look at my screenshot
Bildschirmfoto 2011-08-29 um 22.19.26.png
Bildschirmfoto 2011-08-29 um 22.19.26.png (9.79 KiB) Viewed 6898 times

Re: back to startpage?

Posted: 30 Aug 2011, 01:46
by mjau-mjau
mindsuk: But your problem in the first place is unrelated to your first question. You wanted to know how to make a menu link to your start-page ... and this you have done correctly. However, your start page simply does not work regardless of the fact that you have a link back to it or not.

So, why does the start page not work?
Because you have set startfolder=content/ ... There are no images, or anything in your "content" folder ... This folder contains all the folders in your menu. For your START folder, you need to target a specific sub folder that either has images, or acts as a filemod or text page.

AFTER you have set your startpath to a specific folder, then you can have this folder display in your menu, and clicking it will effectively take the user back to START.

Re: back to startpage?

Posted: 30 Aug 2011, 03:02
by mindsuk
Thank you! Now it workes all!