Author |
Topic |
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 26 September 2003 : 06:17:06
|
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 |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 27 September 2003 : 02:29:40
|
Thanks OWM...quote: Originally posted by OneWayMule
You can get it at Snitzbitz (info here, direct download here).
|
Cheers, David Greening |
|
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 27 September 2003 : 17:40:15
|
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?
|
|
|
acoustika
Junior Member
Denmark
311 Posts |
Posted - 20 October 2003 : 21:18:16
|
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 *** |
|
|
korayem
New Member
Egypt
72 Posts |
Posted - 03 November 2003 : 13:15:33
|
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/
|
|
|
acoustika
Junior Member
Denmark
311 Posts |
Posted - 05 November 2003 : 13:54:00
|
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 *** |
|
|
zin
Starting Member
12 Posts |
Posted - 12 November 2003 : 02:23:20
|
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.
|
|
|
ClaraP
Starting Member
27 Posts |
Posted - 16 December 2003 : 22:04:53
|
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! |
|
|
Pedo
Starting Member
49 Posts |
Posted - 18 December 2003 : 16:18:15
|
Where is pm_blocklist_addon_1.31.zip. The link is broken. |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
Topic |
|