[RSS Feed/News] get data from database to template

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I am trying to add new field to Forum table and i already did it now i can add new icon to Forum table

but when i try to get this value in node_list_category template it doesn't show any thing

Listener file

PHP:

Code:
namespace CustomNodeIcon;

use XF\Mvc\Entity\Entity;

class Listener
{
    public static function forumEntityStructure(\XF\Mvc\Entity\Manager $em, \XF\Mvc\Entity\Structure &$structure)
    {
     
        $structure->columns['custom_icon'] = ['type' => Entity::STR]...

Read more

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