MyBB Community Forums

Full Version: [Advance Sidebox Plugin] Importing Image help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Running Advance Sidebox 2.0.3


Hello all, I am a bit lost on how to actually add a custom side box that shows a image,

the image i want to use is http://fpsnetwork.net/forums/images/nocheat.gif but i honestly have no idea on how to put it in a custom sidebox so it does not show...


Any help will be very helpful with this...


I am somewhat sorry as i have not the fainest idea, I tried to do
<td class="trow1">
<html>
<body>

<h2>No Cheating Allowed</h2>
<img border="0" src="/forums/images/nocheat.gif" alt="Pulpit rock" width="304" height="228">

</body>
</html>
</td>


but i have a strong feeling it does not accept it as when i refresh i get a broken image
------------------------------------------

When i try to copy the directory from the FTP and took out the ftp login part so it wouldnt ask me for a password just to access the homepage it would show nothing except a broken image..
Go to ACP -> Advanced Sidebox -> Custom Boxes and create a new custom box with this content:

<tr>
<td class="trow1"><img src="http://fpsnetwork.net/forums/images/nocheat.gif" alt="alt text"/></td>
</tr>

Then go to ACP -> Advanced Sidebox and drag the new custom box over the column of your choice and save it.
Thank you, you can now close this!
You're welcome. Smile