Page 1 of 1

Do i need to have a config.ini file?

Posted: 16 Jul 2008, 10:50
by KITLAMOUREUX
I am working on embedding imagevuex in a wordpress blog.

Was working great. Of course requirements change and now the thing is acting up like crazy

http://www2.onesourcevms.com

we have multiple galleries setup..one on the home page and one in the industries section. I have tried 10 ways to SUnday to have in the content folder two group folders that have various imagefolders inside. (OurServices and Industries) The gallery resides in an imagevuex folder on the root of the site and i was using a config.ini file and then overrising with addvaribale calls to the things i wanted to change. I cannot get the gallery to recognize the other fodlers in the content folder. It will ONLY SEE THE FIRST FOLDER ALPHABETICALLY!. I have tried specifying:
Code
contentfolder = "content/OurServices"
contentfolder = 'OurServices'
folder = 'OurServices'
nothing seems to help.

NOw i have renamed the config.ini file to config_delete1.ini and am ust using the addVariable calls and now i get nothing.

THis is really frustrating. It should be pretty simple..i think.

I just want the home page gallery to view the image folders in the content folder under 'Our Services" and the gallery on the INdustries page to display the contents of the 'Industries' folder'

As an added bonus..i would like to be able to add in the querystring a specific folder so that when i come back to the home page i just get the folder specified (i.e. index.php?folder=Display would display the content/OurServices/Display folder thumbnails when the page opens.

THoughts?