Hi all, i know that this is a not supported edit, but i want to try ask, if someone can help me.....
after 4.1.4 with the new editor, the custom button in quick reply/edit are not showed anymore. I have triyed to add buttons image in the showthread_quickreply , but the custom buttons are not showed anymore. There's a working way to add custom bbcode buttons in quick reply and in quick edit?
Thanks in advance
PS
The edit that i have triyed is:
Open the showthread_quickreply template, and before:
i have added:
i have triyed to write the full image path too but still not showed.... Somebody know how to solve?
Here in vbulletin.com, for example there's the plaintext like "custom" ?bbcode?
Should be awesome to have a custom button in quick reply/edit too....
Thanks
after 4.1.4 with the new editor, the custom button in quick reply/edit are not showed anymore. I have triyed to add buttons image in the showthread_quickreply , but the custom buttons are not showed anymore. There's a working way to add custom bbcode buttons in quick reply and in quick edit?
Thanks in advance
PS
The edit that i have triyed is:
Open the showthread_quickreply template, and before:
Code:
<img src="{vb:stylevar imgdir_editor}/video.png" class="imagebutton" id="{vb:raw editorid}_cmd_insertvideo" width="21" height="20" alt="{vb:rawphrase insert_video}" />
Code:
<img src="{vb:stylevar imgdir_editor}/hide.gif" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_hide" width="20" height="20" alt="Insert Hide Tags" />
Here in vbulletin.com, for example there's the plaintext like "custom" ?bbcode?
Should be awesome to have a custom button in quick reply/edit too....
Thanks
Comment