Search…

X3 Photo Gallery Support Forums

Search…
 
alamia
Topic Author
Posts: 3
Joined: 13 Dec 2010, 11:56

Disable folder-name on start-page

13 Dec 2010, 13:58

Hello! Please check www.emabygg.se
Is it possible to make text (start) above logo to disappear?
Tried to rename the folder to just a "space" but it wont accept that.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: Disable folder-name on start-page

14 Dec 2010, 00:15

Seems like you fixed this already? Just go this folder in the admin, and click "hide this folder"
 
alamia
Topic Author
Posts: 3
Joined: 13 Dec 2010, 11:56

Re: Disable folder-name on start-page

14 Dec 2010, 12:41

No, it's already hidden... And the "start" text is still there :(
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: Disable folder-name on start-page

14 Dec 2010, 12:49

Sorry, I misunderstood your question. In the Parameters field for this folder, try adding this:
Code
text=false
Basically, you are using a filemod for your startpage, and there are settings for this in the config. By using the code above, you are basically overwriting this setting for this page. More about filemod here:
https://www.photo.gallery/documentation/filemod/
 
alamia
Topic Author
Posts: 3
Joined: 13 Dec 2010, 11:56

Re: Disable folder-name on start-page

14 Dec 2010, 14:45

Thank you very much! And thanks for a great script! Can't wait for the 2.6 update!


Regards
/Henrik
 
jar3d
Posts: 18
Joined: 02 Nov 2009, 04:24

Re: Disable folder-name on start-page

17 Dec 2010, 04:03

Hey there,

I'm trying to do something similar in my video folder but not having any luck. I've tried every which way to disable the text, but cant seem to get the parameter right.

http://www.jar3d.net

You can see my issue by clicking on the "Reel" page.


my current parameters:
settings.startmode=image&thumbnails.thumbnailscroller.enabled=false&controls.maincontrols.enabled=false&image.closebutton.enabled=false
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: Disable folder-name on start-page

20 Dec 2010, 00:44

Try to add this in your parameters:
Code
image.text.text1.enabled=false
 
jar3d
Posts: 18
Joined: 02 Nov 2009, 04:24

Re: Disable folder-name on start-page

20 Dec 2010, 01:20

That's what I had assumed the right parameter was, but I was putting a space after the "&" when adding it. Doh!

Thanks for the response Karl!