Support Forum
when you click on the button, the pop up shows threads subscribed by forum order, I have several members tell me that they have a large subscription list and it is confusing sorting through it, they would prefer if it sorted by recent post, no matter which forum it is, is that even possible? Thank-you
well, yes and no... at least if I understand you... its a relatively simple change to modify the ordering... but unfortunately, doesnt look like the control is exposed...
so maybe try editing one of the files and at least see if its what you want...
in the subscriptions plugin, subscriptions/ahah/sp-subscriptions-ahah-manage.php... around line 75, change this line:
$spListView = new spTopicList($spThisUser->subscribe, 0, true, '', $first);
to
$spListView = new spTopicList($spThisUser->subscribe, 0, false, '', $first);
and let me know if that does what you want... if so, then can work a way to expose it...
Visit Cruise Talk Central and Mr Papa's World
good to hear... so have a ticket open to figure out good way to expose that so you dont have to edit the plugin itself... should have it in next version... but please note, you will lose your customization when you update it and will have to change to use the new method... can walk you through it at that time...
Visit Cruise Talk Central and Mr Papa's World