T O P I C R E V I E W |
richfed |
Posted - 06 August 2008 : 18:12:39 I would like to add a [optional] subject [or title] line to replies. If your reply to a particular topic is addressing a certain aspect of that original post, you would be able to "title" your reply, for example.
It could be a new field, or could use the field currently available that includes the topic icon, followed by the post date and other icons.
Anybody up to coding this?< |
9 L A T E S T R E P L I E S (Newest First) |
Etymon |
Posted - 27 September 2008 : 15:23:00 I don't have the time to code this for you right now Rich, but if you can do a duplicate study against the T_SUBJECT code. Add a new field called R_SUBJECT to the FORUM_REPLY and the FORUM_A_REPLY tables. Then based off of the way the T_SUBJECT field is handled in the code, do something that is basically the same as that. You might want to make the reply subject optional though. If you do that, then you will have to code that into your MOD. If that is what you want to do, then take a look at one of the avatar mods to see how it handles a member who does not want to have an avatar. I think it uses the text "no_avatar.gif" and then bases what image is shown in response to that. You could do the same by having a word or text phrase like "no reply subject" or "noreplysubject" and then base what shows up or doesn't show up for a reply subject that way.< |
richfed |
Posted - 27 September 2008 : 10:48:16 *BUMP*
Anyone?< |
richfed |
Posted - 08 August 2008 : 07:29:31 quote: Originally posted by Carefree
That isn't what he's looking for Tex. He wants a new input field where the member can personally title a reply - not a titled table.
That is correct, Carefree. Might it not be easier to use the EXISTING field that includes the time stamp?< |
Etymon |
Posted - 07 August 2008 : 17:36:58 Don't forget to do the same for the FORUM_A_REPLY table as well as admin_forums.asp. < |
MaD2ko0l |
Posted - 07 August 2008 : 10:57:37 i woudl imagine it woudlnt be all that ahrd to do, you woudl just need to duplicate anything to do with the subject field and rename it to somthign liek topicTitle ro somthign liek that< |
Carefree |
Posted - 07 August 2008 : 10:41:44 That isn't what he's looking for Tex. He wants a new input field where the member can personally title a reply - not a titled table.< |
texanman |
Posted - 07 August 2008 : 08:19:05 I think this has come up before. Check this thread and see if you could find what you are looking for. http://forum.snitz.com/forum/topic.asp?TOPIC_ID=67084< |
richfed |
Posted - 07 August 2008 : 08:02:27 Sounds good ... thanks!< |
Carefree |
Posted - 07 August 2008 : 05:59:03 I just started a new project, but if nobody does it before I'm through, I'll give it a shot.< |