Search…

X3 Photo Gallery Support Forums

Search…
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

DIfferent fodlers and admin

09 Oct 2006, 10:58

Hi,

When I access to admin, I can only manage the pics that's stored in the content folder.

I have pics in another folders.

I try to put several folders in adminconfig.ini

as :

contentfolder = content/,chili/

But this doesn' work.

How to do ?
www.michelrajkovic.fr

Thanks
 
DELETED

09 Oct 2006, 11:30

DELETED
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

09 Oct 2006, 11:46

hi,

Because I have made 2 sub-site (use via sitemenu=>corse and chili) and I want to separate the main site (content) and the 2 others.

Michel
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14007
Joined: 30 Sep 2006, 03:37

10 Oct 2006, 14:52

This is a good question.

By default, the admin reads the structure from the content folder. However, if you open adminconfig.ini, you will find a setting:
Code
folder = false
which you may change to:
Code
folder = any/imagefolder/
The admin may therefore be used to access individual imagefolders. The path entered should be relative from the imagevue root folder.

Optionally, and possibly easier, you can simply edit a separate imagefolder by setting the parameter in the URL to your admin:
Code
yourgallery.com/admin/?folder=any/imagefolder/
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

13 Oct 2006, 17:45

Hi franck,

I've try the 2 methods but it doesn't work

My structure :
On the same level I have :

Content (the main site)
English (the same site that "content" but galleries and menu are translated)
Corse (sub-site)
Chili (sub-site)

When I use :
http://www.michelrajkovic.fr//admin/?folder=english (or corse or chili) I don't have any folders

When I use :
http://www.michelrajkovic.fr//admin/?folder=false, I have the content folders. It's OK

Can you help ?

The goal is to manage "description" in english and for the 2 sub-site

2nd question :
To have a totaly english version of my site (GALLERIES & menu & tooltip), I have create a an other structure "english" at the same level that "content".

Do you think it will possible (in future release) to have 2 languages version of the main site without duplicate the content structure.

I use a different lang.ini for menu, text and tooltip but with lang.ini I can't translate name galleries.

So my structure :

In french :
content/paysage
content/Paris
content/reportages
content/portrait
content/nouvelles photos

And duplicate structure with gallerie's name in english

english/landscape
english/paris
englsih/reports
english/portrait
english/new photographs

Thanks for help and sorry for my english


Thanks

:)
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

13 Oct 2006, 17:47

 
User avatar
mjau-mjau
X3 Wizard
Posts: 14007
Joined: 30 Sep 2006, 03:37

16 Oct 2006, 03:58

http://www.michelrajkovic.fr/admin/?con ... r=english/

You are using a contentfolder. The folder setting is only used when you want to access a single imagefolder from the admin. See link above works...
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

16 Oct 2006, 14:48

thanks

and for the 2nd question :

To have a totaly english version of my site (GALLERIES & menu & tooltip), I have create a an other structure "english" at the same level that "content".

Do you think it will possible (in future release) to have 2 languages version of the main site without duplicate the content structure.

I use a different lang.ini for menu, text and tooltip but with lang.ini I can't translate name galleries.

It will be great if we can translate gallerie's name via the admin module !!!

So my structure :

In french :
content/paysage
content/Paris
content/reportages
content/portrait
content/nouvelles photos

And duplicate structure with gallerie's name in english

english/landscape
english/paris
englsih/reports
english/portrait
english/new photographs

Thanks for help and sorry for my english


Thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14007
Joined: 30 Sep 2006, 03:37

17 Oct 2006, 01:59

You could have 2 language versions with a single instance of your setup, but foldernames would still have the same names across both languages. In a future release, we will most likely be using alias names, and you might be able to apply multiple languages.
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

17 Oct 2006, 02:28

thanks I hope it'll be in next release :D