MyBB Community Forums

Full Version: 2 questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i installed hide hack and i wann put it here:
[Image: 63csi2h.jpg]

then i wannt to put the shouthox rite here
[Image: 6bivvpt.jpg]

some1 help me please
Open editor.js ( Dont Use Notepad! )

Find
		this.insertStandardButton(elements, "php", "images/codebuttons/php.gif", "php", "", this.options.lang.title_php);
Add below
		this.insertStandardButton(elements, "hide", "images/codebuttons/hide.gif", "hide", "", "Hide");
And upload a hide.gif image into ./images/codebuttons/

And what shoutbox are you using ?
Open your index template and add
<iframe src="shoutbox.php" width=100% height=250 frameborder="0" name="Shout" marginwidth="0" marginheight="0" align="top" border="0" allowTransparency="true"></iframe><p>
Where you want to show the shoutbox.