Previous Thread
Next Thread
Print Thread
Hop To
#137569 05/22/1999 3:26 AM
Anonymous
Unregistered
Anonymous
Unregistered
You should make it so when you reply to a message, it has the message you're replying to after >'s

#137570 05/22/1999 3:50 AM
Anonymous
Unregistered
Anonymous
Unregistered
<blockquote><font size=1>In reply to:</font><hr>

You should make it so when you reply to a message, it has the message you're replying to after >'s


[/quote]

I don't really think this is needed.

If you want to know what the person is replying to, you can quickly click on the post in the tree.

If the person wants to include the orig. text they can quote it as I have done here. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

#137571 05/22/1999 11:13 AM
Anonymous
Unregistered
Anonymous
Unregistered
If Scream wants a routine that does this.. I can dig it up. It also uses Text::Wrapper w/an adjustable length.

The only downside is I didn't doing anything special to accommodate > 72 chars, so if for example you entered:

<a href="http://www.wwwthreads.org/perl/newreply.pl?Board=wishlist&Number=363&page=0&view=expanded&what=showpost&mode=threaded&sb=5">

you'll get:

><a
>href="http://www.wwwthreads.org/perl/newreply.pl?Board=wishlist&Number=363&page=0&view=expanded&what=showpost&mode=threaded&sb=5">


.. so the link is broken.

(hmm.. pr'y could've fixed that in the time it took to post this message <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

#137572 05/26/1999 8:55 AM
Anonymous
Unregistered
Anonymous
Unregistered
It's needed and it's pretty simple to implement.
Quick and not perfect (I'm weak perl programmer) is to change in newreply.pl (because HTML is enabled in this board I used [ instead of < and ] insted of >):

[textarea cols=$TextCols rows=$TextRows wrap=soft name="Body"][/textarea]

to:
[textarea cols=$TextCols rows=$TextRows wrap=soft name="Body"]> $Body\n\n[/textarea]

To replace [br] with newlines before `print qq~' add line:
$Body =~s /\[br\]/\n> /g;

Deleting lines beginning with `>' should also be considered to prevent too much quoting.

Greetings,
Piotr

#137573 05/27/1999 2:45 PM
Anonymous
Unregistered
Anonymous
Unregistered
All the user has to do is change to the "FLAT MODE" and the post is there???

Real NEET

DCA
218 days til <font color=red>retirement</font color=red> <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />
but whose <font color=orange>counting</font color=orange> <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

#137574 05/27/1999 5:01 PM
Anonymous
Unregistered
Anonymous
Unregistered
> All the user has to do is change to the "FLAT MODE" and the post is there???

..and all posts are there :-) which is not what every user wants, especially when a thread has 30-40 messages which is typical in my boards.
And what about mail subscriptions - there is no "flat mode" there :-)
I think an email style quoting would be a natural thing in subscriptions.

Greetings,
Piotr

#137575 05/29/1999 10:35 AM
Anonymous
Unregistered
Anonymous
Unregistered
try

#137576 05/29/1999 1:46 PM
Anonymous
Unregistered
Anonymous
Unregistered
We just need better navigation around the response threads. Has anyone used trn to read newsgroups? It has [ to move to the parent, ( and ) to see same-level sibling responses and ] for replies. Wwwthreads should have similar buttons so you don't have to worry about following the structure yourself when moving around. Likewise, flat mode should start at the first unread message and provide buttons to back up if you need context. I don't see any reason to encourage people to quote text that is easily available. If it is necessary it is easy enough to cut and paste from below the entry window anyway.

#137577 05/29/1999 2:23 PM
Anonymous
Unregistered
Anonymous
Unregistered
> I don't see any reason to encourage people to quote text that is easily available.

And I don't see any reason not to make a profile entry Autoquote (it's about 2-4 lines of code), which you can find in WebBBS - a few hundred of my users used to use WebBBS, so you see my problem :-)
I've already patched my wwwthreads, but I'd have to do this with every upgrade.
To Scream - if you would be so nice to include this in future versions :-)

Greetings,
Piotr


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
spam issues
by ECNet - 03/19/2024 11:45 PM
Who's Online Now
1 members (Gizmo), 857 guests, and 156 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)