Author |
Topic |
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 06 April 2001 : 21:26:01
|
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. |
|
|
AliasMoze
New Member
USA
55 Posts |
Posted - 09 April 2001 : 01:42:13
|
Thanks again, Richard. I actually found the code. Very cool mod.
AliasMoze "That activates my hilarity unit." |
|
|
SaNaNe
Starting Member
Cyprus
8 Posts |
Posted - 10 April 2001 : 03:03:32
|
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 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 10 April 2001 : 03:26:02
|
The ignore feature was never implemented. Scott got busy with other things. |
|
|
Capt_Dunzell
Junior Member
USA
160 Posts |
Posted - 11 April 2001 : 16:25:24
|
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/ |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 11 April 2001 : 16:32:39
|
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>
|
|
|
Capt_Dunzell
Junior Member
USA
160 Posts |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 12 April 2001 : 02:27:44
|
you're welcome |
|
|
mmonkeyman
Starting Member
11 Posts |
Posted - 13 April 2001 : 03:29:20
|
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
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 13 April 2001 : 05:46:28
|
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. |
|
|
mmonkeyman
Starting Member
11 Posts |
Posted - 13 April 2001 : 17:02:04
|
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
|
|
|
hevnsnt
Starting Member
USA
10 Posts |
Posted - 15 April 2001 : 03:44:21
|
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
--------------------------------------------------------------------------------
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 15 April 2001 : 04:51:07
|
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" |
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 15 April 2001 : 20:03:19
|
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 |
|
|
dssww
Junior Member
USA
182 Posts |
Posted - 16 April 2001 : 07:55:03
|
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.
|
|
|
Topic |
|