bee-dudler
Forum Replies Created
-
Forum: Plugins
In reply to: About NextGEN Gallery : Tables could not created… problemHi,
your database settings are defined in the wp-config.ini which should be in the base directory of your wp. An normally if you managed to install wp you must have defined them correctly in this file before. Maybe there could be other restrictions to the db by your provider..well thats just a guess.best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Gallery Numeral Navigation Cutting off in IE7Hi,
happy that i could help.
best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nested GalleriesHi,
sorry if thats a stupid question maybe i just get you wrong – but why not use a page as parent put therein an album which contains the galleries(links) and of course create child pages where the single galleries go?best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can NextGen-Gallery Galleries by searched?Hi,
don’t know if you tried that and i didn’t either, might this one better it: https://www.ads-software.com/extend/plugins/search-everything/
?best regards
beeHi,
You’re welcome! I support this to become a feature some day.best reagrds
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Gallery Numeral Navigation Cutting off in IE7Hi again,
ok here you go: First its a theme issue.
You may try the following goto gallery->style->your chosen css gallery file and therein search for .ngg-navigation {
add within the brackets:
padding-bottom:15px;this worked for me with ie7 the amount of pixels is just a copy padding top may work with a smaller value
best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Gallery Numeral Navigation Cutting off in IE7Hi,
really don’t know if i can be helpful just wanted to say the picture link is not working for me,best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] fell security ?Hi,
this already has been discussed on Alex page (which is currently offline -moving) and its a question wether to define this as a security problem, hence you have to be logged in as admin as he told to the wp backend. If you are you can do everything you like anyway putting malicious code anywhere. So to me it seems not to be a security issue.best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] fell security ?Hi,
may you kindly post a link to that Forum thread?
best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How to add nextgen code to a custom pageHi,
You’re welcome. awaiting your email.best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How to add nextgen code to a custom pageHi dekmar,
i’m very sorry that this has happened, i think the first thing would be to replace the themefiles with the originial ones you have bought and that are hopefully stored somewhere on your harddisk.Nonetheless i’m seeing something that should not be there anyways – both effects are inserted lightbox2 (a plugin if i guess right?) and thickbox which is integrated into ngg are called thats not good. If im right deactivate the lightbox2 plugin for now.
And hey simply contact me via e-mail this one will be valid 3 days and then you will have a reply with my real email ok?
dudler(at)winterslow.orgbest regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How to add nextgen code to a custom pageHello again,
last try for today and back to q and a (sorry again for that),
in the template file in question is there
<?php get_header();?>
to find or is the header included os does it look any other, is there a another header file in the theme than standard headerfile and is anywhere the function call<?php wp_head();?>
the next thing i know is to let me have the code for that template.
best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How to add nextgen code to a custom pageHi,
thank you for sorting that out – the next thing you could try to analayze the code both pages are delivering to your browser when visiting (there view source of page orso its a right click menue in my firefox) have to be differencies especially in the header section.You can also try to compare the working template with the non working one especially for example is there perhaps also a different header included by the custom template, and then is there <?php wp_head();?> called (must be called between <HEAD> and </HEAD>) ..sorry but i’m guessing too.
best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How to add nextgen code to a custom pageHi,
sorry but i have to play the q and a game over again. Normally a custom template is connected to one or more page(s), you just select the template that you wish to use from the write page or mangage page in the editing window – look for page template below the text field and select it.Then you define this page as start page wordpress settings for reading (orso mine is not english)
Generally a template is not for adding content but to be associated with a page just for the look sidebar or not and the like in the settings for that page and you can edit normally and of course add a gallery.
Do you use it this way?
best regards
beeHi,
seems i got you wrong regarding the album part.. you meant the show all toggle of the galleries i dont work with albums that often, now you may try this (assuming you’re in wp25 folder)
album.php there line 170:
$gallerylist = $wpdb->get_results("SELECT gid FROM $wpdb->nggallery");
replace with:
$gallerylist = $wpdb->get_results("SELECT gid FROM $wpdb->nggallery ORDER BY gid DESC");
without any testing for unwanted side effects just simple brutal hack again..
best regards
bee