MyBB Community Forums

Full Version: DVZ Shoutbox edit/delete buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
in DVZ Shoutbox, where is the E and X edit and delete buttons defined? I'd like to change them for font awesome icons but can I find them?! The only place I have seen anything is in dvz_shoutbox.php but changing them there has no effect.
you can change them in dvz_shoutbox.js file (in jscripts folder)
 $(this).children('.info').prepend('<a href="" class="mod edit">E</a><a href="" class="mod del">X</a>');
thanks Smile