3stripe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links in posts only clickable in single post view?Thanks mosh 😀
(Please excuse me, haven’t done any wordpressing for 6months)
Forum: Fixing WordPress
In reply to: WP 2.0 – htaccess overly aggressive? 404’s galoreI should add that if I hack this code into the # BEGIN WordPress section, it does work. But then it will get deleted next time I change my permalinks (altho I guess I shouldn’t be changing them that often!)
Forum: Fixing WordPress
In reply to: WP 2.0 – htaccess overly aggressive? 404’s galoreHi folks… I’m running WP2 on my root folder on Dreamhost and have the same problem accessing my stats. Can anyone help?
I’ve tried the code below but no joy
# WP Fix
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/stats/(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/failed_auth.html$
RewriteRule ^.*$ - [L]
</IfModule>Forum: Plugins
In reply to: RSS feed into Flash .swfsend me an email 3stripe AT gmail DOT com, i’ll send you a login.
Forum: Fixing WordPress
In reply to: Best way to preload images?No rollovers, just a background:url change on hover. The problem is the images flash slightly the first time you rollover them, after that it’s fine because they’re cached
Forum: Themes and Templates
In reply to: Barebones amount of CSS required for commenting to work?Doh! I deleted single.php by mistake. My bad. Seems fine now 😀
Forum: Plugins
In reply to: Plogger: A Promising Gallery AlternativeAny updates on a WordPress/Plogger plugin tool yet?
Forum: Requests and Feedback
In reply to: Paid small customization projectThanks, have just signed up 😀
Forum: Requests and Feedback
In reply to: Paid small customization projectcan anyone else advise on the best way to contact potential freelance programmers for WordPress?
otherwise i’ll have to just start a new post here…
Forum: Plugins
In reply to: Modify links in the RSS2 feed?Worked it out 😀
In wp-rss2.php, I changed the <link> line to go like this:
<link>http://www.website.com/?postid=<?php the_ID(); ?></link>Forum: Plugins
In reply to: Forum Plugin for wordpress?I would look at Vanilla also, it’s a beautifully put together compared to many other forums!
Forum: Plugins
In reply to: Forum Plugin for wordpress?I would look at Vanilla also, it’s a beautifully put together compared to many other forums!
Forum: Plugins
In reply to: Creating pages inside of categories and Sidebar ChangesOk I found http://wordpress.org/support/topic/41299 and http://wordpress.org/support/topic/48506 for anyone looking for the good stuff on this subject. Sorry moshu!
Forum: Plugins
In reply to: Creating pages inside of categories and Sidebar ChangesThe codex doesn’t answer my stupid questions as patiently/intelligently as you do though 🙁
(And I can’t get it to load up at the moment either)
Forum: Plugins
In reply to: Creating pages inside of categories and Sidebar Changes“Pages do not have categories.”
But static pages are assigned an arbitary category automatically for some reason?