mrblank
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] HTML Optimization removes closing comment tag in JSWow. Thanks! I appreciate your work on this.
Forum: Plugins
In reply to: [Autoptimize] HTML Optimization removes closing comment tag in JSThanks for the reply. I think you are correct that the comments should be formatted correctly and this may cause a problem with other optimizers like Page Speed. I’ll keep this in mind.
I may push this back to the Facebook for Woo plugin devs and maybe recommend they use the JS syntax for their JS comments.
Forum: Fixing WordPress
In reply to: Pull content from a Page into a Template?That did the trick. Thanks. 🙂
With what happened with the Miniblog plug-in, I’m still a little worried about relying on a plug-in for some core functionality. I need to pour through the Widgets API documentation and figure out how those could work.
Either have a widget pull the Page content or have a Visual Editor on the text widget.
I’ve got what I need for now. Thanks again!
Forum: Plugins
In reply to: Last.Fm Records class (for stand alone use) image link wrongI want to use the stand alone version of the plug-in. It doesn’t need to be managed in the WordPress admin. Then I can have a bit more control over how it outputs. It’s the same code as what’s in the plug-in and the author seems to respond to questions here.
I just realized I put this in the wrong forum. I should have placed this thread in “Plugins and Hacks.” Is there anyway to move it?
Forum: Fixing WordPress
In reply to: Can I do this with WordPress Plugins ?I’d build a custom Flickr badge to put certain types of photos places. It’s java Script, so you don’t need a plug-in and you can pick by pool, set, or tag. Do the HTML version and you can edit it to make it look how you want.
http://www.flickr.com/badge.gne
I used it on my site to pull 3 different sets (I’m using 3 different Flickr badges). No WP plug-in required!
Well, I can’t help with the way you want to do it, but if you would consider doing it with RSS, I’d suggest SimplePie. It’s really easy and works a heck of a lot better that the built in magpie stuff in WordPress.
Try this multifeed version:
http://simplepie.org/blog/2006/08/23/sorting-multiple-feeds-by-time-and-date/Forum: Fixing WordPress
In reply to: WP/Vanilla integration, page questionYou could put a redirect in your .htaccess file.
http://www.javascriptkit.com/howto/htaccess7.shtmlOr make a page with a slug “vanilla” and have Vanilla installed at http://www.yoursite.com/vanilla/ (when your wordpress home page is at http://www.yoursite.com)
If you have an actual file located in a directory that’s named the same as a slug for a page you create in WordPress, the actual file will override the WordPress page.
I’m doing it on my blog with ‘my photos’ and ‘my pink house’ pages. I created blank pages that have the same address as files on my server. I just created the pages in wordpress so they would show up in the sidebar easily.
I’m also using a redirect in my .htaccess file to redirect anyone who types in http://joshnichols.com/blog to http://joshnichols.com
Forum: Fixing WordPress
In reply to: Can’t Get Permalinks And .htaccess To WorkHave you checked your header template? You shouldn’t have a / after a link to a page.
Also, check your ‘blog address (URL)’ or ‘WordPress address (URL)’ in the ‘options’ section of your WordPress admin page. You don’t need index.php at the end.
Forum: Fixing WordPress
In reply to: I fried my blog with WP-cacheI’ve run into the same problem before! 🙂
The answer is on this page:
http://mnm.uib.es/gallir/wp-cache-2/I removed WP-Cache and now WordPress does not work
This occurs because WordPress still tries to run advanced-cache.php. Remove or comment out the following line to you wp-config.php file:
define('WP_CACHE', true);Once you install the plug-in, you have to manually change a file to remove the plug-in. I would just keep it. You never know when your site will get /.ed, or something. WP-cache helps ease the server load when you have high traffic.
Forum: Fixing WordPress
In reply to: My RSS fed is broke – XML Parsing Error:Oh snap! I checked over every WordPress file and it was right where the other posts said to look. Duh!
There it was in my Amazon Media Management amm_extras.php file. I created another AMM template last week and there was an extra
<?php ?>between the templates. It wasn’t at the end of the file, but in the middle, so I’m not that dumb. 😉 I removed it and my feeds now work.Strange how that one little thing breaks the RSS but not my php template. Oh, well.
Thanks, you guys for the help. I appreciate it!
Forum: Fixing WordPress
In reply to: My RSS fed is broke – XML Parsing Error:Also, I am using the Orderedlist.com plug-in. The options screen was giving me an error (of course, I didn’t write it down – rats!) with the 2.1 version so I upgraded to 2.2 and it stopped giving the error.
At the moment, the plug-in is deactivated.
Forum: Fixing WordPress
In reply to: My RSS fed is broke – XML Parsing Error:wp-config.php and functions.php are clear of extra linespace at the top and bottom.
Could this be a database issue? If not, I might just remove my wordpress install and reinstall it. I’m almost out of other options. 🙁
If you guys have any other ideas, let me know. Thanks for the help!
Forum: Fixing WordPress
In reply to: My RSS fed is broke – XML Parsing Error:FYI: I found some similar posts about this before and I have removed all extra space before and after my plug-in files. I have also tried disabling all plug-ins, but I still have the error.
Forum: Fixing WordPress
In reply to: My RSS fed is broke – XML Parsing Error:Otto42, I didn’t know a browser would do that! thanks. I did use the plug-in Feedburner recommends.
BUT – My feeds still have an extra blank line at the top, so they still don’t work. What would cause the extra blank line?
Forum: Fixing WordPress
In reply to: Archive list sorting by year, then list by monthI found a plug-in that does it! 🙂
http://blindmuse.com/blog/2004/03/31/group-archives-by-year/