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/Code)
 [NEW]: PM Block List Add-On 1.31 (Updated 12-8-20)
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 26 September 2003 :  06:17:06  Show Profile
Korayem,

Where can we now get the pm_blocklist_addon_1.31.zip from.. I would not mind having a look at it.


Cheers,

David Greening
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 26 September 2003 :  06:40:29  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
You can get it at Snitzbitz (info here, direct download here).

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 27 September 2003 :  02:29:40  Show Profile
Thanks OWM...
quote:
Originally posted by OneWayMule

You can get it at Snitzbitz (info here, direct download here).


Cheers,

David Greening
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 27 September 2003 :  17:40:15  Show Profile  Visit Webbo's Homepage
It's a nice add on to the PM's

I do get one error though relating to the javascript in the pm_blocklist.asp file:

quote:
Line: 193
Char: 1
Error: Object expected
Code: 0
Url: http://....../pm_blocklist.asp


The relevant lines are:

quote:
%>
<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
window.name = 'pm_main';
function pmmembers() { var MainWindow = window.open ("pm_block_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>
<%


Any ideas?

Go to Top of Page

acoustika
Junior Member

Denmark
311 Posts

Posted - 20 October 2003 :  21:18:16  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
Hey there
I have succesfully installed the PM Mod and it works great, then I installed the BlockList addon, and it also seems to work fine, except, when I click the Block list
I get this annoying error when I mouseOver the blockliste tabel
It obviously have something to do with the Mouseover and out function in the Pm_Blocklist.asp file. Can someone help me

here is the portion of the code where I am pretty sure it is wrong

if blockList(0) <> "empty" then
for iCount=0 to Ubound(blockList)
dim memberName
memberName=getMemberName(blockList(iCount))
Response.Write " <tr bgcolor=""" & strForumCellColor & """ onMouseOver=mOvr(this,""" & strOnHoverCellColor & """) onMouseOut=mOut(this,""" & strOutHoverCellColor & """)>" & vbNewLine
Response.Write " <td align=""left"" valign=""middle""><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine
response.write " <a href=""pop_profile.asp?mode=display&id=" & blockList(iCount) & """" & dWStatus("View " & memberName & "'s Profile") & ">"
response.write memberName & vbNewLine
Response.Write " </a></font></td>"& vbNewLine & _
" <td align=""center"" valign=""middle"">" & vbNewLine & _
"<a href=""#"" onclick=""JavaScript:if(window.confirm('Are you sure you want to remove "& memberName & " from your PM block list?')){window.location=('pm_blocklist.asp?method=delete&removeMemID=" & blockList(iCount) & "');}"">" & vbNewLine & _
getCurrentIcon(strIconTrashcan,"Remove from block list","hspace=""0""") & vbNewLine & _
"</a></td></tr>" & vbNewLine
next
else
Response.Write " <tr bgcolor=""" & strForumCellColor & """onMouseOver=mOvr(this,""" & strOnHoverCellColor & """) onMouseOut=mOut(this,""" & strOutHoverCellColor & """)>" & vbNewLine & _
" <td colspan=""2""><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
" Your block list is empty.</font></td></tr>" & vbNewLine
end if

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***
Go to Top of Page

korayem
New Member

Egypt
72 Posts

Posted - 03 November 2003 :  13:15:33  Show Profile
just do a find-and-replace to replace this
tr bgcolor=""" & strForumCellColor & """ onMouseOver=mOvr(this,""" & strOnHoverCellColor & """) onMouseOut=mOut(this,""" & strOutHoverCellColor & """)

with this
tr


By the time you read this, you've already read it!!
http://HASdot.COM/
Go to Top of Page

acoustika
Junior Member

Denmark
311 Posts

Posted - 05 November 2003 :  13:54:00  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
Thanks, but I just deleted the part with red, isn't that enough???
I also have the extended color mod and the cell/header image mod installed, wouldn't I miss something if I deleted the hole line??

tr bgcolor=""" & strForumCellColor & """ onMouseOver=mOvr(this,""" & strOnHoverCellColor & """) onMouseOut=mOut(this,""" & strOutHoverCellColor & """)

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***
Go to Top of Page

zin
Starting Member

12 Posts

Posted - 12 November 2003 :  02:23:20  Show Profile
there's 3 occurances of that line... I totally remove the onMouseOver=mOvr(this,""" & strOnHoverCellColor & """) onMouseOut=mOut(this,""" & strOutHoverCellColor & """) bit and it did the trick... you don't want to remove the bgcolor or strForumCellColor as then it just looks bad.
Go to Top of Page

ClaraP
Starting Member

27 Posts

Posted - 16 December 2003 :  22:04:53  Show Profile  Visit ClaraP's Homepage
A forum member just emailed me to see if she could block PMs from certain people. I did a quick search here and lo, found your mod. Installed it within a half an hour, and it's running beautifully. Thanks for sharing this, Korayem!
Go to Top of Page

Pedo
Starting Member

49 Posts

Posted - 18 December 2003 :  16:18:15  Show Profile
Where is pm_blocklist_addon_1.31.zip. The link is broken.
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 18 December 2003 :  19:48:35  Show Profile  Visit masterao's Homepage
The mod can also be downloaded from SnitzBitz.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07