Hiranthi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Name author changes from admin to other userOkay, just found out that changing the role is a whole lot easier (I should look up the screen a bit more 😉 ).
Just tick the admin user, then select Administrator (Beheerder) and click the edit/save button (have a Dutch version too, so I’m not 100% sure of what the buttons and all say in the default version).
The select box is just above the list of users.Forum: Fixing WordPress
In reply to: Name author changes from admin to other userWell, didn’t expect to find it this soon, but I found a workaround for the bug: http://wordpress.org/support/topic/169422?replies=7
Did have to add a new admin user, login as that one and then change the role to something else, save it and then change it back to administrator (beheerder).
Hope this helps for you too 🙂
Forum: Fixing WordPress
In reply to: Name author changes from admin to other userHi Karin,
I’m having the exact same problem (all users are listed in the author dropdown, except for the admin). At first I thought it had to do with the Role manager, but all settings are correct. Everything in the DB is as it should too. So far I haven’t been able to solve it yet. But when I do, you’ll be the second to know! (As I’d be the first one 😉 ).
Btw, did you get messages about an update to the core of WP2.7 too (the update-nag)?
Hiranthi
Forum: Your WordPress
In reply to: WordPress designers (Dutch)lol.. Im forgetting URL’s everywhere 😉
Forum: Fixing WordPress
In reply to: Permalink Fix – Please Help!!!Okay, I’m guessing its about the blog you mentioned in your other topic?
Can you confirm that the .htaccess for the blog exists?
Forum: Fixing WordPress
In reply to: Why can’t I see any of the other pages???Probably means no-one had something useful to add.
Would be nice for other users if you’d post what the solution was.
Forum: Fixing WordPress
In reply to: password protect entire blogwell, you could try looking at the pages I linked, cos I already did the searchin’ for you (2 different search-terms)…
Forum: Fixing WordPress
In reply to: password protect entire blogForum: Fixing WordPress
In reply to: Permalink Fix – Please Help!!!First of all, you should update the permalink structure (Settings -> Permalinks). More info about it is on the codex page (Permalinks) I linked to in my previous post.
The fact that you mentioned you have no clue about what I said in my previous post, it looks like you don’t have this configured (correctly).
Forum: Fixing WordPress
In reply to: Use tags with pages as well as postsSomething like a plugin?
Forum: Fixing WordPress
In reply to: Permalink Fix – Please Help!!!I’m not sure if you’re talking about Dean’s Permalink Migration Plugin Revisited, but permalinks shouldn’t change anything to the post itself.
If you’re unable to use permalinks (mod_rewrite should be enabled, see the official requirements for WP), you can change the custom permalinks to something like the following:
index.php/%postname%/%category%/For the above custom permalink structure you don’t need the mod_rewrite enabled (and therefor you don’t need a .htaccess file for it). See the Permalinks Codex-page for more information on it.
Forum: Fixing WordPress
In reply to: Integrate 100 Photo Images with PayPal — help with conceptWhat about one of the cart plugins? Most (if not all) of ’em support PayPal.
Forum: Fixing WordPress
In reply to: Need best way to accomplish multiple poster designYou could also look into WPMU.
Forum: Fixing WordPress
In reply to: WP 2.7 Index title fails after upgradeMy
wp_title()also doesn’t show on the front page (not using an if-statement or anything), but does show up on all other pages..I’m using:
<?php wp_title(''); ?> - <?php bloginfo('name'); ?>Forum: Fixing WordPress
In reply to: 2.7 wants update to 2.7I’m getting the message too (from time to time). I’m just ignoring it. It’s good to know that it’s not just my install, though.