The active topic list is useful, but I would REALLY love a list of topics that I've posted in, so that I can check out the new posts, maybe I have replies, maybe there's a better solution...
Right now, I have to remember which ones I've posted in.
Also, a "favourite" button would be very useful so that I can monitor topics that I'm interested in, but don't have anything to add to.
Of course I can do all this with my local bookmarks right now, but that's a pain..
We have to add a function like this to the uForum.Library.RawXml class:
public static XPathNodeIterator TopicsWithCommentsFromMember(int memberId)
{
return Businesslogic.Data.GetDataSet("SELECT t.* FROM forumTopics t INNER JOIN forumComments c ON t.id = c.topicId WHERE c.memberId = " + memberId.ToString(), "topic");
}
Morton or Per, if you update this in the code I will add the xslts.
no, we don't do that kind of changes on the live instance Thomas :-)
The businesslogic has been done, so it is actually posible to do from xslt, but again, we do not do these kinds of changes here, there is a dev site setup you can work on and we will merge it over in an update later on.
NO, I am doing all my businesslogic changes in a production enviroment. Don't be so scary *g*.
Per, I totally agree not to do a business logic change on a live site.
If you have a dev installation it is the way to do it. If you want I can do these changes on the dev install. Then just send me an email about the account details.
I'd also be willing to help out with this. Particularly I think it would be neat to have a personal RSS feed with relevant comments on it. So sign me up if you need a hand :-)
List of topics that I have been active in
The active topic list is useful, but I would REALLY love a list of topics that I've posted in, so that I can check out the new posts, maybe I have replies, maybe there's a better solution...
Right now, I have to remember which ones I've posted in.
Also, a "favourite" button would be very useful so that I can monitor topics that I'm interested in, but don't have anything to add to.
Of course I can do all this with my local bookmarks right now, but that's a pain..
Would be awsome to have something like this. *vote*
I would also be happy about some statistics in my profile with information about karma, votes and number of posts and so on.
We have to add a function like this to the uForum.Library.RawXml class:
Morton or Per, if you update this in the code I will add the xslts.
Thomas
no, we don't do that kind of changes on the live instance Thomas :-)
The businesslogic has been done, so it is actually posible to do from xslt, but again, we do not do these kinds of changes here, there is a dev site setup you can work on and we will merge it over in an update later on.
Come on we will not the the boss ;)
the = tell
NO, I am doing all my businesslogic changes in a production enviroment. Don't be so scary *g*.
Per, I totally agree not to do a business logic change on a live site.
If you have a dev installation it is the way to do it. If you want I can do these changes on the dev install. Then just send me an email about the account details.
Cheers, Thomas
I'd also be willing to help out with this. Particularly I think it would be neat to have a personal RSS feed with relevant comments on it. So sign me up if you need a hand :-)
Awesome, I've send both of you an email :)
I can't wait!
is working on a reply...