Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 A Reply "Button"

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
MaGraham Posted - 29 January 2015 : 11:39:53
I would like a "Reply" button possibly beside the "Reply with Quote" button so members wouldn't have to scroll to the bottom of the page (or scroll back to the top of the page) to click on the "Reply to Topic" link. Has someone possibly already done this?

New members almost always have difficulty knowing how to reply to a topic because, when reading the replies, they look at the row of buttons within the replies and don't see a "button" to click on.

7   L A T E S T    R E P L I E S    (Newest First)
MaGraham Posted - 30 January 2015 : 09:59:11

Thanks, Weboo, but I didn't use Carefree's icon. He's always so kind to include new icons but he knows I create my own. I don't use the standard Snitz icons either.


Here's a graphic, below, showing some of the icon/buttons I use:
Share Link to Post, View Member's Profile, Email Member, View Member's HomePage, Edit Reply, Google Talk, Skype, Submit to Hall of Fame, Add Member to Friends List, Bookmark This Reply/Add to Favorites, Send Member a Private Message, Reply, Reply with Quote, Delete Reply.



Obviously, I wanted there to be no doubt as to how to reply to a post.

As you can see here (scroll down in that post), my forum is very different from the standard Snitz forum.

Webbo Posted - 30 January 2015 : 02:05:33
A slightly better quote image is this one:

Feel free to use it
Webbo Posted - 30 January 2015 : 02:03:34
It makes sense realy and should resolve an issue we constantly have where members have a habit of hitting the 'Reply with Quote' button to reply to a post quoting the above posts all the time which is annoying and not needed.
I can see the confusion though from a members' perspective as the 'Reply to Topic' button is the same as the 'Reply with Quote' button on a standard Snitz install
MaGraham Posted - 29 January 2015 : 23:52:37

quote:
Originally posted by Webbo

Good call MaGraham








Thanks, Webbo.

MaGraham Posted - 29 January 2015 : 23:49:34

Oh wow! Thank you so much, Carefree! It works PERFECT!

I had to change the "strIconReplyTopic" to "strIconReply" for it to work for me.

I really appreciate you, Carefree!

Webbo Posted - 29 January 2015 : 17:13:58
Good call MaGraham

Carefree Posted - 29 January 2015 : 14:59:17
"topic.asp"


Look for the following line (appx 826):

		Response.Write	"                       <a href=""post.asp?method=TopicQuote&TOPIC_ID=" & Topic_ID & "&FORUM_ID=" & Forum_ID & """>" & getCurrentIcon(strIconReplyTopic,"Reply with Quote","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine

Change it to say:

		Response.Write	"                       <a href=""post.asp?method=Reply&TOPIC_ID=" & Topic_ID & "&FORUM_ID=" & Forum_ID & """>" & getCurrentIcon(strIconReplyTopic,"Reply","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
		Response.Write	"                       <a href=""post.asp?method=TopicQuote&TOPIC_ID=" & TOPIC_ID & "&FORUM_ID=" & Forum_ID & """>" & getCurrentIcon(strIconReplyQuote,"Reply with Quote","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine

Look for the following line (appx 623):

				Response.Write	"                       <a href=""post.asp?method=ReplyQuote&REPLY_ID=" & Reply_ReplyID & "&TOPIC_ID=" & Topic_ID & "&FORUM_ID=" & Forum_ID & """>" & getCurrentIcon(strIconReplyTopic,"Reply with Quote","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine

Change it to say:

				Response.Write	"                       <a href=""post.asp?method=Reply&REPLY_ID=" & Reply_ReplyID & "&TOPIC_ID=" & Topic_ID & "&FORUM_ID=" & Forum_ID & """>" & getCurrentIcon(strIconReplyTopic,"Reply","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
				Response.Write	"                       <a href=""post.asp?method=ReplyQuote&REPLY_ID=" & Reply_ReplyID & "&TOPIC_ID=" & Topic_ID & "&FORUM_ID=" & Forum_ID & """>" & getCurrentIcon(strIconReplyQuote,"Reply with Quote","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine



"inc_iconfiles.asp"


Look for the following line (appx 109):

Const strIconReplyTopic = "icon_reply_topic.gif|15|15"

Above it, insert this:

Const strIconReplyQuote = "icon_quote.png|15|15"


Finally, add the following icon to your images folder, saved as "icon_quote.png"




Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.08 seconds. Powered By: Snitz Forums 2000 Version 3.4.07