Search…

X3 Photo Gallery Support Forums

Search…
 
MacDo
Experienced
Topic Author
Posts: 90
Joined: 09 Jun 2008, 03:28

description of folder : where is it displayed ?

26 Jul 2008, 16:27

Hello,

I enter some descriptions for folders but I cannot see them in the flash version. Would it be possible to show the description at the top right of the page, and maybe under the folder name in the navigation menu ?

Thank you once more for your advices !

MacDo
 
User avatar
Patrick_D1985
Experienced
Posts: 149
Joined: 19 Jul 2008, 06:26

26 Jul 2008, 16:50

It is possible to them sorta like that :

Preview :
http://www2.writeitdown.nl/NEW/#/conten ... 12998.jpg/

look for the following file
imagevue\themes\YOUR THEME\themeConfig.xml

Find :
<style>above</style>

And change it to what you want.

Find :
<items>title,description</items>

And change it to what you want.
PFSquad : Party Freakz Online
Owner / Webmaster / Administrator / Head of Photography
Website : http://pfsquad.nu
 
MacDo
Experienced
Topic Author
Posts: 90
Joined: 09 Jun 2008, 03:28

27 Jul 2008, 05:41

Thank you very much for your reply, Patrick_D1985 ! I'll try it...

I've an additional question about your gallery : I saw that your thumbnailscroller is partially shown when inactive. How did you do this ?

I tried to check/uncheck the autohide checkmark and to increase/decrease the autohide_offset, but this seems to have no effect and the thumbnailscroller always completely disappears when the mouse is out...

Thank you once more for your advices !
 
User avatar
Patrick_D1985
Experienced
Posts: 149
Joined: 19 Jul 2008, 06:26

27 Jul 2008, 06:23

Strange because changing thos values shoudl do it.
I changed the offset to get it shwoing up partially.

Post your theme config file once and i;ll see what i can do :)
PFSquad : Party Freakz Online
Owner / Webmaster / Administrator / Head of Photography
Website : http://pfsquad.nu
 
MacDo
Experienced
Topic Author
Posts: 90
Joined: 09 Jun 2008, 03:28

27 Jul 2008, 06:37

Hmm... Yes, it changes something but not as yours...

In the ThumbnailScroller config section of my theme, I checked "autohide" and set "autohide_offset" to 50. When I maximize for the first time a picture in my gallery, the thumbnail scroller partially shows as I want to. Then I move my mouse over it and the hovered thumbnail zooms. It's ok. But now if my mouse goes out of the thumbnail scroller zone (if I move my mouse to the big picture for instance), the thumbnail scroller completely disappears... although I would like it to be again partially visible...

Thank for your patience and your help...

Here is an excerpt from my themeConfig.xml :
Code
			<thumbnailscroller>
				<start_scale>40</start_scale>
				<active_scale>100</active_scale>
				<start_brightness>30</start_brightness>
				<active_brightness>100</active_brightness>
				<space>10</space>
				<frame_width>6</frame_width>
				<frame_color>0x000000</frame_color>
				<frame_color_active>0xFFFFFF</frame_color_active>
				<back_color>0x000000</back_color>
				<alpha>100</alpha>
				<alpha_active>100</alpha_active>
				<back_alpha>25</back_alpha>
				<back_alpha_active>100</back_alpha_active>
				<scrollbar_height>8</scrollbar_height>
				<autohide>true</autohide>
				<autohide_offset>50</autohide_offset>
			</thumbnailscroller>
Do you need more or anything else ?

ps. the phenomena seems to be exactly the same with autohide set to false...
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: description of folder : where is it displayed ?

30 Jul 2008, 00:24

MacDo wrote:I enter some descriptions for folders but I cannot see them in the flash version. Would it be possible to show the description at the top right of the page, and maybe under the folder name in the navigation menu ?
Folder descriptions are not added yet actually. I am going to add that soon when we build the startimage options(which may include a gallery browser).

As for thumbnailscroller.autohide, this requires maincontrols.autohide to be set to false, or else it hides the thumbnailscroller anyway and the autohide native to the thumbnailscroller will have no effect. I will clear up a little here in next release.