forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: seppausjuiwa on March 26, 2011, 07:49:31 pm

Title: No admin tools
Post by: seppausjuiwa on March 26, 2011, 07:49:31 pm
Hi. I installed cpg 1.5.12 (bridged with joomla). The gallery is running without properly. My problem is when I'm signed in as Administrator and I click to admin tools, nothing is coming. There are no admin tools available. I installed cpg a second and a third time. Same problem, no admin tools, I always get a blank site. What's the reason for this problem? Please help me. Thanks!
Title: Re: No admin tools
Post by: phill104 on March 26, 2011, 09:54:30 pm
Does it work in standalone mode (ie not bridged or visually integrated)?
Title: Re: No admin tools
Post by: seppausjuiwa on March 26, 2011, 09:56:49 pm
Hi. I installed cpg 1.5.12 (bridged with joomla). The gallery is running without properly. My problem is when I'm signed in as Administrator and I click to admin tools, nothing is coming. There are no admin tools available. I installed cpg a second and a third time. Same problem, no admin tools, I always get a blank site. What's the reason for this problem? Please help me. Thanks!

Oh, I wrote the gallery is running without properly. I wanted to say: the gallery is running properly.
Title: Re: No admin tools
Post by: seppausjuiwa on March 26, 2011, 09:59:17 pm
The gallery is bridged an visually integrated
http://www.oevp-julbach.at/cpg/index.php (http://www.oevp-julbach.at/cpg/index.php)
Title: Re: No admin tools
Post by: phill104 on March 26, 2011, 10:21:48 pm
Can you see the admin tools if you disable the bridge and integration?
Title: Re: No admin tools
Post by: seppausjuiwa on March 26, 2011, 10:37:16 pm
Now I disabled the bridge and the admin tools does work!
Title: Re: No admin tools
Post by: Αndré on March 31, 2011, 03:37:33 pm
Can someone confirm that behavior in bridged environments (with Joomla or any other application)?
Title: Re: No admin tools
Post by: phill104 on April 01, 2011, 01:07:21 pm
Yes, it does fail with certain Joomla bridged environments but not all. There is no isuue wit most other bridged apps unless they contain moo. It is usually down to the fact that Joomla uses moo which conflicts with jQuery. As you know I have had to make modifications to the js folder to get some to work. I have had limited success by adding a little code in the template.html and once done everything works except uploads but I have yet to debug that due to lack of time.

Please see my last post in this thread - http://forum.coppermine-gallery.net/index.php/topic,70174.0.html
Title: Re: No admin tools
Post by: seppausjuiwa on April 07, 2011, 09:53:49 pm
Thank you Phil!
I added the code
Code: [Select]
<script type="text/javascript">
jQuery.noConflict();
</script>
to the template.html like your discription above and now the admin tools are working.
Thank you very much!