ColdForged
Forum Replies Created
-
Forum: Plugins
In reply to: [ANN] Enhanced Views pluginWeird, looks fine. And that takes you to the dashboard? Does that URL stay in the address box?
Forum: Requests and Feedback
In reply to: Need Paging for “Manage Posts” and “Manage Pages”Forum: Plugins
In reply to: [ANN] Enhanced Views pluginWhich WordPress version are you on? And what does the URL for the link for “Next Page” look like when it doesn’t work?
Forum: Plugins
In reply to: Image Headlines PluginSee this comment for a method to include arbitrary, dynamic content.
Forum: Fixing WordPress
In reply to: Tables in PostsYou’ve got a world of HTML errors in there. Try getting the page to come close to validation and it might help the table display.
Forum: Fixing WordPress
In reply to: Excerpt sometimes, not all the time.12 seconds… damn you ;).
Forum: Fixing WordPress
In reply to: Excerpt sometimes, not all the time.Forum: Fixing WordPress
In reply to: mod_rewrite problem (my host is oneandone.co.uk)No, that’s the point of the mod_rewrite. When Apache sees that URL and uses the rewrite rules correctly it will “rewrite” the URL into a format like I posted above with the query string. That’s what WordPress eventually sees, so the whole hierarchy is virtual, it doesn’t exist on the file system.
Forum: Fixing WordPress
In reply to: mod_rewrite problem (my host is oneandone.co.uk)Well, if you put the line where I suggested, I believe that indicates the rewrite rules are active (yes, I expected the admin to misbehave). Note that I get a 500 on loading your base blog URL which I would expect. Go ahead and delete that .htaccess file from your FTP program so you can get back in.
I’m at a loss at this point.
Forum: Themes and Templates
In reply to: looking for a plugin to post in any pageForum: Themes and Templates
In reply to: looking for a plugin to post in any page$excludeis in the code.Forum: Themes and Templates
In reply to: looking for a plugin to post in any pageHuh? Oy. Here:
<?php list_cats(0, 'all', 'name', 'asc', '', 0, 0, 1, 0, 1, 1, 0,'','','feed',get_bloginfo('template_url').'/images/rss.gif','5,7,8') ?>Forum: Fixing WordPress
In reply to: mod_rewrite problem (my host is oneandone.co.uk)The rules look okay, and the URL as it would be rewritten into a query string (http://www.jimhobbs.com/blog/index.php?year=2005&month=03&day=28&name=test2&page=) works fine when loaded directly. This makes me think the rewrite rules aren’t happening. Tell you what, you have FTP access, right? Go into your administration interface, manage files, and edit the .htaccess. Right after the RewriteBase line just enter some garbage…
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
lijlsijglijlsijegliThen try to load a page. If you get a 500 Internal Server Error, the mod_rewrite is active, otherwise it ain’t. If it is, use FTP to delete that .htaccess and write out another one using WordPress. If it isn’t active, we’ll figure that out when we get there.
Forum: Fixing WordPress
In reply to: mod_rewrite problem (my host is oneandone.co.uk)Can you make a copy of the .htacess file named “htaccess.txt” and put it in your blog root so we can see the generated rules?
Forum: Themes and Templates
In reply to: Javascript question FireFox vs IE6getting impatient 😛
Tough?