The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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 /><
< Moved to MOD Add-On Forum (W/O Code) by Shaggy /><
--------------[o]--------------
Brazilian, not so good in english.
Brazilian, not so good in english.
Last edited by Shaggy on 17 November 2005, 05:51
Posted
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 =)
<
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 -
- www.gotlandrace.se -
Posted
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
)<
... I now return this thread to webintra ... (sorry
Posted
I'll have a look here on saturday =)
<
<
/Tribaliztic
- www.gotlandrace.se -
- www.gotlandrace.se -
Posted
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<
<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.
Brazilian, not so good in english.
Last edited by Shaggy on 18 November 2005, 08:53
Posted
Have a look at this by Kwhip: Email All Users MOD This is the MOD that tribaliztic was referring to.
<
Cheers,
David Greening
David Greening
Posted
Thanks Classicmotorcycling, couldn't find it =)
webintra: there is a "messenger"-mod out there, maybe that's what you're looking for? <
webintra: there is a "messenger"-mod out there, maybe that's what you're looking for? <
/Tribaliztic
- www.gotlandrace.se -
- www.gotlandrace.se -
Posted
Where can i find the messenger mod?<
--------------[o]--------------
Brazilian, not so good in english.
Brazilian, not so good in english.
Posted
I did a quick search before I posted, couldn't find it.. But I know it's out there, I have a link to the topic in my mailbox at home hehe..
If you don't find it, I'll post the link...
<
/Tribaliztic
- www.gotlandrace.se -
- www.gotlandrace.se -
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...