Viewing 1 replies (of 1 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @autox420

    He added the avatar via the following available hooks:
    – asgarosforum_custom_forum_column
    – asgarosforum_custom_topic_column

    I dont know how his code looks like so I cant give you the exact one, but this should be a starting point:

    add_action('asgarosforum_custom_forum_column', 'my_custom_column', 10, 1);
    function my_custom_column($forum_id) {
      echo 'Your custom code ...';
    }

    Otherwise feel free to ask him there. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Avatars in forums, latest answers etc.’ is closed to new replies.