ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,568
- Points
- 823
Reputation:
The bug:
/forum/admin.php?button-manager/edit&type=toolbarButtonsXS
If you click a smiley there, it does not insert, most of the other functionality does work
I think... Im still digging, but the data-href="{{href}}" is not getting replaced, if you log out:
Code:
but that could be a red herring
-----
I only noticed this because I wanted to add a text editor (with smiles) to an ACP plugin...
Read more
Continue reading...
/forum/admin.php?button-manager/edit&type=toolbarButtonsXS
If you click a smiley there, it does not insert, most of the other functionality does work
I think... Im still digging, but the data-href="{{href}}" is not getting replaced, if you log out:
Code:
Code:
let menuHtml = document.querySelector('.js-xfEditorMenu').textContent.trim()
console.log(menuHtml)
-----
I only noticed this because I wanted to add a text editor (with smiles) to an ACP plugin...
Read more
Continue reading...