Page 1 of 1

DIfferent fodlers and admin

Posted: 09 Oct 2006, 10:58
by MikeR
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

Posted: 09 Oct 2006, 11:30
by DELETED
DELETED

Posted: 09 Oct 2006, 11:46
by MikeR
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

Posted: 10 Oct 2006, 14:52
by mjau-mjau
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/

Posted: 13 Oct 2006, 17:45
by MikeR
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

:)

Posted: 13 Oct 2006, 17:47
by MikeR

Posted: 16 Oct 2006, 03:58
by mjau-mjau
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...

Posted: 16 Oct 2006, 14:48
by MikeR
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

Posted: 17 Oct 2006, 01:59
by mjau-mjau
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.

Posted: 17 Oct 2006, 02:28
by MikeR
thanks I hope it'll be in next release :D