MyBB Community Forums

Full Version: Advanced Sidebox 2.1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
custom ones

now work but found this when put Random Quotes on index page

[Image: ScreenShot004-13.png]

also to add any code in custom box not work
(2013-02-06, 07:21 PM)bizzarela Wrote: [ -> ]custom ones
(2013-02-06, 07:21 PM)bizzarela Wrote: [ -> ]also to add any code in custom box not work

Perhaps there are errors in your custom boxes?

Check to see if you can successfully create and use the default box (just click 'add new custom side box type' and use the sample code provided)

If it will work then it would seem your HTML has errors, if not then it could be CodePress issues.

If the default custom content won't work, try disabling CodePress in ACP.

(2013-02-06, 07:21 PM)bizzarela Wrote: [ -> ]now work but found this when put Random Quotes on index page

Yes sometimes BB code does make it through the filter. I am still looking for a better way to handle this. Thanks for the report.
code loke this wont work on custom box

<a href="http://www.ibvpn.com/billing/aff.php?aff=1628"><img src="http://www.ibvpn.com/img/banners/300x250banner-multi.jpg" width="300" height="250" border="0"></a>
That's the problem. You aren't properly wrapping your code. Try this instead:

	<tr>
		<td class="trow1"><a 
href="http://www.ibvpn.com/billing/aff.php?aff=1628"><img 
src="http://www.ibvpn.com/img/banners/300x250banner-multi.jpg" 
width="300" height="250" border="0"></a></td>
	</tr>
not work again
Did you try disabling codepress?
after saving this
<tr>
        <td class="trow1"><a 
href="http://www.ibvpn.com/billing/aff.php?aff=1628"><img 
src="http://www.ibvpn.com/img/banners/300x250banner-multi.jpg" 
width="300" height="250" border="0"></a></td>
    </tr> 
in custom code got this &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

where is codepress??
ACP -> Home -> Preferences -> Turn on/off CodePress
same thing
When you attempt to save the box it displays incorrectly (&nbsp; etc) or the content is wrong (&nbsp;'s) ??

This is working no problem on two live forums and localhost . . . I just don't understand what the problem could be.