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!
Please attach your whole theme as zip file to your next reply.
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!
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.
Aaaaaah! Thank you Andrew! I'll try to adjust. Thanks