• Hello Sir,

    I would like to send emails in mass from Buddypress user profile. Can i do it using this wonderful plugin?

    Awaiting response.

    Regards,
    Sam.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter chouxpastry2002

    (@chouxpastry2002)

    is there anyone to help ??

    I was able to do it by formatting the secure_invite_bulk_invite function. Install the Exec-PHP plugin, and add <?php secure_invite_bulk_invite(); --> to a new page. It’ll bascially be taking the code from the “Invites -> Bulk Invite page” in your dashboard, so you’ll have to modify some stuff. Within function secure_invite_bulk_invite(), you’ll have to change
    <form action="options-general.php?page=secure_invite_list&view=bulk" method="post"> to just <form method="post"> so it won’t try to load the dashboard page. Also remove the code wrapped in the <h2> tags so you won’t see the three buttons on the upper right.

    Kind of a hack job, but seems to work for me.

    Thread Starter chouxpastry2002

    (@chouxpastry2002)

    you ve made my day buddy it worked like charm… ??

    Plugin Author Chris Taylor

    (@mrwiblog)

    kchurch05: If you can send me your modified code I’ll look at making this an option in the plugin.

    Thread Starter chouxpastry2002

    (@chouxpastry2002)

    hi Chris,

    How would i send you the code? i just changed a line

    <form action="options-general.php?page=secure_invite_list&view=bulk" method="post"> to just <form method="post">

    still if you need modified code i can email you. Let me know email address. It would be best to see that option in plugin :)!!!

    Regards,
    Sam.

    I just included <?php secure_invite_bulk_invite(); ?> [sorry, code above should have had ?> instead of –>, but I’m sure you guys understood] in a page. Must have Exec-PHP plugin, of course.

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thread Starter chouxpastry2002

    (@chouxpastry2002)

    yes i did the same. it worked like charm for me ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Secure Invites] Want to send mass emails from front end in Buddypress’ is closed to new replies.