schmidt00
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Import From BloggerI played around in the wordpress code and changed $parser = xml_parser_create_ns(); to $parser = xml_parser_create(); around line 920 in blogger.php
Not sure if that helps the wordpress people make an official solution, but it is allowing me to import again.
Forum: Fixing WordPress
In reply to: I cant able to import blogger ?I played around in the wordpress code and changed $parser = xml_parser_create_ns(); to $parser = xml_parser_create(); around line 920 in blogger.php
Not sure if that helps the wordpress people make an official solution, but it is allowing me to import again.
Forum: Fixing WordPress
In reply to: Can’t import blogger blogI played around in the wordpress code and changed $parser = xml_parser_create_ns(); to $parser = xml_parser_create(); around line 920 in blogger.php
Not sure if that helps the wordpress people make an official solution, but it is allowing me to import again.
Forum: Fixing WordPress
In reply to: Error : Exceed Memory limit. Require : 34.62 MByteI have the same problem except my number is 57.14MB. The files I am uploading are only 1MB or less. How on earth does it need 57.14 MB to make a 100 x 100 thumbnail?
Forum: Plugins
In reply to: [Plugin: Shutter Reloaded] Awesome – exactly what i wantedYes the styling on this is VERY cool.
Forum: Plugins
In reply to: [Plugin: Shutter Reloaded] Feature requestsI would like for there to be an option that it uses the image name by default in the case that the title tag isn’t present. For now I just modified the js file.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Sort Order reversed for slideshowIt may not make any sense, but if you have it read the sort order value then it doesn’t matter. Then no one needs to go and change the value to make it work correctly. With either value set then what you see when sorting will be what you see when you view the slideshow.
Removes the extra step, additional frustration, and continued forum postings like this.
Make sense?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Sort Order reversed for slideshowI have confirmed by examining the code that the default gallery option ordering is DESC, but the sort.php file doesn’t honor that value and is hard coded to ASC and doesn’t read in the sort order option in the gallery tab. Bug found.
Forum: Plugins
In reply to: Sorting photos and nextgen galleryI am wondering what happens after you upload under an old sorting method and then change to custom. Right now in the custom sort order the images at the bottom actually show first in the slideshow. So the photos are in reverse order they are displayed. If I deleted the gallery and reuploaded would this change?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Custom song with each slideshowWoW! That is sweet!! This really is the best gallery for any CMS hands down.
Forum: Fixing WordPress
In reply to: my blog is screwed up helpsounds to me like maybe you have a firewall or virus protector that is closing down javascripting.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Reorder imagesOkay I figured it out. You have to Go to options > gallery and select custom order. Then go to the gallery and click Sort Gallery and you can then put them in the correct order.
However, it doesn’t play very well with the Fluency Admin Plugin.