Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorSirNot
    • CommentTimeJul 11th 2006
     # 1
    Allows users to view a list of all the discussions they've participated in.
  1.  # 2
    Has somebody tested this add-on with the newest version of vanilla?

    Doesn't seem to work ...
    •  
      CommentAuthorWallPhone
    • CommentTimeAug 21st 2007
     # 3
    It's actually running here... it should be near the top of the panel, under Discussion Filters: Participated Discussions.
    •  
      CommentAuthorklip
    • CommentTimeNov 29th 2007
     # 4
    Hi, I had to hack this addon to be able localize it. This is a diff default.orig.php default.php:

    15c15
    < $Context->Dictionary['ParticipatedThreads'] = 'Participated Discussions';
    ---
    > $Context->SetDefinition('ParticipatedThreads', 'Participated Discussions');
    26,27c26
    < $DiscussionFilters = 'Discussion Filters';
    < $Panel->AddList($DiscussionFilters, 10);
    ---
    > $Context->SetDefinition('DiscussionFilters', 'Discussion Filters');
    29c28
    < else $DiscussionFilters = $Context->GetDefinition('DiscussionFilters');
    ---
    > $Panel->AddList($Context->GetDefinition('DiscussionFilters'), 10);
    31c30
    < $Panel->AddListItem($DiscussionFilters, $Context->GetDefinition('ParticipatedThreads'),
    ---
    > $Panel->AddListItem($Context->GetDefinition('DiscussionFilters'), $Context->GetDefinition('ParticipatedThreads'),
    • CommentAuthorSirNot
    • CommentTimeDec 2nd 2007
     # 5
    ah yeah...

    *adds to todo list when he gets back to his own computer
  2.  # 6
    Uploaded version 1.3.1 of Participated Threads.
    • CommentAuthorvanoob
    • CommentTimeDec 6th 2007
     # 7
    Just a note, there's a spelling error for the extension name, therefore the updates and reminders aren't working properly for v1.3.1.

    The name has been mispelled as "Particpated Threads" needs to be "Participated Threads" obviously, other than that no other problems observed.
  3.  # 8
    Uploaded version 1.3.1 of Participated Threads.
    • CommentAuthorSirNot
    • CommentTimeDec 6th 2007
     # 9
    hmm, not sure hot that happened...
    • CommentAuthorGaryLake
    • CommentTimeJan 8th 2008
     # 10
    This doesn't work if you are using the DefaultPage extension.

    Because it is linking to http://www.thecheesyriders.com/forum/?View=ParticipatedThreads, DefaultPage may be set to Categories.php (as mine was) and those QueryString Params are just ignored...
    • CommentAuthormiquel
    • CommentTimeFeb 19th 2008
     # 11
    the same for me, I've got a default page created with PageManager ext. and when clicking the Participated Threads link sends me to the default page :(
Add your comments
    Username Password
  • Format comments as