Recent content by Mustek

  1. M

    Remove participants from conversations

    Hey there, Is it possible, as conversation starter, to remove participants? There are a couple of participants who are inactive, and I can't find a way to remove these without starting a new conversation. Any help here is welcome, thanks.
  2. M

    Allow viewing of sticky threads without "View threads by others" permission

    And yet another question :) I think it's handy if people could still read sticky posts without the permission mentioned in the title. Is there a simple way to make this possible? Even for a certain forum only? Thanks!
  3. M

    Username color in memberlist

    Nevermind, I'm a derp. Your solution worked. I was on the wrong template -_- Thanks!
  4. M

    Username color in memberlist

    Still nothing... This is the sidebar code bit <ol class="listInline"> <xen:foreach loop="$onlineUsers.records" value="$user" i="$i"> <xen:if is="{$i} <= {$onlineUsers.limit}"> <li> <xen:if...
  5. M

    Username color in memberlist

    Hello there, I'm seeing on the forums that the memberlist in the sidebar has colored names, yet, I don't have any. Is there any modification I need to do to enable this? Trying to get it like this: http://xenforo.com/community/threads/tlk-usergroup-legend.16197/#post-213358 I have the...
  6. M

    XF 1.1 How to add followingCount to sidebar_visitor_panel?

    Alright, it's not that important to install an add-on for it. Thanks for confirming my thoughts
  7. M

    XF 1.1 How to add followingCount to sidebar_visitor_panel?

    Any way to get it exposed without any internal changes?
  8. M

    XF 1.1 How to add followingCount to sidebar_visitor_panel?

    Hey, I've been looking for a way to put the amount of people that are following you in the visitor panel. But without any luck. I've tried to add this but it returns a 0. <dl class="pairsJustified"><dt>Followers:</dt> <dd>{xen:number $followingCount}</dd></dl> Any help is more than welcome...
  9. M

    Trying to fetch newsfeed ordered by thread date, not reply date

    Hey Is it possible to order the rss feed of forums by the date the thread was posted, instead of by the date the last reply was posted? It's really annoying when the order of the links constantly switch when a new reply is posted.
  10. M

    Duplicate Search custom user fields

    It would be handy if you were able to search in custom user fields. I use these for alternative usernames, and I've had a few times where I really needed this. Maybe add the option to make them searchable through the ACP, this would prevent cluttering up of the search function.
Back
Top Bottom