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.

Adding users to your account page...

edited August 2006 in Vanilla 1.0 Help
Is it possible to add other forum members to your account page, have them under buddies or friends category ? and also is it possible to have comments on user page. Please let me know if thats possible, and maybe someone already made an extention for it, or working on one. Thanks in advance.

Comments

  • There is no extension like that, but it would be easy to do.
  • I'm sure someone made a friends extension...maybe it was just the idea.
  • edited August 2006
    Maybe you are thinking to the user filter extension, that help you to follow the post made by the user - if you want to follow what have post your friends on the forum.

    I don't remember anything like what is looking for garbage.
  • edited August 2006
    yea, that could be cool to, to include most recent posts in your profile, or like recent posts that your friends made. Basicaly here is what im looking to do. Make a friends list (not on a side bar but in the main page) Have a comments section, with ability to send private comments. Also it would be neat to have notes, like you can send someone private notes. :) i also have a problem with my button for digg. here is a code: if(in_array($Context->SelfUrl, array("index.php", "categories.php", "comments.php", "search.php", "post.php", "account.php", "settings.php"))){ $socialmarks = <<< ENDCODE <div class="javascriptcode"> <STYLE type="text/css"> a img {border: none; } </STYLE> <h2>Digg This</h2> <script type="text/javascript"> document.write('<a href="http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'" title="Digg This!"><img src="http://www.talkaboutdesign.com/img/digg.gif" alt="digg" height="18" width="18" /></a>'); </script> </div> ENDCODE; $Panel->AddString($socialmarks,-1); } ......... im trying to add this next to the things like block user, and permalink. code taken from Social Bookmarks Plugin.
  • anyone?
  • You need to find the delegate near where the block user/etc is inserted and then attach the code there to that delegate. For more info look up the delegation documentation.
  • edited August 2006
    I floated the idea for an extension called Friends here:

    http://lussumo.com/community/discussion/2918/extension-idea-friends/

    Garbage mentions several good ideas above but I'd say you could crate much of them by combining a few existing extensions instead of creating a single new one that did it all. Specifically:
    - Dinoboff referenced User Filters above, and I built that with the idea that combined with Friends you could make it easier to track the writings of other users more easily:
    http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=107
    - As for the ability to send private messages to other users, I'd imagine you could do that with the existing User Messages extension:
    http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=66

    The 'Friends' extension would then tie things together. I've actually got a working version of a Friends extension now but I haven't posted it in the Add On directory yet because it's not quite to the final state yet...should be soon.
  • cool , cant wait to see what you got.
  • p.s. user messages extention never worked for me, messages never displayed.
This discussion has been closed.