Thread Starter
slys
(@slys)
I think I found the solution myself. So anybody else with memory issues at providers like 1and1: just try using this plugin: http://ww.wp.xz.cn/extend/plugins/enable-image-scaling-option-on-upload/screenshots/?topic_id=27349
doesn’t have any problems with Nextgen and works like a charm!
easy:
1. go to plugins/nextgen-gallery/admin
2. open admin.php
3. comment the line 16 out:
//add_action( ‘admin_menu’, array (&$this, ‘add_menu’) );
gone!
I had the issue with gallery names and if I understand you correctly, then the solution is to add <?php echo $gallery->title ?> to the template (gallery.php). This will print out the name you gave the gallery(e.g. “Summer 2010”) instead of just “Gallery”. Works probably similar for pictures/albums..