Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
EHRETic
Experienced
Topic Author
Posts: 117
Joined: 02 Feb 2011, 16:26

Main menu : Possibility to disable image count in a gallery

22 Mar 2011, 13:43

Hello,

Everything is almost in the tittle... I would like to have the possibility to disable the image count in menu.

For now (correct me if I'm wrong), only the possibility to disable the image count in folder description is possible.

I would like to have menus without the count of images for a "client" gallery, so nobody can see the amount of picture in a sub folder.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Main menu : Possibility to disable image count in a gall

24 Mar 2011, 02:47

You can disable this by going to admin -> themes -> edit your theme -> stylesheet:
Code
.mainmenu_amount {
	display: none;
}
I think we may add this directly into settings in next version.
 
User avatar
EHRETic
Experienced
Topic Author
Posts: 117
Joined: 02 Feb 2011, 16:26

Re: Main menu : Possibility to disable image count in a gall

28 Mar 2011, 06:44

I think I'll wait the next release (not that this solution doesn't fit my needs ! :) ) , but I'm not in a hurry...

Do you know when the new version will be released ? Any possibility knowing the new features ?

I don't know if it was already requested before, but I would like to have also the possibility to switch the language "online", so people from different countries can also understand everything.

But that would also mean to have the possibility to give a different title depending on the language (maybe with parameters) ! :P

Thanks in any case.

EHRETic, a happy imagevue user.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Main menu : Possibility to disable image count in a gall

29 Mar 2011, 10:44

"Switch languages" would require buttons. You can add links in the main menu to separate languages. For example yourgallery/?language=english and yourgallery/?language=spanish.
 
User avatar
EHRETic
Experienced
Topic Author
Posts: 117
Joined: 02 Feb 2011, 16:26

Re: Main menu : Possibility to disable image count in a gall

05 Apr 2011, 03:06

Nice ! :)

It already exists... Maybe I didn't read entirely the documentation ! :P

Thanks for the great support
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Main menu : Possibility to disable image count in a gall

18 Apr 2011, 03:14

Just for the record, for Imagevue X2.7 (to be released later this week), you can enable or disable items in the main menu directly from settings. No need to hide these items with CSS any longer ...