MyBB Community Forums

Full Version: background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
ronagelo hello.

The custom icon forum. I could not add 1 piece icon as there backround.

I want all the icons forums, to be background.

I want to make this code to be the background.
{$theme['imgdir']}/ficon/icon_{$forum['fid']}_{$lightbulb['folder']}.png
Could you post your url? Is itthe one on your signature?

(2013-07-17, 02:40 PM)ikhwanulfikri Wrote: [ -> ]I could not add 1 piece icon as there backround.
Why? what happens when you make the changes?
Yes.
The url my signature.
if you can see the icon there forum. ?
[attachment=29761]
I want to make it just like this
[Image: attachment.php?aid=29692] can't right click. or a background.
Oh you want to disable right click on images.

<SCRIPT TYPE="text/javascript">
<!--
//Disable right click script
//visit http://www.rainbow.arch.scriptmania.com/scripts/
var message="Sorry, right-click has been disabled";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</SCRIPT> 

Add that code at the bottom pf your headerinclude template. Go to ACP>Templates & Styles>Templates>Ungrouped Templates>Headerinclude.
Arbaz hello.

I just want it to work on the forum icon. how?
Take a look here.

http://forums.icyboards.net/showthread.php?tid=4941

I'm not advanced in PHP and Javascript, I know the basics only. To disable right click on the forum icons will require some advanced script that I'm not familiar off. Also, there is no way to protect your images from getting copied or ripped, while watermarks will help with DMCA take downs.
Pages: 1 2