gbarber
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks with new hostOh my freaking GOD!!! I think I finally figured this out through trial and error and other suggestions I’ve found on this board. Here’s the solution that I ended up with:
RewriteEngine On
RewriteBase /
RewriteRule ^index.php/(.*)$ http:// www .playswellwithothers.net/$1 [R=301,L]# WP Fix
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /RewriteCond %{REQUEST_URI} ^/stats/(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/failed_auth.html$
RewriteRule ^.*$ - [L]RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php</IfModule>
# END WordPress
Ugh. Thank GOD!!!
Forum: Fixing WordPress
In reply to: Different header images for pages?Cool tips. I managed to get date specific page headers working on my own though. Basically, throughout the year my page header will change for stuff like Valentines Day, New Years Eve, Christmas, etc. So if it’s not any of those days, it’s my static image and then on those specific dates, it’ll change to a different image. Oh what fun.
http://www.playswellwithothers.net/index.php/2005/12/01/date-specific-page-headers/
Forum: Plugins
In reply to: wp-related plugin? manually adding related linksEverytime I see a “related” plugin, I think how neat it would be to somehow maybe plug in to Technorati in some way and be able to list “related” entries from other blogs on your site. Maybe other sites that used the same tags or tag that you are using. Just thinking aloud, and have no clue if it could even be done.
Forum: Fixing WordPress
In reply to: A zero displaying in the ArchivesHad two posts with this problem and this solution worked for me, so thanks to everyone for the help.
Forum: Themes and Templates
In reply to: Okay, two questions…All the text in the main area is white. I’m using Firefox on a Mac, must be a stylesheet thing, but your entire center column is blank when I view it. I can highlight the text and see that it’s white in color so I know there’s something there.
I’d guess that the CSS for “storycontent” needs to have a color added to it, like “color: black;” or something just so it’ll show up.
It might show up on one machine, but not on another or one broswer but not on another, so make sure to have a few people check it out. Good luck.
Forum: Fixing WordPress
In reply to: iTunes/Amazon Now Playing List…Cool. I’ll be a guinea pig when you’re ready for some testing. 🙂
Forum: Fixing WordPress
In reply to: iTunes/Amazon Now Playing List…Wow. Thanks for putting so much work into what I thought would be an easy little script. I can’t wait to see what you come up with.
Forum: Fixing WordPress
In reply to: iTunes/Amazon Now Playing List…Awesome David… works like a charm. It’s a bit of learning curve coming from MT to WP, but so far I’m liking WP much better. They had me at “you don’t have to rebuild every time”.
Forum: Fixing WordPress
In reply to: iTunes/Amazon Now Playing List…I’ve posted this in the cg-amazon thread, but I’ve installed it in my 1.2 install and it’s giving me an error when I try to add an item.
As soon as I enter an ASIN and hit the add button, I get this message:
Fatal error: Call to undefined function: stream_set_timeout() in /Users/gbarber/Sites/pwwo/wp/cg-plugins/XMLParser.php on line 61Forum: Plugins
In reply to: CG-Amazon ready for primetime!I keep getting this error when trying to add an ASIN number:
Fatal error: Call to undefined function: stream_set_timeout() in /Users/xxx/Sites/pwwo/wp/cg-plugins/XMLParser.php on line 61
my WP install is in the folder /wp
my index.php is in the folder /pwwoForum: Fixing WordPress
In reply to: iTunes/Amazon Now Playing List…Any help would be appreciated. I’ve got this: [http://wiki.wordpress.org/Display%20current%20iTunes%20Track%20info] running on my site. I installed the Kung Tunes software and have it running in the background, so my iTunes tells Kung Tunes what’s playing and then it drops that information on my site. You can see what it’s doing here: http://www.playswellwithothers.net, right side, near the bottom.
So what I’d like it to have a link to iTunes and Amazon so people have the option of downloading or buying the song… and if I can have my Amazon ID in there that’s even coolor. At this point, I’ve got my wishlist and need to figure out how to make it happen. So, any help would be greatly appreciated.Forum: Plugins
In reply to: More fun with Recent Comments PluginNo rush. Whenever you have a little free time to look at the code, I’d appreciate and help in figuring out how to limit it to one category. I’ve been playing with everything and so far haven’t come up with anything. Thanks in advance.
Forum: Fixing WordPress
In reply to: Listing Trackbacks seperately?The answer from scriptygoddess, in case anyone else is looking for this:
http://www.scriptygoddess.com/archives/2004/06/21/separating-comments-and-trackbacks/Forum: Requests and Feedback
In reply to: Categories and SectionsSeems to me that whether you use Textpattern or WordPress… you’re still going to have to do a lot of handcoding, be familiar with HTML, CSS and PHP.
Forum: Plugins
In reply to: More fun with Recent Comments PluginIs there a way to limit recents comment to only a certain category… anyone?