Giter VIP home page Giter VIP logo

Comments (8)

michield avatar michield commented on September 17, 2024

hmm, yes, that needs attention

from phplist-plugin-invite.

ecoadmin avatar ecoadmin commented on September 17, 2024

Ok, but will it get it? This should be a GREAT plugin and would love to get it set up on my system. (ver 3.0.12)

from phplist-plugin-invite.

bramley avatar bramley commented on September 17, 2024

This problem has been raised again on the forums https://discuss.phplist.org/t/invite-plugin-confirmationurl-doesnt-work/177
The problem isn't only that the confirmation email is not sent, but more importantly the subscriber remains blacklisted.

from phplist-plugin-invite.

michield avatar michield commented on September 17, 2024

this was fixed here phpList/phplist3@96234a0 but needs a new version. I will try to wrap up a new version asap.

from phplist-plugin-invite.

zSeriesGuy avatar zSeriesGuy commented on September 17, 2024

I'm relatively new to PHP and PHPList and don't really know what I'm doing.
What seems to have worked for me is to unconfirm the recipient.
I added this line of code after line 108 in inviteplugin.php.
Sql_Query(sprintf('update %s set confirmed = 0 where id = %d',$GLOBALS['tables']['user'],$userdata['id']));

This unconfirms the recipient right after the blacklisting.
Then when the recipient clicks on the confirmationurl, they get confirmed and unblacklisted.
Don't see the welcome message though.

from phplist-plugin-invite.

michield avatar michield commented on September 17, 2024

yes, that hack will work for now.

from phplist-plugin-invite.

RobbyZ avatar RobbyZ commented on September 17, 2024

This seems to no longer be a bug in recent versions of phplist; possibly close?

from phplist-plugin-invite.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.