Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Quick Reply in 3.4
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

crash
Advanced Member

Netherlands
2064 Posts

Posted - 03 August 2002 :  18:48:34  Show Profile  Visit crash's Homepage
I saw this on Huwr's site and I was wondering whether someone would be willing to share the code with me.

Huwr told me to go ask here, so here I am... I have tried to create a similar piece of code - and it indeed looks the same - but somehow it does not post the new reply...

Here's a screenshot of what I'd like to code:



the code is placed in topic.asp so if i could get that bit of code i'd be grateful the rest of my life!



Crash's Site | Crash is from

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 03 August 2002 :  18:50:34  Show Profile
see here:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=24974
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 03 August 2002 :  18:52:19  Show Profile  Visit dayve's Homepage
3.4? that has not come out yet so I don't know if anyone will have that code. I have it in 3.3 and here's what mine looks like:



are you interested in this code or are you waiting for an inside tip on 3.4?

http://www.nineinchnailz.com

Snitz Exchange | Snitz Icons | Do's and Dont's
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 03 August 2002 :  19:03:12  Show Profile  Visit crash's Homepage
quote:

are you interested in this code or are you waiting for an inside tip on 3.4?

i am interested in the code



Crash's Site | Crash is from
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 03 August 2002 :  19:20:14  Show Profile  Visit dayve's Homepage
I see Richard just linked the thread where I got mine so that should help.

http://www.nineinchnailz.com

Snitz Exchange | Snitz Icons | Do's and Dont's
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 03 August 2002 :  19:33:34  Show Profile  Visit crash's Homepage
thanks for answering guys! appreciate it!



Crash's Site | Crash is from
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 03 August 2002 :  20:12:04  Show Profile  Visit crash's Homepage
hmmm... i have added the code from the link posted by Richard and also added the include of signature...

it results in this error:
Microsoft JET Database Engine error '80040e07' 
Data type mismatch in criteria expression.
/crashsite/post_info.asp, line 908


i have the Message Icons MOD in the code, and that is where the error is in. the strSQL does not get a value for it...

here's the strSQL as it tries to add stuff to the DB:
INSERT INTO FORUM_REPLY (TOPIC_ID, FORUM_ID, CAT_ID, R_AUTHOR, R_DATE , R_IP, R_STATUS, R_MESSAGE, R_MSGICON) VALUES (1292, 34, 1, 1, '20020804035955', 'IP taken out', 1, 'test post', '') 




Crash's Site | Crash is from
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 03 August 2002 :  20:16:59  Show Profile  Visit crash's Homepage
just found the solution:

quote:

in your topic.asp file (at the sub quickreply), just after

		"<form name=""PostTopic"" method=""post"" action=""post_info.asp"">" & vbNewLine & _


add

        "<input name=""strMessageIcon"" type=""hidden"" value=""1"">" & vbNewLine & _


so it will look like this,

		"<form name=""PostTopic"" method=""post"" action=""post_info.asp"">" & vbNewLine & _
"<input name=""strMessageIcon"" type=""hidden"" value=""1"">" & vbNewLine & _








Crash's Site | Crash is from
Go to Top of Page

Darkness
Junior Member

Italy
145 Posts

Posted - 13 August 2002 :  18:00:24  Show Profile  Visit Darkness's Homepage
What is the exact code?
Can anyone post it here for me?

Tnx
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 13 August 2002 :  19:19:42  Show Profile  Visit crash's Homepage
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=24974
basically, the exact code is up above... just combine the lot! my code might be somewhat specific to my version of the code...

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