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.
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' =>...
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?
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.
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.
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.
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. :)
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. :)