NickD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't post comments on WordPress.com blogs or on the forumAh, ok. Thanks 🙂
Forum: Fixing WordPress
In reply to: Can't post comments on WordPress.com blogs or on the forumHi esmi.
If you read my post you would see that I did try but I cannot.
I am also not able to post in the WordPress.com forum about this very problem.
Forum: Fixing WordPress
In reply to: IIS7 and Permalinks catch 22I forgot to mention, I was running the Permalink Fix & Disable Canonical Redirects Pack plug-in to try to solve the problem and disabling it seems to have solved it.
Forum: Plugins
In reply to: [User Info Login Shortcode] [Plugin: User Info Login Shortcode] can you help?I got rid of lines 90 and 91, this fixed it.
Forum: Plugins
In reply to: [User Info Login Shortcode] [Plugin: User Info Login Shortcode] can you help?For some reason this plugin is showing the blog address twice as plain content text right above the login area where the shortcode is embedded plugin.
Forum: Plugins
In reply to: Private Only and RSSIt would be nice to have the feed password protected as well. Some RSS clients allow you to acccess protected feeds by entering password.
Forum: Themes and Templates
In reply to: Comments don't display without clicking on linkThanks alchymyth. But I tried a couple of different things described at that link but I still cannot make it work. I can get the comments for each post to show up using the method described by lrfowler but I also get a form for each post. I don’t want form for each post to appear.
Forum: Themes and Templates
In reply to: Comments don't display without clicking on linkHow can you display the comments without the form on the index page?
I see you found a plugin that can do this (provide html embed code for images). What is the name of the plugin that you used?
Forum: Fixing WordPress
In reply to: PHP code only on login pageOn the page with this garbled text, there are a couple of links that go to other admin areas. I clicked on one and got a normal looking admin page. It looks like the problem is that wp-admin/ is not forwarding to wp-admin/index.php. /wp-admin/index.php and everything after it seems to function and look fine.
Forum: Fixing WordPress
In reply to: PHP code only on login pageI am having the same problem. At first, the main index page for the blog was just blank. I saw that the .htaccess file had been modified. I could not tell what was done to it, so I wrote a new one and put the right code in it and this fixed the blog’s index page and everything to appear as normal from the outside. But I am getting the same when I try to log in:
publish) ) { // with feeds, anyone can tell how many posts there are. Just unlink if…
I tried rewriting all of the wp-admin files and that did not help.
Forum: Fixing WordPress
In reply to: Can I add recent posts/comments to front page of portal?moshu, do you mean http://mu.wordpress.org/ ? This appears to be the same version of WordPress that runs WordPress.com
Forum: Fixing WordPress
In reply to: Can I add recent posts/comments to front page of portal?I am looking to do the same thing, but with multiple blogs in sub directories of the root portal page, sort of like hosting my own WordPress.com where the popular or recent posts are shown on the front portal page, but I do not need the ability for users to register themselves for a blog. I can do this manually or, ideally through and admin interface (but the portal is most important).
Why don’t I just use BBPress or SMF? Because of the perceived difference between a forum and a blog. This is a grass roots project for my work. Blogs are perceived to be more of a platform than a forum. The ability to customize each blog is nice.
Forum: Themes and Templates
In reply to: modified theme banner appears in Safari but not in IEThanks Sadish! It worked.
Forum: Plugins
In reply to: Using FeedburnerOk, one more try:
<li><a title="Subscribe to New Posts and Podcast" href="<http://feeds.feedburner.com/lbpodcast">All Categories</a> | <a title="Subscribe to User Comments" href="<?php bloginfo('comments_rss2_url'); ?>">User Comments</a>
</li>