MyBB Community Forums

Full Version: [MYBB 1.8] Add custom mycodes to editor toolbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

i just added some mycodes in the ACP. But now i cant see any buttons or text in the editor toolbar, so people can use it.
So how can i add them on MyBB 1.8? Thanks for any help Smile
Thanks for this, i guess its the right stuff.
But i  dont get the right use with it...adding the spoiler example, it works great..but adding for example my "download button", it does not work.

got instructions of this:

Add a download button

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function goToURL() { window.location = "$1"; }
// End -->
</script>
<form>
<input type=button class="button" value="Hier gehts zum Download" onClick="goToURL()">
</form><br/>

<download>URL</download>