I can't create albums with the new theme I can't create albums with the new theme
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

I can't create albums with the new theme

Started by felipechalub, January 24, 2011, 03:47:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

felipechalub

Hello everybody, my Coppermine was functioning normally. With the change of the look of my site, I made a new theme for the photo gallery. After I changed the subject, I can not create albums. I click "New albums"and nothing happens. Is qu forgot something for the new topic I created? Somebody help me please!

I use Coppermine 1.5.x.

Thanks!

Αndré

Please attach your whole theme as zip file to your next reply.

felipechalub

Okay, this is the theme zip. I did my new theme over the "Water Drop " which is already in Coppermine. I've got all the tags and put them in the theme I created, but still is giving this problem.

Thanks!

Αndré

Remove the following code from your template.html file and it works as expected:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<script type="text/javascript" src="http://missleitte.com/menu/flexdropdown.js">

/***********************************************
* Flex Level Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

</script>


You don't need to include jQuery, as it will always included by Coppermine. So you only need to fix your flexdropdown.js script.

felipechalub

Aaaaaah! Thank you Andrew! I'll try to adjust. Thanks