Oyvind
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to have all comments emailed to blog admin?Is this really not solved yet? I also would like an e-mail whenever someone comments anything, also stuff I didn’t write. No plugins who can do that?
Forum: Plugins
In reply to: E-mail when new comments posted?Ditto. Also: Is there an option (as an Admin) to get messeges when someone comments, even if I didn’t write the article? Now, I only get alerts by mail when someone comments my own articles.
Forum: Fixing WordPress
In reply to: Close all commentsYes, great! But it just shuts off everything does it? I have some older posts I want to keep open.
Forum: Fixing WordPress
In reply to: Close all commentsBut is there a plugin that works in 2.0.1 that does this? I would like comments to be open for a number of days, and then close automatically.
Ideally there should be an option to let some posts still have open comments. And the plugin should list all posts that still have comments open somewhere.
Forum: Fixing WordPress
In reply to: Can WordPress manage a page outside the blog?Sorry if asking lame questions but when I add the first
<?php
include(‘http://www.mydomain.com/blog/header.php’):
?>right after the <body> statement in the index.php file, I get this error message:
Parse error: parse error, unexpected ‘:’ in /mydomain.com/index.php on line 11
Forum: Fixing WordPress
In reply to: Can WordPress manage a page outside the blog?Thanks!
About:
<?php
include(‘path/to/wp-blog-header.php’):
?>Should this be in this form:
<?php
include(‘http://www.mydomain.com/blog/header.php’):
?>It’s no problem to upload by FTP. Cyberduck let’s me edit files directly from the server to edit them, and uploads them back again when saving.