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
- 25,815
- Points
- 823
Reputation:
Hi,
I'm running into an issue extending the Forum class - what I'm trying to achieve is to automatically add a reply after a thread is created. I'm trying to extend the "finalizeThreadCreate" method in the Forum class.
I have some code which is currently doing nothing as far as I can tell. Two questions on this:
1. Should I be approaching this differently?
2. How can I best debug class extensions to determine where the issue is?
PHP:
Read more
Continue reading...
I'm running into an issue extending the Forum class - what I'm trying to achieve is to automatically add a reply after a thread is created. I'm trying to extend the "finalizeThreadCreate" method in the Forum class.
I have some code which is currently doing nothing as far as I can tell. Two questions on this:
1. Should I be approaching this differently?
2. How can I best debug class extensions to determine where the issue is?
PHP:
Code:
class Forum extends XFCP_Forum
{
protected function...
Read more
Continue reading...