Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Profile Discussions

2»

Comments

  • the title of the page still has problems
  • what do you mean by the title of the page? in the browser?
  • at the top instead of saying "account page - blah blah blah"
    it just says "- blah blah blah"
  • Uploaded version 2.0 of Profile Discussions.
  • is account title fixed now? thanks
  • OK, this version contains the following changes:
    + Hamed's page title issue (it only happened on your own account page)
    + Added bobthecow's configuration options
    + Better definitions, thanks again to bobthecow
    + Removed the username from the discussion list title
    + No longer appears when changing other account settings

    I've only tested in the default theme on Safari, FF, O, and IE7. IE7 still has some extra white space that is on the TODO, but testing in other themes will be priority.
  • Great new version! The discussions don't show up in the wrong places anymore! :D Unfortunately it still shows the discussions below the footer with the theme I'm using. This happens in all mentioned browsers apparently. Would be awesome if you could figure out a solution for this. I'm testing with a variant of the 'Grace' theme.
  • yeah
    the same thing happens for me
    it is below the footer
    hope you can fix this soon
    ^_^
  • i think i have a little fix (only tested in firefox), i've tested with the default theme and also blogger and vanbook:

    in line 56, remove the inline styling (well, if you desire you may want to leave some margin-left):

    echo '<div id="DiscussionsPage">';
    in line 67, reset the control position:

    $Page->AddRenderControl($DiscussionGrid, $Configuration['CONTROL_POSITION_BODY_ITEM']);
    any noticeable drawback?
  • alrighty thanks i will check it out tomorrow
  • Would it be possible to extend this to also view the users last few comments? Not all users create new discussions, and I would like to give my commentators some love. ;)

    If I can help out in any way then just say how. I'm relatively new to PHP but can work on most problems.
  • interesting idea
  • Should be possible.

    [=============================================================] <-- Vanilla ideas
    [==] <-- Time
  • Is there a way to get something similar but with bookmarked discussions? Thanks
  • If you're comfortable coding, you can get that by pretty easily by combining some code from Discussion Pages into this extension. Otherwise, I'll add it to a TODO for the extension.
  • Thanks for your answer WallPhone, but i don't know PHP :( so it was only a suggestion feature. Thanks
This discussion has been closed.