|
infidelGOD
illusion

Registered: 04/18/02
Posts: 3,040
Loc: there
|
Re: Quick Reply [Re: Papaver]
#1776828 - 08/03/03 09:43 PM (21 years, 8 months ago) |
|
|
theres gonna be a riot if you get rid of quick-reply.
|
Papaver
Madmin Emeritus?

Registered: 06/01/02
Posts: 26,880
Loc: Radio Free Tibet!
|
|
Let them eat "Quote!"
--------------------
|
luvdemshrooms
Two inch dick..but it spins!?



Registered: 11/29/01
Posts: 34,248
Loc: Lost In Space
|
Re: Quick Reply [Re: Papaver]
#1777431 - 08/04/03 03:36 AM (21 years, 8 months ago) |
|
|
Quote:
I think we should abolish quick reply, as it destroys the context of the sub-threads
This is one of those moments when you display a sensibility far beyond those of mortal men!
-------------------- You cannot legislate the poor into prosperity by legislating the wealthy out of prosperity. What one person receives without working for another person must work for without receiving. The government cannot give to anybody anything that the government does not first take from somebody else. When half of the people get the idea that they do not have to work because the other half is going to take care of them and when the other half gets the idea that it does no good to work because somebody else is going to get what they work for that my dear friend is the beginning of the end of any nation. You cannot multiply wealth by dividing it. ~ Adrian Rogers
|
eric_the_red


Registered: 02/28/03
Posts: 17,079
|
Re: Quick Reply [Re: matts]
#1777614 - 08/04/03 07:44 AM (21 years, 8 months ago) |
|
|
maybe you could make it so that when quick reply is used, the post would read "re: all" or "re: quick reply." that would curb the confusion.
-------------------- Anno cock? Is that some kind of Greek liquer? -Geo's all-knowing sex slave
Scat's way better than mud cause it's warm. -Ythan 4/23/07
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 8 days
|
|
I like that... as a default if the user didn't hit the quick reply button...
-------------------- Just another spore in the wind.
|
luvdemshrooms
Two inch dick..but it spins!?



Registered: 11/29/01
Posts: 34,248
Loc: Lost In Space
|
|
I disagree, the confusion (such as it is) comes from it not always being clear who the poster is refering to. How would still not knowing who he or she is refering to help to clear it up?
If I was the grand poo-bah, I'd either go with....
1. Bag it, it sucks.
or
2. Why not remove the quick reply box (which I am typing in now) from the bottom of the page and put it in a popout window created when the user clicks 'quick reply'? <<< credit to Seuss. (which would NOT require a new browser window, just a small pop up along the lines of the spell check window)
Now, I understand someone worked hard on this feature and it would work just fine were not most too lazy or stupid to merely put the name of the person they are replying to in the post. The fact remains most do not.
-------------------- You cannot legislate the poor into prosperity by legislating the wealthy out of prosperity. What one person receives without working for another person must work for without receiving. The government cannot give to anybody anything that the government does not first take from somebody else. When half of the people get the idea that they do not have to work because the other half is going to take care of them and when the other half gets the idea that it does no good to work because somebody else is going to get what they work for that my dear friend is the beginning of the end of any nation. You cannot multiply wealth by dividing it. ~ Adrian Rogers
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 8 days
|
|
Ahhh... I feel better... here is a nice, simple solution that I coded for the powers that be to consider...
Add the following javascript:
[pre]
var quickReplyMessage=-1
function validQuickReply() { if (quickReplyMessage==-1) {
alert("You must specify the message you wish to respond to by clicking on a Quick Reply link before you can
submit this message."); return(false); } else return(true); }
function quickreply(id) { if (!document.getElementById) { alert("This function doesn't support your browser. Scroll to the bottom of the screen and fill in
the Quick Reply box, or use the normal Reply function"); } else if (navigator.userAgent.toLowerCase().indexOf("opera") != -1) { alert("This function doesn't support your browser. Scroll to the bottom of the screen and fill in
the Quick Reply box, or use the normal Reply function"); } else { obj = document.replier; obj.Parent.value = document.getElementById('number' + id).innerHTML; subject = document.getElementById('subject' + id).innerHTML; if (!pattern.test(subject)) { subject = 'Re: ' + subject; } obj.Subject.value = subject; insertAtCaret(obj.Body, ' '); obj.Body.focus(); quickReplyMessage=id; } }
[/pre]
(The last function already exists, I just added the last line to set the quickReplyMessage tot he passed message id)
And then finally, add the following to the continue/submit buttons:
[pre] type="submit" name="textcont" value="Continue" class="buttons" onClick="return validQuickReply()"/>
[/pre]
-------------------- Just another spore in the wind.
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 8 days
|
Re: Quick Reply [Re: Seuss]
#1778097 - 08/04/03 11:58 AM (21 years, 8 months ago) |
|
|
Hmmm... I guess pre tags don't work... oh well, you can get the idea from what went through...
This will cause an error message to pop up if somebody tries to submit a 'quick reply' without first clicking on a quick reply link to specify the message that the quick reply is for.
-------------------- Just another spore in the wind.
|
luvdemshrooms
Two inch dick..but it spins!?



Registered: 11/29/01
Posts: 34,248
Loc: Lost In Space
|
Re: Quick Reply [Re: Seuss]
#1778111 - 08/04/03 12:06 PM (21 years, 8 months ago) |
|
|
While that's all Greek to me, I applaud you for taking the time.
-------------------- You cannot legislate the poor into prosperity by legislating the wealthy out of prosperity. What one person receives without working for another person must work for without receiving. The government cannot give to anybody anything that the government does not first take from somebody else. When half of the people get the idea that they do not have to work because the other half is going to take care of them and when the other half gets the idea that it does no good to work because somebody else is going to get what they work for that my dear friend is the beginning of the end of any nation. You cannot multiply wealth by dividing it. ~ Adrian Rogers
|
matts
matts

Registered: 01/28/02
Posts: 3,649
|
|
|
luvdemshrooms
Two inch dick..but it spins!?



Registered: 11/29/01
Posts: 34,248
Loc: Lost In Space
|
Re: Quick Reply [Re: matts]
#1778607 - 08/04/03 03:04 PM (21 years, 8 months ago) |
|
|
Quote:
matts said: or we could remove all of the "Re:" lines alltogether, and people would have to get used to replying with the name of the person, or quoting
While that would work, it'd be a painful transition. 
While the thought of the confusion which would follow amuses the twisted side of me (don't be shocked, I know I hide it well), I think the best idea is the small pop out box put forth by Seuss.
-------------------- You cannot legislate the poor into prosperity by legislating the wealthy out of prosperity. What one person receives without working for another person must work for without receiving. The government cannot give to anybody anything that the government does not first take from somebody else. When half of the people get the idea that they do not have to work because the other half is going to take care of them and when the other half gets the idea that it does no good to work because somebody else is going to get what they work for that my dear friend is the beginning of the end of any nation. You cannot multiply wealth by dividing it. ~ Adrian Rogers
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 8 days
|
|
I can code that one up quickly too if anybody would like... send me a copy of showflat.php for reference.
-------------------- Just another spore in the wind.
|
luvdemshrooms
Two inch dick..but it spins!?



Registered: 11/29/01
Posts: 34,248
Loc: Lost In Space
|
Re: Quick Reply [Re: Seuss]
#1778636 - 08/04/03 03:12 PM (21 years, 8 months ago) |
|
|
This is the one I like best....
"Why not remove the quick reply box (which I am typing in now) from the bottom of the page and put it in a popout window created when the user clicks 'quick reply'?"
-------------------- You cannot legislate the poor into prosperity by legislating the wealthy out of prosperity. What one person receives without working for another person must work for without receiving. The government cannot give to anybody anything that the government does not first take from somebody else. When half of the people get the idea that they do not have to work because the other half is going to take care of them and when the other half gets the idea that it does no good to work because somebody else is going to get what they work for that my dear friend is the beginning of the end of any nation. You cannot multiply wealth by dividing it. ~ Adrian Rogers
|
matts
matts

Registered: 01/28/02
Posts: 3,649
|
|
|
luvdemshrooms
Two inch dick..but it spins!?



Registered: 11/29/01
Posts: 34,248
Loc: Lost In Space
|
Re: Quick Reply [Re: matts]
#1779077 - 08/04/03 05:41 PM (21 years, 8 months ago) |
|
|
Well, that's why I said it's all Greek to me.
So let's just get rid of it then.
I HAVE SPOKEN!
-------------------- You cannot legislate the poor into prosperity by legislating the wealthy out of prosperity. What one person receives without working for another person must work for without receiving. The government cannot give to anybody anything that the government does not first take from somebody else. When half of the people get the idea that they do not have to work because the other half is going to take care of them and when the other half gets the idea that it does no good to work because somebody else is going to get what they work for that my dear friend is the beginning of the end of any nation. You cannot multiply wealth by dividing it. ~ Adrian Rogers
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 8 days
|
|
> It's not very hard to see who's replying to what post...use context clues.
Ahhh... spoken by somebody that uses flat mode instead of threaded mode. 
-------------------- Just another spore in the wind.
|
TM
The Mind, The Many, The Music.



Registered: 06/11/02
Posts: 8,282
Loc: Under The Table And Dream...
|
|
Quote:
luvdemshrooms said: Well, that's why I said it's all Greek to me.
So let's just get rid of it then.
I HAVE SPOKEN!
+1 vote to bag the quick reply crap!
I'm with you Luv! It blows, but not as bad as the lack of personal e-mail notification to just your own posts!
Hehehe... just had to rub that one in again
-------------------- ================================================
"Have some congratulatory drugs." - C. Montgomery Burns
I'll probably always do drugs, so that just contributes to the addiction to The Shroomery... It's a vicious circle of bliss.
TMâ„¢
|
BrainFarmer
Farmicist

Registered: 03/06/03
Posts: 547
Loc: lounging betwixt lobes...
|
Re: Quick Reply [Re: Papaver]
#1785935 - 08/06/03 05:32 PM (21 years, 8 months ago) |
|
|
Quote:
think we should abolish quick reply, as it destroys the context of the sub-threads, and is generally the bane of my existence!
that's your own damn fault for veiwing in thread mode 
peace, BF
-------------------- Gate Gate Paragate Parasamgate Bodhisvah
|
matts
matts

Registered: 01/28/02
Posts: 3,649
|
|
|
Papaver
Madmin Emeritus?

Registered: 06/01/02
Posts: 26,880
Loc: Radio Free Tibet!
|
Re: Quick Reply [Re: matts]
#1787337 - 08/07/03 02:21 AM (21 years, 8 months ago) |
|
|
I view in flat mode. What I'm talking about, is that it looks like I'm replying to matts, when in fact I'm responding to Brainfarmer. This is why I never use Quick Reply (aside from this one time)...
--------------------
|
|