FlaskBB
A lightweight forum software in Flask
Member
Joined:
Posts: 6

Hello,
when in a post i type the ':' a list of emojis is diplay, but with no img; and after posting, the emojis tag is display as string and not as emojis.
Thx !

Member
Joined:
Posts: 6

Ok, fixed by donwload with command,
i have try and succes to add a custom smiley,
for it i have put my smyley in /theme/aurora/static/emoji,
and add file name in the emoji.js, this is a good way ? or dirty hack ?
i guess dirty hack cause, when typing the ':' i dont see my smiley on list, but after posting he is display.
i m totaly beginer in python and flaskbb ! so sorry for stupids questions !

Administrator
avatar
Joined:
Posts: 139

Plom wrote:

Ok, fixed by donwload with command,
i have try and succes to add a custom smiley,
for it i have put my smyley in /theme/aurora/static/emoji,
and add file name in the emoji.js, this is a good way ? or dirty hack ?
i guess dirty hack cause, when typing the ':' i dont see my smiley on list, but after posting he is display.
i m totaly beginer in python and flaskbb ! so sorry for stupids questions !

this is the right way to do it actually. try restarting the server - this might solve the problem (or refresh your browser cache).


Cheers! 🍻

Member
Joined:
Posts: 6

Ok great !
thx for your answer !