[Solved] emoji issues
-
Hey, so I installed NodeBB and started messing around with it. I installed emoji-extended but when I try to view them, it doesn't display it correctly. Here's an exmaple of what's happening: http://nodebb.supaham.com/topic/3/this-forum-sucks/7 It seems to be linking to localhost:4567, how do make it use nodebb.supaham.com instead?
Thanks in advance.
-
@a_5mith it was set to 'http://localhost' but I changed it to 'http://nodebb.supaham.com' but it also appends the port the software is actually running on, 4567.
-
@SupaHam Ah I figured it out. I had nodebb-plugin-emoji and nodebb-plugin-emoji-extended enabled. I had to disable nodebb-plugin-emoji, which originally is enabled by default by NodeBB in order for nodebb-plugin-emoji-extended to handle all emotes on its own.
-
@SupaHam said:
@SupaHam Ah I figured it out. I had nodebb-plugin-emoji and nodebb-plugin-emoji-extended enabled. I had to disable nodebb-plugin-emoji, which originally is enabled by default by NodeBB in order for nodebb-plugin-emoji-extended to handle all emotes on its own.
Hey, yeah, they don't like each other. Glad you got it fixed.