Recent content by Espen Espelund

  1. Espen Espelund

    California Case Update

    Great news! Guess it's time to clean up and release a few addons then :)
  2. Espen Espelund

    Live Update

    Bunch of users were reporting slow and unusable browsers. Didn't have the time research and fix it yet, but the problem disappeared when I disabled it.
  3. Espen Espelund

    Live Update

    Had to remove this. Still memory leaks on Chrome 24
  4. Espen Espelund

    Threads in sidebar, with unread

    Thanks. Found the needed code here: http://xenforo.com/community/threads/check-thread-information-based-on-permissions.8033/
  5. Espen Espelund

    Save options callback. Clear simpleCache

    Figured it out. <?php class Fitnessbloggen_HotThreads_ControllerAdmin_Option extends XFCP_Fitnessbloggen_HotThreads_ControllerAdmin_Option { public function actionSave() { $this->_assertPostOnly(); $input = $this->_input->filter(array('group_id' =>...
  6. Espen Espelund

    Save options callback. Clear simpleCache

    I got a plugin that saves a query to simpleCache with cron every 5 min. When I update the addon options, I obviously want to clear the cache. Are there some way to set up a callback / listener when saving an options group?
  7. Espen Espelund

    Threads in sidebar, with unread

    Did anyone successfully code a custom query that displays threads and uses /unread? Somewhat stuck on this. Would be great if someone can send me in the right or point me to an addon that does this.
  8. Espen Espelund

    The Big Forum List

    Like this: <label for="LoginControl" id="SignupButton" class="big"><a href="{xen:link login}" class="inner"><span class="members">{xen:number $boardTotals.users} medlemmer</span> Registrer deg nå!</a></label> $boardTotals are only available on forum_list, so you need two seperate register buttons.
  9. Espen Espelund

    The Big Forum List

    http://forum.fitnessbloggen.no/ is a new install, and should be orange.
  10. Espen Espelund

    Lack of interest Allow users to disable all new reply email notifications link

    Still no solution for this? Manually unsubscribing from a bunch og threads + changing settings doesn't really do the trick for less technical users. There needs to be a one-click unsubscribe.
  11. Espen Espelund

    Clickable Rows [Deleted]

    Search, user profile, and nodes. Guess the last one is the most important. :)
  12. Espen Espelund

    Clickable Rows [Deleted]

    Ah, I was a bit quick there. Working great. Any plans to add support for those things, or should I code them myself?
  13. Espen Espelund

    Clickable Rows [Deleted]

    Been working on cleaning up the code for the last 4 hours now. I'll see how far I get. Obviously theres quite a few hacks and hardcoded settings I need to fix first. :)
  14. Espen Espelund

    Clickable Rows [Deleted]

    Cool addon. Any plans to update it to support nodes, search results etc? I see you simply wrapped the div inside an a on your own forum, but that isn't really valid html, so I guess a JS solution would be more clean for SEO. :)
Back
Top Bottom