Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Jul 15, 2009 @ 12:13
    Sebastiaan Janssen
    12

    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..

  • Timsn 121 posts 231 karma points
    Jul 15, 2009 @ 13:17
    Timsn
    0

    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.

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Jul 15, 2009 @ 14:47
    Thomas Höhler
    0

    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.

    Thomas

  • Per Ploug 865 posts 3491 karma points MVP admin
    Jul 15, 2009 @ 15:00
    Per Ploug
    0

    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. 

  • Sjors Pals 617 posts 270 karma points
    Jul 15, 2009 @ 15:08
    Sjors Pals
    -1

    Come on we will not the the boss ;)

  • Sjors Pals 617 posts 270 karma points
    Jul 15, 2009 @ 15:09
    Sjors Pals
    0

    the = tell

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Jul 15, 2009 @ 16:20
    Thomas Höhler
    0

    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

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Jul 15, 2009 @ 20:15
    Morten Bock
    0

    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 :-)

  • Per Ploug 865 posts 3491 karma points MVP admin
    Jul 20, 2009 @ 10:00
    Per Ploug
    0

    Awesome, I've send both of you an email  :)

  • Ron Brouwer 273 posts 768 karma points
    Jul 20, 2009 @ 10:43
    Ron Brouwer
    0

    I can't wait!

Please Sign in or register to post replies

Write your reply to:

Draft