Originally posted by spyderukLOL
Who's the worst?
Realising I have a few compulsive quoters on my forum I started searching around here and found many topics about code changes to do various things about the quotes although many topics seemed to be abandoned. I searched for this in the past and I'm sure I stumbled on a topic that had a quick code change to check for member level and only show the icon/link to "reply with quote" to admins and moderators. I cannot seem to find that topic now.![]()
If any of you experienced coders could post that snippit of code here I sure would appreciate it.![]()
Thanks.
EDIT.. Or maybe point out the lines and I could comment them out for a board wide quoting bann for a while. that would work for meIf it would work that way.
if ((Cat_Status <> 0 and Forum_Status <> 0 and Topic_Status = 1) or (AdminAllowed = 1 and Topic_Status <= 1)) and ArchiveView = "" then
Response.Write " <a href=""post.asp?" & ArchiveLink & "method=ReplyQuote&REPLY_ID=" & Reply_ReplyID & "&TOPIC_ID=" & Topic_ID & "&FORUM_ID=" & Forum_ID & """>" & getCurrentIcon(strIconReplyTopic,"Reply with Quote","align=""absmiddle"" hspace=""0""") & "</a>" & vbNewLine
end ifif ((Cat_Status <> 0 and Forum_Status <> 0 and Topic_Status = 1) or (AdminAllowed = 1 and Topic_Status <= 1)) and ArchiveView = "" and mlev > 2 then
Response.Write " <a href=""post.asp?" & ArchiveLink & "method=ReplyQuote&REPLY_ID=" & Reply_ReplyID & "&TOPIC_ID=" & Topic_ID & "&FORUM_ID=" & Forum_ID & """>" & getCurrentIcon(strIconReplyTopic,"Reply with Quote","align=""absmiddle"" hspace=""0""") & "</a>" & vbNewLine
end ifOriginally posted by leatherlipsCheers Leatherlips, that was the topic I had seen in the past. Could not find it for looking last night. Going to fire up Cute now
I turned off the quote feature in my forums except for MODs and Admin. See here.
Originally posted by pdrgThat is when you can read the whole topic in the last post
However, if the problem is quotes containing quotes containing quotes, I agree reading it can get ugly.