Author Topic: Wallpaper Download  (Read 6213 times)

0 Members and 1 Guest are viewing this topic.

Offline whistler81

  • Newbie
  • *
  • Posts: 30
    • View Profile
Wallpaper Download
« on: June 29, 2002, 04:26:57 PM »
Hallo!

Gibts bereits ein Mod für Wallpapers??

LG
Clemens

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
Wallpaper Download
« Reply #1 on: June 29, 2002, 04:33:35 PM »
what's the difference between a jpg and a wallpaper ?
Thats It !

Offline lornaly

  • Pre-Newbie
  • Posts: 1
    • View Profile
    • http://anime-girl.com/gallery
Wallpaper Download
« Reply #2 on: August 30, 2002, 02:54:56 PM »
there is a difference, at least for me  :D  is so much easier to right click the image to set as background or wallpapers.

whistler81:
To do this you have to make a back up of the header.html [security] on your template dir, them edit the file and remove this javascript:

Code: [Select]
<script language="JavaScript" type="text/javascript">
<!--
  function opendetailwindow() {
    window.open('','detailwindow','toolbar=no,scrollbars=yes,resizable=no,width=680,height=480');
  }
 
  function right(e) {
    if (navigator.appName == 'Netscape' && (e.which == 2 || e.which == 3)) {
      alert('© Copyright by {site_name}');
      return false;
    }
    else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button==2 || event.button == 3)) {
      alert('© Copyright by {site_name}');
      return false;
    }
    return true;
  }
  document.onmousedown=right;
  if (document.layers) window.captureEvents(Event.MOUSEDOWN);
  window.onmousedown=right;
// -->
</script>


save it and upload, that's that  :D