Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Member Groups Mod
 New Topic  Reply to Topic
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

webintra
Starting Member

Brazil
31 Posts

Posted - 16 November 2005 :  12:00:46  Show Profile  Reply with Quote
Hi, i don't know if i've being recursive, but is there a MOD that allow to create a group of members - like in Outlook - then send a private message to this group?
Thanks, friends.

< Moved to MOD Add-On Forum (W/O Code) by Shaggy /><

--------------[o]--------------
Brazilian, not so good in english.

Edited by - Shaggy on 17 November 2005 05:51:46

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 16 November 2005 :  12:17:56  Show Profile  Reply with Quote
Don't know the exact particulars of what extra functionality it adds to the forum, but have a look for the UserGroups Mod.

<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 16 November 2005 :  13:06:21  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Unless I'm mistaken the UserGroups mod is primarily aimed at forum permissions. I think webintra is looking for a mailing list type option for the PM mod; something where you could use a single alias to PM a group of people.

I don't know if thats been done yet.<
Go to Top of Page

webintra
Starting Member

Brazil
31 Posts

Posted - 16 November 2005 :  13:09:22  Show Profile  Reply with Quote
Yes, AnonJr, is exactly this<

--------------[o]--------------
Brazilian, not so good in english.
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 16 November 2005 :  22:39:15  Show Profile  Visit AnonJr's Homepage  Reply with Quote
To the best of my knowledge nothing like that has been made .... yet.
(though I've been wrong on that before)

<edit>To those familiar enough with the MOD, consider that a challenge </edit><

Edited by - AnonJr on 16 November 2005 22:40:18
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 November 2005 :  03:38:27  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
It's been made, I have checkboxes to send PM's to "crew" "admins" "moderators" "all users". Can't remember if it was a mod or just some code someone posted. Have you tried the search function?
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

webintra
Starting Member

Brazil
31 Posts

Posted - 17 November 2005 :  06:56:55  Show Profile  Reply with Quote
I have the Buddy Mod in my forum but i still don´t know how insert friends. I think if I can check some friends, in Buddy, and send a private message or maybe put checkbox in the member list when send a private message... or create my own filtered lists... something like this...<

--------------[o]--------------
Brazilian, not so good in english.
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 17 November 2005 :  08:49:40  Show Profile  Visit AnonJr's Homepage  Reply with Quote
I did a quick search and didn't turn up anything, but it wasn't as thorough as I usually try to be...

If you remember where you got it from please post the link as I wouldn't mind having it handy for the new site I'm trying to finish (in my spare time ... heh).<
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 November 2005 :  09:05:46  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
AnonJr: is it me or webintra you're answering? =)
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 17 November 2005 :  09:45:41  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Both I think.... I'd just started on the first cup of coffee

If you remember where you got your code from it would be appreciated.<
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 November 2005 :  10:08:36  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Nope, but it's not that much.. I'll have a look at my codes =)
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 November 2005 :  10:23:28  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Can't find the mod, here's the part of my privatesend.asp:

if strRqMethod = "Topic" or strRqMethod = "Forward" then
%>
<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
function pmmembers() { var MainWindow = window.open ("pm_pop_members.asp", "","toolbar=no,location=no,menubar=no,scrollbars=yes,width=250,height=500,top=100,left=100,resizeable=yes,status=no");
}
// done hiding -->
</script>
<%
Response.Write "<tr>" & vbNewLine & _
" <td colspan=""2"" bgcolor=""" & StrHeadCellColor & """>" & vbNewLine & _
" <b> Skicka privat meddelande</b>" & vbNewLine & _
" </td>" & vbNewLine & _
"</tr>" & vbNewLine

Response.Write " <tr>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Skicka till:</b>"
Response.Write "</font></td>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """><input class=newlogin maxLength=""50"" name=""sendto"" value=""" & Request.Querystring("mname") & """ size=""50""> <font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><a href=""JavaScript:pmmembers();"">Användarlista</a> "
if strRqMethod <> "Forward" then Response.Write ("<br>(Separera flera användarnamn med komma.)")
if (mLev = 4) and strRqMethod <> "Forward" then Response.Write ("<br><input type=""checkbox"" name=""allmem"" value=""true"">Skicka PM till alla användare<br>") '# All Member PM Modification
if (mLev = 4) and strRqMethod <> "Forward" then Response.Write ("<input type=""checkbox"" name=""allmods"" value=""true"">Skicka PM till alla moderatorer<br>") '# All Moderators PM Modification
if (m_status >= 8) and strRqMethod <> "Forward" then Response.Write ("<input type=""checkbox"" name=""crew"" value=""true"">Skicka PM till CREW<br>") '# All Moderators PM Modification
if (m_status >= 8) and strRqMethod <> "Forward" then Response.Write ("<input type=""checkbox"" name=""event"" value=""true"">Skicka PM till EventGruppen<br>") '# All eventgroup PM Modification


Response.Write "</font></td>" & vbNewLine & _
" </tr>" & vbNewLine
end if

Sorry it's in swedish =)
I THINK the mod was called "All Member PM Modification". I also think you have to edit some more part of the PM-code but can't remember where. Don't have the time to check into this more thorough atm either. Let me know if you get stuck =)
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 17 November 2005 :  10:40:25  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Thanks for the code. I probably won't get a chance to actually work on it until Sat. or so, but I'll let you know how it comes out.

... I now return this thread to webintra ... (sorry )<
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 November 2005 :  10:41:54  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
I'll have a look here on saturday =)
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

webintra
Starting Member

Brazil
31 Posts

Posted - 17 November 2005 :  11:27:36  Show Profile  Reply with Quote
Thanks, guys, do you think is possible allow every member create your own friends groups? I was thinking to use the function of the script 'pop_admin_moderators.asp' (send members left to right side) to select the members (it's only a idea)


<Code removed by Shaggy />

When posting large portions of code, please do not post it directly to the forums, link to a *.txt copy of instead - Shaggy<

--------------[o]--------------
Brazilian, not so good in english.

Edited by - Shaggy on 18 November 2005 08:53:40
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 17 November 2005 :  13:17:09  Show Profile  Reply with Quote
Have a look at this by Kwhip: Email All Users MOD This is the MOD that tribaliztic was referring to.
<

Cheers,

David Greening
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07