Viewing 14 replies - 1 through 14 (of 14 total)
  • It looks like this plugin is no longer maintained, but I was able to get it working. The two things that need to be fixed are:

    1) The paths to the files. ms-edit.php doesn’t exist. It should bee /wp-admin/network/edit.php

    2) It needs the _wpnonce in the URL.

    I’d be happy to share a patch file with you or anyone else interested. I’m not sure if there’s anywhere I can post it on here?

    Regards,
    Ian

    @irifkin That would be great Ian.
    I know lots of ppl who would love to use it again. It is one of a kind plugin
    As for posting you can use the pastebin over here.

    @marikamitsos Sure thing. I’ve posted the patch file: https://pastebin.com/HMJ37yfh

    For those comfortable with UNIX, you can run the following at the command line:

    patch ds_wp3_moderate_new_blogs.php < moderate.patch

    where “ds_wp3_moderate_new_blogs.php” is the path to the plugin and “moderate.patch” is the path to the patch file I’m sharing with you.

    If you’re not comfortable with this, you can manually make the changes. The lines beginning with “–” are the lines before the patch is applied and the lines beginning with “++” are the lines after the patch is applied.

    Hope this helps!

    Thread Starter maxime_k

    (@maxime_k)

    thanks for that

    Hi … can you kindly provide the patched file please, that can be used as it is.

    Hi Nims,

    Okay, here you go: https://pastebin.com/GaKW3ZPX

    Ian

    Plugin Author David Sader

    (@dsader)

    Thanks for updating it, David. -Ian

    Thanks David .. cheers !
    I tried it and its working but there are few more things that you can add. I would like to request you to incorporate the following.
    Like when a person clicks on activation link in the mail, he should get a message saying
    “Thanks for verifying your email. Your site is under moderation and will be activated soon by the site admin if found appropriate.”

    At present it shows a confirmation message that says your site is active, which is wrong.

    Also, once admin approves the site, user should get an email telling that your site is active now.

    Hi nims,

    when a person clicks on activation link in the mail, he should get a message saying

    I think this assumes the person gets an email. What if the person already has an account? In my installation, for example, I have people login with a SSO system, so new accounts are created automatically and consequently they don’t get a verification email for their address. With that in mind, my users do not see the confirmation message you described.

    Is this email standard WordPress functionality or part of a different plugin?

    Also, once admin approves the site, user should get an email telling that your site is active now.

    I created a seperate small plugin (if you can even call it a plugin!) to send an email like this. Basically I just created a function that sends an email and applies it to the activate_blog action.

    It could be a nice feature to have built-in, but it can be separate.

    Ian

    Plugin Author David Sader

    (@dsader)

    @nims this plugin does not alter the default messages sent out by WordPress – I would’t need the feature you suggest in my installs, so I doubt I’ll add it. In my install I may approve a whole batch of new users/blogs before users even get online to check their mail – so the addition would be moot. The default message when users follow their link to an inactive blog is sufficient for me. Sorry.

    Plugin Author David Sader

    (@dsader)

    @irifkin You said “I created a seperate small plugin”. That’s my thinking. I have dozens of small plugins doing all kinds of little things. I much prefer the collection of small plugins rather than an über file trying to do too much.

    @david Oh I thought you had created this plugin for the community as a whole ??
    Anyway am greatful for whatever you have shared … cheers !

    @irifkin My point was basically to let the users know that there is still a final moderation step to be taken by the admin before their blog/site gets activated.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘[Plugin : Moderate New Blogs] Link 'Click to activate' broken’ is closed to new replies.