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)
 MOD: Private Messages (another re-release w/fixes)
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 18

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 April 2001 :  21:26:01  Show Profile
The icon in Topic.asp was an add-on and wasn't part of the .zip file you downloaded.

If you want, you can e-mail me your topic.asp and I'll add the code to it for you.
Go to Top of Page

AliasMoze
New Member

USA
55 Posts

Posted - 09 April 2001 :  01:42:13  Show Profile  Visit AliasMoze's Homepage
Thanks again, Richard. I actually found the code. Very cool mod.

AliasMoze
"That activates my hilarity unit."
Go to Top of Page

SaNaNe
Starting Member

Cyprus
8 Posts

Posted - 10 April 2001 :  03:03:32  Show Profile  Visit SaNaNe's Homepage  Send SaNaNe an ICQ Message
hi

i download private message mod and setup it. and i want to put ignore private message but my copyy not support

if ignore option is avaible plase tell me where can i find

thanks for help

Ne Mutlu Türküm Diyene
M. Kemal Atatürk
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 April 2001 :  03:26:02  Show Profile
The ignore feature was never implemented. Scott got busy with other things.
Go to Top of Page

Capt_Dunzell
Junior Member

USA
160 Posts

Posted - 11 April 2001 :  16:25:24  Show Profile  Visit Capt_Dunzell's Homepage
Is there way to add the ability to pm a member from within topic.asp? ie: when someone is viewing a post have the pm icon in the topic/reply with the line of other icons that will pm right from there?

I did a search but couldnt turn anything up.

Thanks.

http://www.dunzellsden.com/forum/
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 11 April 2001 :  16:32:39  Show Profile
Just add this to both places in topic.asp where the code for the other icons are:


 <a href="privatesend.asp?method=Topic&mname=<% =rs("M_NAME") %>"><img src="pm.gif" width="11" height="17" alt="Send <% = ChkString(rs("M_NAME"),"display") %> a Private Message" border="0" align="absmiddle" hspace="6"></a>
Go to Top of Page

Capt_Dunzell
Junior Member

USA
160 Posts

Posted - 11 April 2001 :  16:47:46  Show Profile  Visit Capt_Dunzell's Homepage
Excellent!

Thank you Richard!



http://www.dunzellsden.com/forum/
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 12 April 2001 :  02:27:44  Show Profile
you're welcome
Go to Top of Page

mmonkeyman
Starting Member

11 Posts

Posted - 13 April 2001 :  03:29:20  Show Profile
Hiya,

I'm extremely keen to do the same thing as capt. duzz. but when I try to do it, it seems to not include the wee icon for the inital poster of every topic.

It shows it for everythone who replys, but not the person who starts the thread, which I think is a bit odd

Any ideas why?

Mmonkeyman

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 13 April 2001 :  05:46:28  Show Profile
In topic.asp there are 2 places where you will need to insert that code. look farther down in the file and you'll find a section that looks just like the section where you already inserted the code.
Go to Top of Page

mmonkeyman
Starting Member

11 Posts

Posted - 13 April 2001 :  17:02:04  Show Profile
Sigh...

Sorry Richard. I actually realised that about half an hour after I posted that, but I was away until now, so I couldn't come back and say.



I'm a big fool so I am

Mmonkeyman

Go to Top of Page

hevnsnt
Starting Member

USA
10 Posts

Posted - 15 April 2001 :  03:44:21  Show Profile  Visit hevnsnt's Homepage
Hello, can anyone help? I would love to add this to my forums, but when I run the update script, I get the following:

Private Messages Mod (Default)

Creating table(s)...
CREATE TABLE FORUM_PM( , M_SUBJECT varchar (50) NULL , M_FROM int NULL , M_TO int NULL , M_SENT varchar (50) NULL , M_MESSAGE text NULL , M_PMCOUNT varchar (50) NULL , M_READ int NULL DEFAULT 0, M_MAIL varchar (50) NULL , M_OUTBOX byte NULL DEFAULT 1)
-2147217900 | Syntax error in field definition.

--------------------------------------------------------------------------------

Adding Column...
ALTER TABLE FORUM_MEMBERS ADD M_PMEMAIL int NULL DEFAULT 0
Column added succesfully
Updating Current Records UPDATE FORUM_MEMBERS SET M_PMEMAIL=0
Adding Column...
ALTER TABLE FORUM_MEMBERS ADD M_PMRECEIVE int NULL DEFAULT 1
Column added succesfully
Updating Current Records UPDATE FORUM_MEMBERS SET M_PMRECEIVE=1
Table(s) updated

--------------------------------------------------------------------------------



Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 15 April 2001 :  04:51:07  Show Profile
It looks like you don't have strDBType set in your config.asp file.

If it is then make sure that it's all lowercase letters like this:

strDBType = "access"

not like this:

strDBType = "Access"
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 15 April 2001 :  20:03:19  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
quote:

Just add this to both places in topic.asp where the code for the other icons are:


 <a href="privatesend.asp?method=Topic&mname=<% =rs("M_NAME") %>"><img src="pm.gif" width="11" height="17" alt="Send <% = ChkString(rs("M_NAME"),"display") %> a Private Message" border="0" align="absmiddle" hspace="6"></a>




Cool, I didn't think of this. I'm also gonna add this in active users so people can just private other members currently online from there .

- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

dssww
Junior Member

USA
182 Posts

Posted - 16 April 2001 :  07:55:03  Show Profile  Visit dssww's Homepage
I get the following error when new member registers and new member PM is turned on.
ADODB.Field error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forum1/inc_functions.asp, line 679

The member still get registered.


Go to Top of Page
Page: of 18 Previous Topic Topic Next Topic  
Previous Page | Next 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 1.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07