1
zorro87
Profile 1.55 send e-mail to selected users
  • 2009/12/18 10:42

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi!

In system>Find users
(/modules/system/admin.php?fct=findusers)

You can find users and send an e-mail to selected members.
But you can select only XOOPS fields.

With Profile you can add as much fields as you want for users.
You can find members with any of these fields
But you cannot send e-mail to selected members.

It could be great if it was possible to send e-mail to selected members in Profile module.

Who can help me to do so?

@+
Z

2
zorro87
Re: Profile 1.55 send e-mail to selected users
  • 2010/1/7 13:16

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi!

CSV export would be great too...


@+
Z

3
zorro87
Re: Profile 1.55 send e-mail to selected users
  • 2010/2/9 20:04

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hello!

This is an Up !

It is great to be able to select members with profile field selection.

what about sending emails to this verry users....


@+
Z

4
ghia
Re: Profile 1.55 send e-mail to selected users
  • 2010/2/9 21:36

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Try with adding
$userarray["output"][] = "<input  type='checkbox' name='memberslist_id[]' id='memberslist_id[]' value='" $users[$k]->getVar('uid') . "' checked='checked' /><input type='hidden' name='memberslist_uname[".$users[$k]->getVar('uid') ."]' id='memberslist_uname[]' value='".$users[$k]->getVar('uname') ."' />";

after
$userarray = array();

and
$captions[] = 'Sel';

after
//Get captions

in /modules/profile/search.php
and
<form action="../system/admin.php" method="post" name="memberslist" id="memberslist"> <input name="op" value="delete_many" type="hidden">

before
<table>

and
<select name="fct"><option value="mailusers">Send mail</option></select>&nbsp<input value="Submit" type="submit">   </form>

after
</table>

in /modules/profile/templates/profile_results.html

5
zorro87
Re: Profile 1.55 send e-mail to selected users
  • 2010/2/11 14:55

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Verry good job!

We can send mail to selected members with Profile!

Thank you ghia!


@+
Z

6
zorro87
Re: Profile 1.55 send e-mail to selected users
  • 2011/6/1 8:06

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


This hack should be integred to official module!

@+
Z

Login

Who's Online

192 user(s) are online (133 user(s) are browsing Support Forums)


Members: 0


Guests: 192


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits