Author |
Topic |
|
SiSL
Average Member
Turkey
671 Posts |
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 11 September 2005 : 06:12:37
|
not at the moment, I think it would take some fairly extensive code to do that.< |
|
|
SiSL
Average Member
Turkey
671 Posts |
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 12 September 2005 : 11:29:53
|
Wouldn't subscribing to a certain reply simply be subscribing to that particular topic anyways? I mean, if you subscribe to a reply, and someone else replies to the same topic, won't you get an email whether you're subscribed to the reply or topic? If that's the case, and you want people to be able to subscribe from any reply, just add the topic's Subscribe link to each reply.< |
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com) |
|
|
SiSL
Average Member
Turkey
671 Posts |
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 13 September 2005 : 06:51:16
|
It's going to be a lot more difficult than you initially think involving a few new fields in the database, a rewrite of the function that sends out subscriptions and appending reply IDs to the appropriate links and retrieving them in post.asp to name but a few. And what of those members who quote another reply using quick reply? You're going to find it a lot of work implementing something like this due to the linear (as opposed to threaded) nature of posts in Snitz.
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 13 September 2005 : 11:02:19
|
I agree. This sounds like something that might not be all that simple. What would you do, for instance, if someone manually typed their reply, but quoted someone else? I know, quite often, I'll go back and edit a post to add things that I remembered just after posting. You'd have to have a pretty extensive RegEx (at the very least) set up to try and parse message strings finding: 1) quote tags, and 2) which user they are quoting (if it's even specified).
Good luck to you, but I have a feeling this might be more work than it's worth.< |
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com) |
|
|
SiSL
Average Member
Turkey
671 Posts |
Posted - 14 September 2005 : 15:58:57
|
quote: Originally posted by muzishun
I agree. This sounds like something that might not be all that simple. What would you do, for instance, if someone manually typed their reply, but quoted someone else? I know, quite often, I'll go back and edit a post to add things that I remembered just after posting. You'd have to have a pretty extensive RegEx (at the very least) set up to try and parse message strings finding: 1) quote tags, and 2) which user they are quoting (if it's even specified).
Good luck to you, but I have a feeling this might be more work than it's worth.
Thank you actually there will be different REPLY button on each message would be the key to "Post Subscription". I mean if a person does not click on REPLY button on each message it would not register as "quote" even quoted from somewhere else.
I'll give it a try, hope I will share if I succeed somehow :)
And yes, it sounds a lot of work if I actually figure out "subscription" part. Probably main problem would be making a post something BOTH to actual "post reply requester" and those who subscribed to whole topic. < |
CHIP Online Forum
My Mods Select All Code | Fix a vulnerability for your private messages | Avatar Categories W/ Avatar Gallery Mod | Complaint Manager Admin Level Revisited | Merge Forums | No More Nested Quotes Mod
|
Edited by - SiSL on 14 September 2005 16:02:29 |
|
|
|
Topic |
|