Robert Accettura
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing [gallery] defaults retroactively@joyously Took me all of 10 minutes to sort that out. Thank you.
Now next time I get around to reworking the frontend no need to undo database changes.
Forum: Fixing WordPress
In reply to: Changing [gallery] defaults retroactivelyI think filtering the gallery output seems more desirable here. I’d rather do this on the theme level than manipulate content (I could always search/replace in the database, that’s easy). So that in the future if I switch how a theme works again, it’s contained in the theme, not the content/data.
So I guess I need to look at filtering the gallery output.
Forum: Plugins
In reply to: [Plugin: Jetpack] Can't disable opengraphThanks @dukeo
Forum: Hacks
In reply to: Add metadata to all posts/pagesAm I really the only one trying to do this?
Forum: Plugins
In reply to: WordPress.com Stats Breaks HTTPSAwesome. Thanks.
Forum: Plugins
In reply to: Supercache rewrite rules incorrect if blog not at top levelI found my problem… ends up it’s not related to this. I just had a problem with perms in wp-content.
Forum: Fixing WordPress
In reply to: high traffic crashing usmagazine.comSome have found Apache 2 and PHP to be slower than Apache 1.3.x… you could consider a switch unless you need something in Apache 2.
Also take a look at squid for caching. In some cases that can be much quicker than just caching from within wordpress, since you still need to create an apache/php request. Not sure how much millage you’d get, but might be worth looking into.
Forum: Plugins
In reply to: iG:Syntax Hiliter PluginOk fixed it… nm… I posted that when rather tired. ??
Forum: Plugins
In reply to: iG:Syntax Hiliter PluginLooks like there is a bug on code in comments:
https://robert.accettura.com/archives/2005/12/14/holiday-sql/as you can see, there’s a different output for comments.
Forum: Fixing WordPress
In reply to: SQL Syntax Error when deleting post2.0
Forum: Fixing WordPress
In reply to: Image Thumbnails Only?Loooks like this didn’t get fixed for 2.0
Forum: Alpha/Beta/RC
In reply to: Rewriting relative linksCouldn’t tell you why it’s not taken care of by default.
Wasn’t to bad to do (it’s tougher to catch the ../../ stuff, which isn’t supported right now).
Forum: Alpha/Beta/RC
In reply to: Rewriting relative linksI only tested with 2.0.
If your checking your feed, you do need to hold down the
shift key
when you reload, so that you bypass cache, otherwise you don’t actually refresh until you make a new post and your rss feed actually updates.Forum: Alpha/Beta/RC
In reply to: Rewriting relative linksOk, I just decided to just wip up a little plugin to fix it for me:
https://robert.accettura.com/projects/absoluterssFor anyone else who may want to fix this on their wordpress installation I hope this helps.
Forum: Fixing WordPress
In reply to: Image Thumbnails Only?It should also be possible to use a variable as the path to an image, so it could be adjusted without changing the posts.
For any plugin authors reading this post.
/sorry for double post.