Re: Help needed with a complicated mod! July 13, 2004 10:56AM |
Admin Registered: 23 years ago Posts: 4,495 |
You know, I always meant to allow users to subscribe to threads without replying. It just never got put in the code... or did it and we don't have a link....
Brian - Cowboy Ninja Coder - Personal Blog - Twitter
Re: Help needed with a complicated mod! July 13, 2004 11:01AM |
Registered: 23 years ago Posts: 109 |
Re: Help needed with a complicated mod! July 13, 2004 12:52PM |
Admin Registered: 22 years ago Posts: 9,240 |
Re: Help needed with a complicated mod! July 13, 2004 01:32PM |
Registered: 23 years ago Posts: 109 |
Re: Help needed with a complicated mod! July 13, 2004 03:03PM |
Admin Registered: 23 years ago Posts: 4,495 |
Well, a user can view their subscribed threads list and use that for bookmarks I guess. That list is available in the CC already.
Brian - Cowboy Ninja Coder - Personal Blog - Twitter
Re: Help needed with a complicated mod! July 14, 2004 04:24AM |
Registered: 20 years ago Posts: 47 |
I hacked a bookmarking feature into the forum I run and the users really like it. It's a higher traffic forum in which subscribing to a thread has the potential of inundating you with email. I was able to use the subscription framework by introducing a new subscription type to pass into the phorum_user_subscribe function. Subscribed threads and bookmarked threads appear together in the control center. If you guys think it might be a useful feature, I could send you my code changes. (Unfortunately, I wasn't able to put it into a module.)
Re: Help needed with a complicated mod! July 14, 2004 04:28AM |
Admin Registered: 22 years ago Posts: 9,240 |
> Subscribed threads and bookmarked threads appear together in the control center.
Clearly separated to see which ones you subscribed and which ones you bookmarked?
> If you guys think it might be a useful feature, I could send you my code changes.
If you submit a patch just for this feature we could look at it for deciding if to include it.
Sounds like it doesn't need too many changes in the core-code.
Thomas Seifert
Clearly separated to see which ones you subscribed and which ones you bookmarked?
> If you guys think it might be a useful feature, I could send you my code changes.
If you submit a patch just for this feature we could look at it for deciding if to include it.
Sounds like it doesn't need too many changes in the core-code.
Thomas Seifert
Re: Help needed with a complicated mod! July 14, 2004 07:52AM |
Registered: 20 years ago Posts: 47 |
ts77 Wrote:
-------------------------------------------------------
> > Subscribed threads and bookmarked threads
> appear together in the control center.
>
> Clearly separated to see which ones you subscribed
> and which ones you bookmarked?
At the moment, it's all displayed in the same table. Instead of saying "unsubscribe", the bookmarked threads say "unbookmark".
> > If you guys think it might be a useful
> feature, I could send you my code changes.
>
> If you submit a patch just for this feature we
> could look at it for deciding if to include it.
> Sounds like it doesn't need too many changes in
> the core-code.
Thanks, I'll do that. I wasn't able to find anything in the docs directory about submitting patches... is it as simple as "cvs diff > my.patch"? Where should I submit it? (Sorry if this is documented somewhere...)
-------------------------------------------------------
> > Subscribed threads and bookmarked threads
> appear together in the control center.
>
> Clearly separated to see which ones you subscribed
> and which ones you bookmarked?
At the moment, it's all displayed in the same table. Instead of saying "unsubscribe", the bookmarked threads say "unbookmark".
> > If you guys think it might be a useful
> feature, I could send you my code changes.
>
> If you submit a patch just for this feature we
> could look at it for deciding if to include it.
> Sounds like it doesn't need too many changes in
> the core-code.
Thanks, I'll do that. I wasn't able to find anything in the docs directory about submitting patches... is it as simple as "cvs diff > my.patch"? Where should I submit it? (Sorry if this is documented somewhere...)
Re: Help needed with a complicated mod! July 14, 2004 08:26AM |
Admin Registered: 22 years ago Posts: 9,240 |
Re: Help needed with a complicated mod! July 19, 2004 01:37AM |
Admin Registered: 23 years ago Posts: 4,495 |
So, you can have a look at the test forum.
[dev.phorum.org]
I have just commited my changes to the patch submitted by arlo. I merged Bookmarked threads and Subscribed threads into one thing called Followed Threads.
Edited 1 time(s). Last edit at 07/19/2004 01:38AM by brianlmoon.
[dev.phorum.org]
I have just commited my changes to the patch submitted by arlo. I merged Bookmarked threads and Subscribed threads into one thing called Followed Threads.
Brian - Cowboy Ninja Coder - Personal Blog - Twitter
Edited 1 time(s). Last edit at 07/19/2004 01:38AM by brianlmoon.
Sorry, only registered users may post in this forum.