andreash-1
Forum Replies Created
-
Yeah, I know, ridiculous would be an understatement!
…I’m already on the move, had enough of Go Daddy!
Forum: Fixing WordPress
In reply to: Exporting only posts in certain categories in phpMyAdminYeah, I know about the export tool. But that assigns new ID’s to post and pages during export…
…and I don’t want that!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nextgen capacity83067 images in 586 galleries and growing! ??
Anyone?
I would like to know this to!
Forum: Plugins
In reply to: Where is the “auto-embeds” urls in post code located?I know….I know… ??
..but, I’ve set up a blog for a friend, and he blogs alot from his iPhone with a lot of videos, and adding a extra tag around it’s a hassle!
Then I also wanna edit the actuall embed code it outputs, cause the auto embed function doesn’t genrate valid xhmtl!
Forum: Plugins
In reply to: [Plugin: .html on PAGES] .html on Pages pagination = not so prettyNo one!?
Forum: Plugins
In reply to: Where is the “auto-embeds” urls in post code located?Thanks man…
…but cant really see any output code there?
I just wanna wrap it in a div!
Forum: Fixing WordPress
In reply to: Show latest post within a category IF a certain custom fieldSweet! ??
Thanks a lot!
Forum: Plugins
In reply to: Is ther a semi-easy way to make gallerys link to post not pages?…dammit! …forgot to say, it’s the NextGen Gallery plugin I’m talking about!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can only edit 50 images at the time!?Ok, so, as no one else seems to be bothered about this, or can tell me what I’m missing!? ?? …I solved it like this…
Edited ‘admin/manage-images.php’ in the nextgen pluginfolder, row 45 & 48
// look for pagination if ( ! isset( $_GET['paged'] ) || $_GET['paged'] < 1 ) $_GET['paged'] = 1; $start = ( $_GET['paged'] - 1 ) * 50; // get picture values $picturelist = $nggdb->get_gallery($act_gid, $ngg->options['galSort'], $ngg->options['galSortDir'], false, 50, $start );
And just changed the amount of images displayed to 500. All seems to be working fine, except a noticeable slowdown for the edit gallery page, but that was kinda expected.
Anyone see any problems with this hack?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can only edit 50 images at the time!?Common guys…
I cant be the only one that find this annoying…
…or am I just the only one thick enough to miss how to do it!? ??
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] PHP to use Nextgen in ThemesI use
<?php echo nggShowSlideshow(1,120,120); ?>
and have the JW Image Rotator.Showing two slideshows in the header from two diffrent gallerys, all works fine, until you go to a sub page then the slideshow doesnt display!?
The homepage and all first level pages work fine!
Any ideas of what the problem can be!?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can only edit 50 images at the time!?No one?