Page 1 of 2

filemod

Posted: 11 Dec 2008, 08:01
by clemi6
there is some problem with filemod and Html.

My gallery is upload in a html page like an index page. When I open, by the menu, the filemod folder where an .swf is upload, I just see the progressbar.

how you can see www.nobraingroup.com/public/sito/
you can open the menu "Chi Siamo".

but if I open directly my Gallery (without html page) all works.

What I have to change??i did some error or is a bug?

Posted: 11 Dec 2008, 11:25
by clemi6
there is the same problem if I change de Theme of the gallery.
I created a new one. I changed the background.swf with a simple new background.swf with just a .jpg on the stage.
but if I see the gallery with a index.html the background.swf wasn't upload, if I saw with the normal index.php there is any problem...
:(
help me please....

Posted: 12 Dec 2008, 00:03
by mjau-mjau
I think this may be a common error, and I will look into it ...

What is the link to your actual gallery though? I tried going here: http://www.nobraingroup.com/public/sito/imagevue.php but it won't load at all.

Posted: 12 Dec 2008, 05:01
by clemi6
http://www.nobraingroup.com/public/sito/imagevue.php

http://www.nobraingroup.com/public/sito/

both link work withaout problem.
the first upload the background the second don't.

Posted: 12 Dec 2008, 05:15
by clemi6
there is also another little problem.
how you can see in the .php file the folder "Rassegna Stampa" and the folder inside "Feste" show the number of the picture.
but I set "false" the folder number

Posted: 12 Dec 2008, 23:08
by mjau-mjau
I will look into this issue ...
clemi6 wrote:there is also another little problem.
how you can see in the .php file the folder "Rassegna Stampa" and the folder inside "Feste" show the number of the picture.
but I set "false" the folder number
Where did you set false? You can turn off filecount, by editing the stylesheet CSS:
Code
.mainmenu_amount{
   display: none;
}
This is a global setting - It does not allow you to show amount for some folders, but not for others. Unless the page/folder is set to textpage or filemod, it is treated as a gallery with files, and the files will be counted and displayed, unless you turn it off.

Posted: 13 Dec 2008, 10:01
by clemi6
Sorry, you're right, I've edited this code on the stylesheet css page
Display: none;

The strange thing is that the numbers appear only when I open the gallery with imagevue.php and not when I open it with imagevue.html

If you open this link
http://www.nobraingroup.com/public/sito/imagevue.php

you will see the error. The display amount has been set none but the folder "rassegna stampa" and the folders inside of the folder"feste" show the number of the files that they contain. But next to the folder "viaggi" the number's not shown....

Another thing is...... If you go directly to this link
http://www.nobraingroup.com/public/sito ... gevue2.swf
it doesn't open, it keeps loading. What happens? It's not normal....

I think that all those errors are related one to another because like you can see in the posts below, those two problems started only when I've changed the background.swf which isn't uplouded in the html page.

I also want to remind you about the first problem, of the filemod with the html page, wherefore I've contacted you earlier on.
When I open, by the menu, the filemod folder ("chi siamo") where an .swf is uploaded, I only see the progressbar.

Thanks a lot in advance for your help!

P.S.: If you want I can give you the password of the adminpage, or send you some files to check them... just let me know

Posted: 13 Dec 2008, 23:30
by mjau-mjau
There are logical explanations to all this -

First of all, you can't run "imagevue2.swf" directly like you are trying to do. It is supposed to be run from a document, for example 'imagevue.php' and connects to PHP scripts based on that location. You can for example use the globalpath parameter like here:
https://www.photo.gallery/soda/imagevue/ ... lobalpath=../
(For some reason that does not work with your server because when adding the character "/", it seems to think it's part of the name of the SWF - Some misconfiguration with your server)

Regarding CSS, your embed gallery is using the "default" theme, while your default gallery in imagevue.php is using the theme "vejano". They are therefore using separate stylesheets.

I don't think these problems are related to your other problem with the filemod not loading. We have the same problem in our own demo www.photo.gallery/soda/embedDemo.html - I will be looking into it...

Posted: 14 Dec 2008, 10:48
by clemi6
Sorry Karl, you've right, I've forgot to change also the stylsheet of the "vejano" theme. thanks.

But this thing tell me that any configuration was upload in the .html file and not just the swf background file.
I also try to change the theme vejano with abyss but is the same thing, any change!!!
Did you know how can I set to upload the theme vejano on with html?

You have the same filemod problem on your start page but not on the filmod folder....
https://www.photo.gallery/soda/embedDemo ... /flourish/
...is strange...do you know why??

I hope you will solve this error.
thanks a lot for your help

Posted: 14 Dec 2008, 22:55
by mjau-mjau
As I said a few times already, we are looking into the main issue in this topic. Having to answer the same question every day here doesn't help speed up the process.
clemi6 wrote:But this thing tell me that any configuration was upload in the .html file and not just the swf background file.
I also try to change the theme vejano with abyss but is the same thing, any change!!!
Did you know how can I set to upload the theme vejano on with html?
To set "vejano" on your embedded gallery, just view the source of the main gallery. You will see:
Code
flashVars.theme = 'vejano';
Add that to your html.

Not quite sure what you mean "you try to change vejano with abyss, same thing no change" - What change?

Posted: 15 Dec 2008, 06:30
by clemi6
Sorry Karl, for my bad English and repetitive questions.

I wanted to say that I've tryed to change the background theme "vejano" with "abyss" and how you can see, the theme on the html page is not changed (we always see the "default" theme), but if I open the gallery with imagevue.php I see the good theme "abyss".

I also tryed to edit in the Html page the fallowing code:
Code
	flashVars.theme = 'abyss';
but any was changed.

thanks.

Posted: 15 Dec 2008, 06:55
by mjau-mjau
I can see that you have successfully changed theme to "abyss" - However, I can't find any code in your html page: http://www.nobraingroup.com/public/sito/ - It is simply using the default theme ...
Code
var flashVars = {};
flashVars.theme = 'abyss';
										
swfobject.embedSWF("imagevue/imagevue2.swf", "imagevue", "100%", "100%", "8.0.0", "imagevue/expressInstall.swf", flashVars, {allowScriptAccess: 'always', allowFullScreen: true, bgcolor: '#0D1C31'}, {id: 'imagevue', name: 'imagevue'});

Posted: 15 Dec 2008, 10:45
by mjau-mjau
I fixed the problem with photoblinds and randomimage in embedDemo.html:
https://www.photo.gallery/soda/embedDemo.html

Not quite sure if it related 100% to your issue. We are releasing update tomorrow, so let's look at it after you update!

Posted: 15 Dec 2008, 11:53
by clemi6
karl
thanks a lot...and sorry for all my questions....

can I ask you another thing? why I need to edit the Html file with that code and not just upload the file imagevue2.swf who is already set with the good theme? I ask you this just to understand!!!
Code
Code:
var flashVars = {}; 
flashVars.theme = 'abyss'; 
                               
swfobject.embedSWF("imagevue/imagevue2.swf", "imagevue", "100%", "100%", "8.0.0", "imagevue/expressInstall.swf", flashVars, {allowScriptAccess: 'always', allowFullScreen: true, bgcolor: '#0D1C31'}, {id: 'imagevue', name: 'imagevue'});
thank you so much for your help.
tomorrow I will download the update and see if the filemod problem is fixed form me too!

Posted: 16 Dec 2008, 22:15
by mjau-mjau
clemi6 wrote:can I ask you another thing? why I need to edit the Html file with that code and not just upload the file imagevue2.swf who is already set with the good theme? I ask you this just to understand!!!
Good question ... Currently, setting the 'theme' from config only controls the theme from the default imagevue index.php. I will have it fixed so that this setting also inherits upon separate galleries.