XF 1.3.0 beta
When create a BB code and try to use a direct url to the editor button, for example I'm using this icon for a Tex bbcode
http://icons.iconarchive.com/icons/everaldo/crystal-clear/24/Mimetype-tex-icon.png
The result would be a blank square box and inspect it will show that the background url is not linking correctly.
html .redactor_toolbar li a.redactor_btn_custom_tex {
background-image:url('');
}
If I link it use relative path to an icon on the server, it will work (/style/default/icon.png).
When create a BB code and try to use a direct url to the editor button, for example I'm using this icon for a Tex bbcode
http://icons.iconarchive.com/icons/everaldo/crystal-clear/24/Mimetype-tex-icon.png
The result would be a blank square box and inspect it will show that the background url is not linking correctly.
html .redactor_toolbar li a.redactor_btn_custom_tex {
background-image:url('');
}
If I link it use relative path to an icon on the server, it will work (/style/default/icon.png).