1
lintu
Is there a module that allows members to recommend/invite their friends to join?
  • 2008/1/17 15:05

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


Hello,

I am looking for a XOOPS module that has the capability for the members to recommend/invite their friends to join the site.

It would be great if the module could incorporate a page to allow users to email multiple recepients at a time, maybe lookup the address from Outlook, Yahoo or Google address book and pre-populate them on the email address text field that can be sent out asking them to join their network.

Please let me know if you are aware of such a module beside the 'Tell a friend' module.

Thanks in advance for your help.

Abu
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software

2
chenliye
Re: Is there a module that allows members to recommend/invite their friends to join?
  • 2008/1/17 16:11

  • chenliye

  • Just popping in

  • Posts: 1

  • Since: 2008/1/17


Sorry, I do not know.

3
lintu
Re: Is there a module that allows members to recommend/invite their friends to join?
  • 2008/1/18 19:53

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


bump
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software

4
Northern
Re: Is there a module that allows members to recommend/invite their friends to join?
  • 2008/1/18 20:07

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


WFChannels has what your looking for or
you can build somthing like this
where its a single page that works with your site
and it can be places just about any where.

this one will use the default mail server, for the recomend, and it also has add to fav.


Marc

<?php
if (file_exists("mainfile.php")) {
    include(
"mainfile.php");
}
elseif(
file_exists("../mainfile.php")) {
    include(
"../mainfile.php");
}
else {
    include(
"../../mainfile.php");
}
include(
XOOPS_ROOT_PATH "/header.php");
$xoopsTpl->assign('xoops_showrblock'0); // 1 display right blocks
$xoopsTpl->assign('xoops_showlblock'0); // 1 display left blocks
?>

<div></div>
<ul>
<div align="center"><strong><a style="text-decoration: none" target="_blank" href="mailto:?subject=Hey, Check Out http://www.mysite.com.">Tell-A-Friend</font></a> - <a style="text-decoration: none" href="javascript:window.external.AddFavorite('http://www.mysite.com', 'mysite [dot] com - slogan')"> Bookmark Us</a></strong></div>
  </li>
</ul>
                      
<?php
include(XOOPS_ROOT_PATH "/footer.php");
?>

5
stefan88
Re: Is there a module that allows members to recommend/invite their friends to join?
  • 2008/1/18 20:35

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi,

I'm not shure this is what you need, but GiJoe has "Tell a friend" module:http://xoops.peak.ne.jp/md/mydownloads/singlefile.php?lid=48&cid=1
..

6
Will_H
Re: Is there a module that allows members to recommend/invite their friends to join?
  • 2008/1/18 22:43

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


I use the eCard feature of extgal for it.

I design a custom eCard for the site with all the info and use the [gallery] hook hack to bring it into a custom block.

works great and seems flashier than just.. enter email ... press send... they can put a message in to customize it..

really nice.

7
lintu
Re: Is there a module that allows members to recommend/invite their friends to join?
  • 2008/1/19 1:54

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


Folks,

Thank you for your responses. I do have the 'Tell a friend' module installed on my site, but it does not meet my requirement.


Will_H,

Where can I view your custom eCard?

Thanks and best regards,
Abu
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software

Login

Who's Online

223 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 223


more...

Donat-O-Meter

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

Latest GitHub Commits