Page 1 of 1
Disable folder-name on start-page
Posted: 13 Dec 2010, 13:58
by alamia
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.
Re: Disable folder-name on start-page
Posted: 14 Dec 2010, 00:15
by mjau-mjau
Seems like you fixed this already? Just go this folder in the admin, and click "hide this folder"
Re: Disable folder-name on start-page
Posted: 14 Dec 2010, 12:41
by alamia
No, it's already hidden... And the "start" text is still there

Re: Disable folder-name on start-page
Posted: 14 Dec 2010, 12:49
by mjau-mjau
Sorry, I misunderstood your question. In the Parameters field for this folder, try adding this:
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/
Re: Disable folder-name on start-page
Posted: 14 Dec 2010, 14:45
by alamia
Thank you very much! And thanks for a great script! Can't wait for the 2.6 update!
Regards
/Henrik
Re: Disable folder-name on start-page
Posted: 17 Dec 2010, 04:03
by jar3d
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
Re: Disable folder-name on start-page
Posted: 20 Dec 2010, 00:44
by mjau-mjau
Try to add this in your parameters:
image.text.text1.enabled=false
Re: Disable folder-name on start-page
Posted: 20 Dec 2010, 01:20
by jar3d
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!