Hi everybody,
I got my application embedded with gallery2.
The already available users have been sync'ed with the createUser function and I have mapped the external ID with the gallery2 id.
But I got two problems which I am not able to handle...
1.) When I call gallery2 from within the application (it is on another subdomain) it doesn't seem to use the stylesheet. The text is too big. After clicking into one album everything get's fine...
2.) When calling the init I am sending the activeUserID (from external application) with it. To make sure that it works I have mapped my user to administrator. But I don't get the administrator's sidebar. So I don't have the rights... The external ID is available in the script (tested via echo). What else can be the error?
Ah yes and when I say not to show the sidebar it is only working for the main album. when clicking into another album it is availble again. how to set this gallery-wide?
Thanks for your help!
Regards,
cma
Posts: 21
Hi there,
is nobody able to help me on this topic? I am sending my external ID as activeUserID on the init of GalleryEmbed. But it is not working. I don't get the administration panel... What can I do to get this working?
I've created and mapped the users to gallery2.
Please support me.
Regards,
cma
Posts: 21
ok I got it ... when calling runGallery() I didn't send the ID... I forgot that a function is not able to access variables of the script. Right now it is working...
Thanks anyways!