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)
 Topic History for Edits
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

phy1729
Average Member

USA
589 Posts

Posted - 13 April 2008 :  00:11:33  Show Profile  Reply with Quote
More a tweak than a mod. Adds the history of a topic underneath the edit box like when posting. Find in post.asp lines 1352-5

if strRqMethod = "Reply" or _
strRqMethod = "TopicQuote" or _
strRqMethod = "ReplyQuote" then
	Response.Write	"    </td>" & vbNewLine & _

change it to

if strRqMethod = "Reply" or _
strRqMethod = "TopicQuote" or _
strRqMethod = "ReplyQuote" or _
strRqMethod = "Edit" then
	Response.Write	"    </td>" & vbNewLine & _
<

Etymon
Advanced Member

United States
2385 Posts

Posted - 13 April 2008 :  01:37:52  Show Profile  Visit Etymon's Homepage  Reply with Quote
That's a good one, Phy!

How about adding another line for editing the starting topic post?

strRqMethod = "Edit" = Edit the reply
strRqMethod = "EditTopic" = Edit the starting topic post

if strRqMethod = "Reply" or _
strRqMethod = "TopicQuote" or _
strRqMethod = "ReplyQuote" or _
strRqMethod = "EditTopic" or _
strRqMethod = "Edit" then

<

Edited by - Etymon on 13 April 2008 02:03:13
Go to Top of Page

phy1729
Average Member

USA
589 Posts

Posted - 13 April 2008 :  10:59:45  Show Profile  Reply with Quote
Nice catch. Didn't test that scenario.<
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 13 April 2008 :  12:43:49  Show Profile  Visit bobby131313's Homepage  Reply with Quote
Very nice, I'm likin' it! Thanks!<

Switch the order of your title tags
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07