What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

XF1 Custom Username Icons

Status
Not open for further replies.

Fred

Administrator
Staff member
Default icon set doesn't show

Perhaps you had change the default xF external data folder, it's usually named "data".

If you changed it copy the content of the data folder from the archive to that folder, paying attention to the folder merging when uploading.
 

Fred

Administrator
Staff member
How do i add new icons

Put them in the data/xfa/customusernameicons/icons from your server ("data" is default xF, if you changed it then replace data by that name).
 

Fred

Administrator
Staff member
Conflict with nobita's teams/groups add-on

If you get errors when using the add-on along with Nobita's Teams/Groups add-on, do the following.

Edit the file library/Nobita/Teams/NewsFeedHandler/Post.php and replace :

PHP:
'join' => Nobita_Teams_Model_Post::FETCH_TEAM

by:

PHP:
'join' => Nobita_Teams_Model_Post::FETCH_TEAM | XenForo_Model_Post::FETCH_USER
 

Fred

Administrator
Staff member
Display icons in siropu chat

By default, icons won't show inside Siropu chat. To get them to display, unfortunately the only possibility now is to do a manual file modification.

Edit the file library/Siropu/Chat/Model.php.

Go at line 133, and replace:

PHP:
is_staff

By:

PHP:
is_staff,
xfa_cui_type,
xfa_cui_params,
display_style_group_id
 
Status
Not open for further replies.
Top