arms
Well-known member
Looking for a little guidance.
I have 2 actions ( thumbup and thumbdown) and a score which is held on the thread table and works on the thread view as it returns
I want the same functionality on the thread list view and so would need to update without doing a screen refresh as my current version refreshes and moves to top of list. I've looked through XF2, and can't find any similar functionality.
Could anyone point me in the right direction?
I have 2 actions ( thumbup and thumbdown) and a score which is held on the thread table and works on the thread view as it returns
return $this->redirect($this->buildLink('threads', $thread));
I want the same functionality on the thread list view and so would need to update without doing a screen refresh as my current version refreshes and moves to top of list. I've looked through XF2, and can't find any similar functionality.
Could anyone point me in the right direction?