Hi,
Help is appreciated. I'm augmenting posts from the Thread Controller, but realize for Articles, the first "post" is skipped.
Can someone shed light on how to retrieve the Article entry from the Thread Controller so I can modify that "post" similar to the Thread posts?
I'm extending the Thread controller as follows, and then iterating through the posts:
Code:
Read more
Читать далее...
Help is appreciated. I'm augmenting posts from the Thread Controller, but realize for Articles, the first "post" is skipped.
Can someone shed light on how to retrieve the Article entry from the Thread Controller so I can modify that "post" similar to the Thread posts?
I'm extending the Thread controller as follows, and then iterating through the posts:
Code:
Код:
namespace My\Addon\XF\Pub\Controller;
use XF\Mvc\ParameterBag;
use XF\Mvc\Reply\View;
class Thread extends XFCP_Thread
{...
Read more
Читать далее...