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:
Read more
ادامه مطلب...
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
ادامه مطلب...