Lars Koudal
Forum Replies Created
-
Forum: Plugins
In reply to: Plugins Widget Block & Widget Context broke in 3.2?Hi stealthkinetics
I have the same problem right now. Did you ever figure out a solution?
Hiya everyone
Sorry about that. I have just released v. 2.2.2 with above updated code. I hope it fixes the problem, I have not had much time to test it.
Forum: Plugins
In reply to: Modify User Registration Form using pluginHi, it looks like register_form broke in WP 3.0 At the time of writing this comment, Register Plus is also broken ??
However, take a look at the two action hooks
before_signup_form
andafter_signup_form
More info here:
https://adambrown.info/p/wp_hooks/hook/before_signup_formForum: Plugins
In reply to: [Plugin: SEO Booster Lite] Widget rendering issuesHi smkyle1
I have no idea on how that can be, I hope you have some tracking installed to analyze? Google Analytics?
I suspect it could be for some external reason, perhaps not related to SEO Booster Lite? At least I hope so. Please let me know if you have learned anything to confirm or debuke this?
P.s. sorry for taking so long to respond, I have only just seen your comment. I rarely visit here, sorry. If you wish to speed up the process, you should contact me via admin(at)mywordpress.com
Forum: Plugins
In reply to: Delete Duplicate Posts Plugin Not WorkingHi Drover
I hope you’ve seen that there is a new version out? Please try the new version and see if that helps?
Hi Casemon
Thank you. You have some valid points, and I like your trash-idea, as well as the comment idea, never thought to do a loop to check for that.
I will keep your suggestions in mind for the next release, right now I’m mostly fighting bugs ??
Forum: Fixing WordPress
In reply to: Pop-up window for adding media don’t show upHi Snade
I’ve experienced the same on some blogs, and the solution that -sometimes- work is to shift-refresh your cache, or perhaps go to your browsers options and totally clear the cache.
No promises, but that has solved the problem on some of my blogs ??
Forum: Plugins
In reply to: Changing comment-page-#Problem solved? By hacking core-files.. Okay, I can see I need to put this on my to-do list to research a solution. If anyone has one already, that does not involve hacking the core-files, please.. don’t hold back ??
Lars Koudal
https://www.mywordpress.comForum: Plugins
In reply to: Changing comment-page-#I am a developer, so I would be happy to create a plugin, I just have no clue (I searched) which functionality WordPress provides for me to manipulate the URL and change “comment-page”.
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] can’t rewrite titlesI have the same problem, any information to this would be greatly appreciated ??
Forum: Fixing WordPress
In reply to: Authenticate WordPress login from External PHP script?Hi
I actually found the code on another blog, here it is:
require('wp-blog-header.php');
$user_login = 'admin';
$user = get_userdatabylogin($user_login);
$user_id = $user->ID;
wp_set_current_user($user_id, $user_login);
wp_set_auth_cookie($user_id);
do_action('wp_login', $user_login);
remember to change the location of the wp-blog-header.php file as well as the user_login variable.the code was found here:
https://www.lbsharp.com/wordpress/index.php/2007/12/10/wordpress-auto-login/
Forum: Plugins
In reply to: 2.8 & wp_insert_post escaping charactersHi, I am currently fighting the same problem, and I was wondering if you’ve figured something out (I can see you posted a week ago) ??
I’ll let you know if I figure something out myself ??
Forum: Installing WordPress
In reply to: Fatal ErrorI can confirm MichaelH’s observation. It is indeed related to the “Redirection” plugin.
After deactivating that plugin, everything works fine again.
Forum: Everything else WordPress
In reply to: Ideas Forum/Communication ChannelsI would like to second the notion about too many ways of communication.
I cannot comment on which approach would be the best, I leave that up to the core developers/leaders of the WordPress community, but I do agree a more streamlined approach and “housecleaning” of the hundreds(thousands?) of discussions, ideas and tickets currently submitted.
Reorganize, streamline and focus your developers skills towards what they do best, develop.
p.s. Thank you (all of you) for making WordPress as strong and flexible as it is.
Forum: Plugins
In reply to: [Plugin: SEO Booster Lite] Widget rendering issuesI have released the new version which hopefully fixes this problem. Please download the latest and let me know if the problem persists?
Thank you in advance.