ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,860
- Points
- 823
Reputation:
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
Continue reading...
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:
Code:
namespace My\Addon\XF\Pub\Controller;
use XF\Mvc\ParameterBag;
use XF\Mvc\Reply\View;
class Thread extends XFCP_Thread
{...
Read more
Continue reading...