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/O Code)
 Quick reply mod
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

Longnt06k
Starting Member

Vietnam
29 Posts

Posted - 12 June 2002 :  23:40:49  Show Profile  Visit Longnt06k's Homepage  Send Longnt06k a Yahoo! Message
Please help me buil Quick reply mod for Snit 3.303 . I'm used Huwr version . I Was try , built quick reply by mod for 3.14 , but it not run .
Help me !!!

cripto9t
Average Member

USA
881 Posts

Posted - 13 June 2002 :  06:58:28  Show Profile
It's been built.
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=24974
Follow this thread closely and you'll have a quick reply and more.

p.s. Don't know if this will work on Huwrs'
--------Brian.

Edited by - cripto9t on 13 June 2002 07:02:06
Go to Top of Page

Longnt06k
Starting Member

Vietnam
29 Posts

Posted - 13 June 2002 :  09:17:41  Show Profile  Visit Longnt06k's Homepage  Send Longnt06k a Yahoo! Message
I was tried , but that built for Snitz 3.14 . Huwrs version not run .
Plese help me .
We are can write a new code for Snitz 3.3 ????

Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 13 June 2002 :  09:51:46  Show Profile
quote:

I was tried , but that built for Snitz 3.14 . Huwrs version not run .





Nope it is for 3.3. I've seen it in use on Huwrs' versions but I don't know if they had to do anything to it.

--------Brian.
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 13 June 2002 :  18:01:40  Show Profile
I have been using it in HuwR's version.

it doesn't require any extra changes.

what kind of error did you get with HuwR's code?

Go to Top of Page

HarshReality
Junior Member

USA
128 Posts

Posted - 13 June 2002 :  19:50:17  Show Profile  Visit HarshReality's Homepage  Send HarshReality an AOL message  Send HarshReality an ICQ Message  Send HarshReality a Yahoo! Message
I'd be perfectly estatic if I could see an actual mod rather than @ 10 posts of ideas.


Anti Social Personality
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 14 June 2002 :  00:08:28  Show Profile  Visit dayve's Homepage
quote:

I'd be perfectly estatic if I could see an actual mod rather than @ 10 posts of ideas.


Anti Social Personality



I second that.


http://www.nineinchnailz.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 14 June 2002 :  00:32:26  Show Profile
As I have said before. The host where I have the file for download is down at the moment.
Go to Top of Page

Longnt06k
Starting Member

Vietnam
29 Posts

Posted - 14 June 2002 :  03:35:01  Show Profile  Visit Longnt06k's Homepage  Send Longnt06k a Yahoo! Message
Hey RichardKinser . U have send me some code of quick reply mod ? Version 3.303 .
Why ??? Snitz not buil with Quick reply mod + Rich Text??? That is a features very good !!!.

Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 14 June 2002 :  04:24:59  Show Profile
ok here it is:

at the very end of your topic.asp file, just before the closing %> tag, add this

Sub QuickReply()
Response.Write "<DIV style=""FONT-SIZE: 4px""> </DIV><table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""0"" align=""center"" class=aborder><tr><td >" & vbNewLine & _
"<table width=""100%"" border=""0"" cellspacing=""1"" cellpadding=""1"">" & vbNewLine & _
"<form name=""PostTopic"" method=""post"" action=""post_info.asp"">" & vbNewLine & _
"<input name=""strMessageIcon"" type=""hidden"" value=""1"">" & vbNewLine & _
"<input name=""ARCHIVE"" type=""hidden"" value=""" & ArchiveView & """>" & vbNewLine & _
"<input name=""Method_Type"" type=""hidden"" value=""Reply"">" & vbNewLine & _
"<input name=""TOPIC_ID"" type=""hidden"" value=""" & Topic_ID & """>" & vbNewLine & _
"<input name=""FORUM_ID"" type=""hidden"" value=""" & Forum_ID & """> " & vbNewLine & _
"<input name=""CAT_ID"" type=""hidden"" value=""" & Cat_ID & """>" & vbNewLine & _
"<input name=""FORUM_Title"" type=""hidden"" value=""" & ChkString(Forum_Subject, "hidden") & """>" & vbNewLine & _
"<input name=""Topic_Title"" type=""hidden"" value=""" & ChkString(Topic_Subject, "hidden") & """>" & vbNewLine & _
"<input name=""Refer"" type=""hidden"" value=""" & request.servervariables("SCRIPT_NAME") & "?" & Request.QueryString & """>" & vbNewLine & _
"<input name=""UserName"" type=""hidden"" value=""" & strDBNTUserName & """>" & vbNewLine & _
"<input name=""Password"" type=""hidden"" value=""" & Request.Cookies(strUniqueID & "User")("Pword") & """>" & vbNewLine & _
"<tr>" & vbNewLine & _
"<td class=ust noWrap vAlign=""top"" colspan=""2"" align=center><span class=f13v><b>Yorum Ekle</b></span></td>" & vbNewLine & _
"</tr>" & vbNewLine & _
"<tr>" & vbNewLine & _
"<td width=""" & strTopicWidthLeft & """ class=hucre1 noWrap vAlign=""top"" align=""right""><span class=f11v><b>Mesajınız: </b></span></td>" & vbNewLine & _
"<td width=""" & strTopicWidthRight & """ class=hucre1><textarea name=""Message"" wrap=""VIRTUAL"" rows=""10"" cols=""70""></textarea><br></td>" & vbNewLine & _
"</tr>" & vbNewLine & _
"<tr>" & vbNewLine & _
"<td class=""hucre1"" noWrap align=""center"" colspan=""2""><span class=f11v><input name=""Submit"" type=""submit"" class=""butt1"" value=""Cevap gönder""></span></td>" & vbNewLine & _
"</tr>" & vbNewLine & _
"</form>" & vbNewLine & _
"</table>" & vbNewLine & _
"</td>" & vbNewLine & _
"</tr>" & vbNewLine & _
"</table>" & vbNewLine
end sub



and add this whre you want your quick reply box appear,

<%
if strDBNTUserName <> "" and ((Cat_Status = 1) and (Forum_Status = 1) and (Topic_Status = 1)) and ArchiveView = "" then
call QuickReply()
else
Response.Write "<div class=""f12v"" align=""center""><strong>Yorum gönderebilmek için <a class=dikkat href=""policy.asp"">üye</a> olmalısınız.</strong></div>"
end if
%>


sorry, they all are non-Turkish, hope this helps.



Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 14 June 2002 :  04:34:34  Show Profile
BTW, for those who doesn't have Mesage Icons mod installed,

[code] "<input name=""strMessageIcon"" type=""hidden"" value=""1"">" & vbNewLine & _[/code} oart is unnecesary.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 14 June 2002 :  05:41:26  Show Profile
I uploaded the instructions to a different site:

http://richsnitz.digitalrice.com/quickreply.txt

(right click on the link and choose "Save Target As...")
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 15 June 2002 :  01:18:43  Show Profile  Visit dayve's Homepage
quote:

I uploaded the instructions to a different site:

http://richsnitz.digitalrice.com/quickreply.txt

(right click on the link and choose "Save Target As...")



thanks Richard.


http://www.nineinchnailz.com
Go to Top of Page

peternem
Starting Member

3 Posts

Posted - 10 July 2002 :  06:22:47  Show Profile  Visit peternem's Homepage
hi,

I have been using the Quick reply hack on a vBulletin forum for sometime now, makes things much quicker.

I didn't realise there was a mod for snitz, but after seeing this will implement it on my own Snitz forum.

Unfortunately the file http://richsnitz.digitalrice.com/quickreply.txt seems to be down! Does anyone else have a cop[y they could e-mail me?

I need fairly good instructions as am fairly new to ASP and got a bit lost trying to keep track in the other thread where people kept adding bits to the code!

thanks!

Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 10 July 2002 :  07:26:00  Show Profile
quote:

hi,

I have been using the Quick reply hack on a vBulletin forum for sometime now, makes things much quicker.

I didn't realise there was a mod for snitz, but after seeing this will implement it on my own Snitz forum.

Unfortunately the file http://richsnitz.digitalrice.com/quickreply.txt seems to be down! Does anyone else have a cop[y they could e-mail me?

I need fairly good instructions as am fairly new to ASP and got a bit lost trying to keep track in the other thread where people kept adding bits to the code!

thanks!





it works now

Go to Top of Page

peternem
Starting Member

3 Posts

Posted - 10 July 2002 :  11:20:02  Show Profile  Visit peternem's Homepage
Many Thanks!

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