Recent content by MirrorMan

  1. MirrorMan

    [Tinhte] XenTag

    To clarify what this was about, I had made an edit to the thread_list_item template some time ago which listed a thread's tags below its title on the thread list... and we kind of forgot :oops: I have now taken a look at the new code and reworked the edit so it works again :)
  2. MirrorMan

    [bd] Widget Framework

    Adding the following to the wf_default_EXTRA.css template will resolve it: .prefix { margin-top: 0px; } By default the top and bottom margins are set to -1 so changing top to 0 will space the list out a little more, but it will show the full prefix.
  3. MirrorMan

    Quiz Master

    I'm loving the way this is developing, but I've spotted a few language issues, either grammar or spelling in a few places. I'll happily point them out in a Conversation if you like, but while I'm here, I'd just like to point out one that appears in all four of your latest screenshots regarding...
  4. MirrorMan

    [bd] Widget Framework

    Snippet length is configurable in Style Properties. You can disable images by adding the following css .wf_thread_preview .bbCodeImage { display: none; }
  5. MirrorMan

    ToggleME

    Yes it is Default Theme (as well as all others). I'll have to confer with the other Admin about the php version.
  6. MirrorMan

    ToggleME

    I had a feeling that might be the case :cautious: Thanks any way. I'll keep digging, turn off all addons etc...
  7. MirrorMan

    ToggleME

    Now the same is also happening with Widgets. When they are selected to toggle, they don't show at all - in fact the whole sidebar is missing, there is just a blank space where it should be. Everything else seems to work. The sidebar toggles OK when widgets are not selected. o_O
  8. MirrorMan

    ToggleME

    We're testing xF 1.4.0 RC2 and have the latest version of ToggleME (3.0.0) installed. Whenever we select "Node categories in forumhome" the node list disappears. It was working perfectly with the previous version we had (2.2.5), and it works on xF 1.3.5 Also, no toggle appears on Taigachat...
  9. MirrorMan

    [bd] Widget Framework

    When the thread was moved, did it leave a redirect? When XenForo creates a redirect, it gets its own thread ID number and therefore appears like any other thread. Presumably it can be worked around, since the tread list is able to add the arrow icon to it, but I've no idea how easy it would be...
  10. MirrorMan

    [bd] Widget Framework

    You could try what I have implemented so that any staff member who is hiding their online status appears faded. Edit the wf_widget_online_staff template: Replace<li class="user-{$user.user_id}"> With<li class="user-{$user.user_id}"{xen:if '!{$user.visible}',' style="opacity:0.4;"'}> I'm sure...
  11. MirrorMan

    [bd] Widget Framework

    I recently implemented something similar so that inactive members weren't listed. It required four steps to achieve. 1. Create a new Usergroup for the members you want to include in the Birthdays list 2. Set up a Usergroup Promotion so that everyone who meats your criteria for being included in...
  12. MirrorMan

    [bd] Widget Framework

    I'd just like to confirm publicly that today's update 2.4.9b has fixed this problem. Thanks again to xfrocks for a swift fix :)
  13. MirrorMan

    [bd] Widget Framework

    I've found a bit of a problem with using "Snippet Maximum Length" but I suspect fixing it might not be possible... Our set up: We have a New Replies widget on forum_list and its Layout is set to "Sidebar with snippet from post" and it shows 5 threads. Showing the full post makes it all too long...
  14. MirrorMan

    Show Deleted

    I love the idea of this addon and it looks useful for ordinary every day running of a forum, dealing with recent deletions - which I imagine was the point of it in the first place. :) But I agree that some form of selective deleting would make it even more useful. Perhaps being able to filter...
  15. MirrorMan

    [bd] Widget Framework

    Something like http://www.accuweather.com/en/free-weather-widgets suitable? I've no experience with it, I just searched for "Weather Widget" :)
Top Bottom