[RSS Feed/News] Help with extending XFCP_Thread.

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello. I'm looking to extend the XFCP_Thread dummy class, but I'm having issues:

Page view:

HTML:

Code:
Template Compilation Error
public:widget_new_posts - Class 'Nash\Noob\XF\Pub\Controller\XFCP_Thread' not found in /home/[redacted]/public_html/src/addons/Nash/Noob/XF/Pub/Controller/Thread.php:5


Callback:

HTML:

<xf:callback class="Nash\Noob\XF\Pub\Controller\Thread" method="actionPreview" params="['$params']"></xf:callback>

PHP:

PHP:

Code:
<?php

namespace Nash\Noob\XF\Pub\Controller;

class Thread...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom