Hi i recently upgraded my wordpress installation to 3.0 and the profile like on the login widget is now linked to [mysite url]?template=/wp-admin/profile.php which simply redirects to the front page again however removing "?template=" and using [mysite url]/wp-admin/profile.php works
Profile link not working
(8 posts) (4 voices)-
Posted 2 months ago #
-
Ahh Steve you beat me to it! I noticed this last night after I updated to 3.0, so I can confirm it does change the link by adding "?template=" to the URL. The redirect still works, after you log in for the first time, but after you're logged in the "profile" link just brings you to the home page. This is only in 3.0, the plugin still works fine in 2.9.x (I admin two blogs).
Posted 2 months ago # -
I'll make the fix for this before I release the new version (check out the development version, maybe this fixes it already?). I hope to get this out this week or weekend.
Posted 2 months ago # -
Hi,
I had the same problem. I too upgraded wordpress to 3.0 and now the profile link is dead. I upgraded to the development version, but still no luck. Is there another solution available?Posted 1 month ago # -
Hi wooijen (and others regarding this issue)
I'm currently in the process of moving houses, so I'm on a "forced leave of absence" :)
I'm wrapping things up now (literally) and should be able to fix this issue sometime next week.
Posted 1 month ago # -
Hi,
I was able to fix this problem. I don't know if this is a fix that works for all systems, but it works for mine.The key is to change the widget_in.php script and change the
bloginfo('wpurl')tobloginfo('url')Posted 1 month ago # -
Actually, that worked for me, too.
Posted 1 month ago # -
This has been fixed in version 3.0b, using bloginfo('url') may cause issues if your blog is not on the root of the domain.
Posted 1 month ago #
Reply
You must log in to post.