wosh
Forum Replies Created
-
Forum: Your WordPress
In reply to: Redesigned.. better?@ Basketball:
If you were using a ‘real’ browser, your suggestion would already
be working. Blame IE ??
And about the themes… well.. I am using a 1.3 beta..
The problem is I didn’t bother to check out the theme support, and just hacked everything together in the index.php. Oops ??
I’ll look into it though, it would be cool to have both styles up.Forum: Your WordPress
In reply to: Redesigned.. better?Thanks for all the comments, it’s much appreciated ??
I really wanted to get away from the generic two column blog layout, and I’ve always liked minimalist design, so I went that direction.
I still like the old site aswell, sadly the xhtml differs quite a bit, and I’ve hacked my new wordpress install completely to pieces, so I doubt I can get the old design working as an alternate style…
Thanks again.Forum: Fixing WordPress
In reply to: Archive links not workingOk, to answer my own question:
You NEED to have the month in your permalink in order to be able to have monthly archives.
I’m not too happy about this… All my permalinks have changed.
But alas, there are only 3 posts in there anyway… It could have been worse.
-BastiaanForum: Your WordPress
In reply to: vivifiedThanks for all the kind words!
I saw the IE5 rendering error, but couldn’t find an easy fix.
And css hacks feel a bit awkward anyway… I’ll look into it.
Unfortunately I don’t have a mac (wish I did), so I haven’t tested it
with any mac browsers.
I’ll also look into the text-zooming for IE. Shouldn’t be too hard to implement.
Thanks again!
-BasForum: Your WordPress
In reply to: vivifieddamn I really need more sleep.
https://vivified.net/
sorry.Forum: Fixing WordPress
In reply to: Login and Comment post redirect troubleOk, I did some debugging myself and found that the point where the
page stopped working was at the point where the blow owner was
notified of changes. To be exact:
if ((get_settings('comments_notify')) && ($approved)) {
wp_notify_postauthor($comment_ID, 'comment');
}
And my system doesn’t have sendmail support compiled in.
That broke the pipe. Now that I’ve turned off email notification
it works like a charm.
Maybe the options page should do a check (a simple
function_exists() would do the trick) if mail() is available.
Anyway, thanks for the replies, and WordPress ofcourse.
Cheers,
Bas TerhorstForum: Fixing WordPress
In reply to: Login and Comment post redirect troubleI have, and it didn’t work.
I’ve reinstalled wordpress (I didnt like the folder it was
installed in). I can log in again. I’ve tried logging out, and deleting my cookies, and it still works. So hurrah.
The coments problem however, persists.