Author |
Topic |
|
lyllo
Junior Member
Italy
154 Posts |
Posted - 21 June 2002 : 11:53:33
|
i there, since i've not recieved the answer i needed i retry:
i'd like to show a SUBJECT box also in the reply topic. The line in that box should appear in the whole body of the reply, in BOLD and then two lines above, the rest of the message: this could be useful to redirect a reply directly to one memeber, and give a bit more order to the appearence..
i'm answering to lyllo
rest of the message.
I give thanx to cripto9, but since i cannot use ASP very well, i cant use topic qich are not specificcally dedicated to my problems..
~~~~~~~~~~~~ .:: LSD ::. |
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 21 June 2002 : 19:36:40
|
why not use the Reply with Quote feature? that shows the text from the message you're replying to...
example:
quote: i there, since i've not recieved the answer i needed i retry:
i am replying to your post because i quote your text...
Crash's Site | Crash is from
|
|
|
lyllo
Junior Member
Italy
154 Posts |
Posted - 24 June 2002 : 12:04:56
|
because it is not so clear as if there is a bold line which re-calls the attention...
is it so difficult to apport this modify, that none wants to explain me how to do it?
~~~~~~~~~~~~ .:: LSD ::. |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 24 June 2002 : 12:52:57
|
On my forum I have it working as:
Reply to Username quote bkah /quote
etc, is that what you mean or do you just want a button that puts replying to Username in the message?
.::Hamlin::. The Arsenal! In the time of chimpanzees I was a monkey I was also an insomniac |
|
|
lyllo
Junior Member
Italy
154 Posts |
Posted - 24 June 2002 : 13:08:16
|
i just want a new text box in the reply page which lets user put everything he wants in it, and wich appears two lines above the rest of the message, if the box is fullfilled: SUBJECT OF REPLY: |i'm answering to lyllo| REPLY: xxx xxx xxx |SEND| ---------------------------------------------------- MESSAGE:
i'm answering to lyllo xxx xxx xxx
~~~~~~~~~~~~ .:: LSD ::. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 24 June 2002 : 13:43:13
|
there is already a mod available which makes the quote display like this
quote:
Originally posted by lyllo: i'd like to show a SUBJECT box also in the reply topic. The line in that box should appear in the whole body of the reply, in BOLD and then two lines above, the rest of the message: this could be useful to redirect a reply directly to one memeber, and give a bit more order to the appearence..
is that what you require?
|
|
|
lyllo
Junior Member
Italy
154 Posts |
Posted - 24 June 2002 : 13:57:26
|
no:
i ONLY want a new text box in the reply page in wich users can wrtite whatever they like, and then, once they send the message, what they have written in that box appears in bold two lines above the rest of the message...
(why none can't understand me??? )
hope i've been clearer this time.
~~~~~~~~~~~~ .:: LSD ::. |
|
|
Darthsteven
Starting Member
United Kingdom
38 Posts |
Posted - 24 June 2002 : 14:09:06
|
so you want the contents to this new box to be enclosed in [ bold ] [/ bold ] forum code tags, two vbcrlf added to it (to add you two new lines) and then added to the top of the reply they post?
that is:
quote: text from this new 'mega' box
normal reply text
Regards Darthsteven
Edited by - Darthsteven on 24 June 2002 14:12:26 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 24 June 2002 : 14:17:16
|
I think he wants a new text box in the reply form, where he could write whatever he pleases and that would show with some kind of special formating in the reply....
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 24 June 2002 : 14:17:49
|
but why can't they just write waht they want in the reply box, that is what it is for, why would they want two reply boxes, most people get confused enough as it is.
|
|
|
Darthsteven
Starting Member
United Kingdom
38 Posts |
Posted - 24 June 2002 : 14:23:13
|
oh, i get it, he wants his replies to have subject too, like actual threads, and he wants them to be auto formatted to look so.
Regards Darthsteven |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 24 June 2002 : 14:34:34
|
quote:
but why can't they just write waht they want in the reply box, that is what it is for, why would they want two reply boxes, most people get confused enough as it is.
Don't ask me, I can't answer you ...
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
|
|
blackinwhite
Average Member
Turkey
657 Posts |
Posted - 24 June 2002 : 17:34:56
|
he wants something similar to vbulletin, an optional title field for the replies (if they don't enter any value for it, it prints re: title of the topic.
I aggre with others about the fact that it's not necessary. However, if you want to do it, it mustn't be that hard. Even without any change in the DB you may add a new field to the post.asp.
and you can manipulate the form field, later in post_info.asp like this,
strMessage = strMessage & "[b ]" & request.form("reply_title") & "[/b] " &_ " " & request.form("message") & "
"
strSql = "INSERT INTO " & strTablePrefix & "...
babygate's threaded view is like what you want; see here, http://forum.web-me.net/babygate/thread.asp?ARCHIVE=&TOPIC_ID=188
Edited by - blackinwhite on 24 June 2002 17:45:23 |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 24 June 2002 : 22:04:25
|
yeah, I did this to my forum because someone visited a phpBB board that allows a sub-description to the subject line.
here is a screen shot
I really hacked at my forum to piece this together but if interested I will make every effort to package it up as a mod for those interested. I have 3 other projects I am working on right now but I can add this to the list.
http://www.nineinchnailz.com |
|
|
lyllo
Junior Member
Italy
154 Posts |
Posted - 27 June 2002 : 13:43:37
|
i haven't understand what of the two last option i should use...
~~~~~~~~~~~~ .:: LSD ::. |
|
|
|
Topic |
|