Mary Linville
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can the url of commenter open in a new window?Um, thats why I suggested what I did (“check to open in new window”)….
If you really want the new windows thing, Ann, I suggest a script like that, so the user can turn it off/on.Forum: Fixing WordPress
In reply to: How can the url of commenter open in a new window?Could try something like this
http://dynamicdrive.com/dynamicindex8/newwindow.htm
though the code is a little messy.Forum: Installing WordPress
In reply to: this is the saddest question everForum: Themes and Templates
In reply to: Help with building databaseRead the readme.html:
“WordPress can import from a number of systems. First you need to get WordPress installed and working as described above, then you can run one of the following import scripts:
* Import b2″Forum: Fixing WordPress
In reply to: UTF-8 charset in HTTP headers missingHmm. This in my .htaccess works fine for me.
php_value default_charset "utf-8"Forum: Everything else WordPress
In reply to: miniBB and WordPressJust styled to look the same, I believe.
Forum: Themes and Templates
In reply to: Showing comments on indexHmm. I don’t think I can help you with the problem you’re having now.
I know that index will include said file you were tinkering with. Maybe all that needs to be fixed is changing the conditions that wp-comments makes to display comments.
index.php, line 55:
<?php include(ABSPATH . 'wp-comments.php'); ?>
wp-comments.php, line 5:
if (($withcomments) or ($single)) {Forum: Themes and Templates
In reply to: Font questions IE vs. FFYeah, that’d be my guess, dented21 — what Oisin refers to.
Forum: Fixing WordPress
In reply to: More than half my categories have disappeared!It will only display categories that have posts in them, by default. Does that answer your question?
If that doesn’t apply in this case, be sure and reply with some more details?Forum: Themes and Templates
In reply to: charsetJust a quick guess. Are you asking what charset to use? Try UTF-8.
Forum: Fixing WordPress
In reply to: monthly archives not displaying entire monthAh thanks for asking about this , d-alan_hurst. I could’t figure it out! Now I know what’s causing it.
The hack welsper refers to (packaged as a 1.2 plugin here) does indeed do what it’s supposed to and at least let you at the other posts.
Unfortunately, the number per page will still be your Option > Reading limit (in your case, 7).
So, this plugin makes it better, but still not perfect.Forum: Installing WordPress
In reply to: Password troublesIt’s a bug. Don’t worry, it’s fixable.
http://wordpress.org/support/6/6486Forum: Everything else WordPress
In reply to: Mezzoblue converting to WordPress ?Isn’t really old:
http://mezzoblue.com/archives/2004/05/30/redesign_tec/The site is still running Movable Type and I’ve even upgraded to 3.0. During the redesign process… I began a conversion to WordPress.
Figuring out my new templates and learning a new templating system at the same time proved to be too much of an uphill battle, so it fell by the wayside.
Whether this is a template error, a Movable Type error, a server error, or whatever else, I simply don’t know. Either I figure it out, I pay someone to figure it out, or I switch tools.Forum: Fixing WordPress
In reply to: Password gone missing after upgradeBoth cookiepath (different blog directory) and retrieve password problems were discussed here:
http://wordpress.org/support/6/6486
http://wordpress.org/support/6/5560
Keep an eye on the “beta” forums, even though we aren’t takling about a beta release, bugs often get posted and fixed there. 🙂Forum: Themes and Templates
In reply to: Showing comments on indexI am trying to find this out too.
I think it has something to do with the variable, $withcomments and the functions used to grab comments. But, I can’t figure it out at the moment.
So, I am thinking this won’t (or at least *shouldn’t*) require a hack but a simple function change or two.
Am I close??
*bumping topic*