Search…

X3 Photo Gallery Support Forums

Search…
 
hardliner
Experienced
Topic Author
Posts: 134
Joined: 22 Jul 2011, 10:15

Back Button or Back to the Root Gallery

29 Dec 2015, 13:14

I have a problem to go back to the next root level. I try to explain.

I have Password protected Gallery for various people. When the Friends logged in they come in the own Main Gallery with various Categorys.
Then the friends select a category to see the pictures and now she have no way to go Back in the own Main Gallery.

The Path to come back to the first Point of Entry is over the Login Menu from the Startpage.

How can i set as Description a link to go Back to Main Gallery with all Categorys?

Its very difficult to explain the Issue.

I hope you can me understand.

Kindly Regards
hardliner
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Back Button or Back to the Root Gallery

30 Dec 2015, 00:34

Yes, it is hard to understand without a link or any screenshots. Why they can't use the menu? ... or the "back" button? ... or the "home" button? Also, is this specifically related to password-protected folders? If not, then I don't see why it needs to be mentioned.
The Path to come back to the first Point of Entry is over the Login Menu from the Startpage.
What do you mean "over the login menu from the startpage"? The only login, is a browser-prompt that appears when visitor clicks a password-protected link. It disappears afterwards, so not sure how this interferes with anything.
How can i set as Description a link to go Back to Main Gallery with all Categorys?
You can easily add your own links in descriptions and content. Something like this:
Code
<a href=/path/page/>Go Back</a>
The path should be relative to the ROOT of your website.
 
hardliner
Experienced
Topic Author
Posts: 134
Joined: 22 Jul 2011, 10:15

Re: Back Button or Back to the Root Gallery

30 Dec 2015, 03:07

Thats the point.

The Link in the content from Gallery is the solution. than the User can go back without make more steps then need.

Regards
Danjel
 
hardliner
Experienced
Topic Author
Posts: 134
Joined: 22 Jul 2011, 10:15

Re: Back Button or Back to the Root Gallery

01 Jan 2016, 06:35

Hello Karl i have analyze the Issue and found a solution.

I use the Button to create a link in the editor
Code
[gehe zur Übersicht](/protect/manuela_matteo/)
But i found on this way the Problem. When you paste the link in the editor u must press return for a new row and save them the link was present without F5 Refresh. Without the press Return the link was not active.

The another Code from you not work without f5 refresh any time you visit the page first time, and refresh the Site, the link was present. You go back to Main Menu and choose the Site again the same behavior. The Link was not active.
Code
<a href=/path/page/>Go Back</a>
Best Regards
Danjel
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Back Button or Back to the Root Gallery

01 Jan 2016, 07:46

hardliner wrote:Hello Karl i have analyze the Issue and found a solution.
Thank you for the heads-up.