Christmas Season

Started by TreetopClimber, December 01, 2006, 11:53:58 AM

Previous topic - Next topic

TreetopClimber

Link to the theme


I have made a new x-mas theme for 1.0.9 and RC3 

If downloading for 1.0.9 download the 733KB zip

RvG

although I know it's for rc3 i tried to install it on an rc2 smf. seems to be all ok except on the index page (guest mode) it is not showing fine...

TGB

#2
some users might want to leave right click enabled.

download the fixed file here

or edit
index.template.php

Find and remove:
<script language="JavaScript"><!--

//Disable right mouse click Script
//By Maximus ([email protected]) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Sorry Right Click Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// --></script>


www.dreamcasthaven.com <----- Running SMF 1.1.16 & heavily modified
www.psxhaven.com <----- Running SMF 1.1.16 & heavily modified
www.romhaven.info <----- Running SMF 1.1.16 & heavily modified
www.bthaven.com <----- Running TT 2.06

Assistance

~playing poker~

Rebelbelle

Is there something special that you have to do with this theme?  I have downloaded it and installed it, but it won't show up.  I have never had any problems in the past with themes.

TreetopClimber

#5
Quote from: edsloter on December 02, 2006, 12:49:33 AM
some users might want to leave right click enabled.

download the fixed file here

or edit
index.template.php

Find and remove:
<script language="JavaScript"><!--

//Disable right mouse click Script
//By Maximus ([email protected]) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Sorry Right Click Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// --></script>



Yeah if you dont need or want this please remove it ... sorry for any incovenience I had forgotten I put that in there. It was purely there to deter people from stealing my images.

TreetopClimber

#6
Quote from: Rebelbelle on December 02, 2006, 09:41:30 AM
Is there something special that you have to do with this theme?  I have downloaded it and installed it, but it won't show up.  I have never had any problems in the past with themes.
There shouldnt be any problems maybe try downloading the right one from here » link is dead «
As it might be caused by theoldiesman removing some files after upload, files he thought were unnecessary. But he thought he was doing the right thing. So if you have problems please try one of the files from the download page. Another thing not included in the release here was the TinyPortal version which is included on the download page at my site.  ;)

Rebelbelle

Quote from: TreetopClimber on December 02, 2006, 12:17:15 PM
There shouldnt be any problems maybe try downloading the right one from here » http://global-bttracker.no-ip.org/forum/index.php?action=tpmod;dl «
As it might be caused by theoldiesman removing some files after upload, files he thought were unnecessary. But he thought he was doing the right thing. So if you have problems please try one of the files from the download page. Another thing not included in the release here was the TinyPortal version which is included on the download page at my site.  ;)

I downloaded it from both sites, will try again to download from your site to see if I can get it to work.  I don't have tinyportal, so that wasn't a problem.

tironsi

#8
I saw the demo of this theme and I liked it very much. I tried it on my modest forum and it looked great. I will use it as a theme for the X-mas and the New Year. Thanx for sharing this theme with us TreetopClimber

Rebelbelle

I downloaded and installed both of them, the one from this site and the one from your, but still am not getting the option in the themes and layout to choose this theme.  It's like it is not there.

Assistance

thats weird

I actually installed 3 different and working versions of it
(didnt know i had to rename the TP version for it to work *cough cough*)
~playing poker~

TreetopClimber

Quote from: Assistance on December 02, 2006, 02:10:12 PM
thats weird

I actually installed 3 different and working versions of it
(didnt know i had to rename the TP version for it to work *cough cough*)
You only need to rename the index.template-tp.php to index.template.php if you are using TinyPortal

TreetopClimber

Quote from: Rebelbelle on December 02, 2006, 02:05:20 PM
I downloaded and installed both of them, the one from this site and the one from your, but still am not getting the option in the themes and layout to choose this theme.  It's like it is not there.
I dont understand why you are having these problems I looked through all the files and they are intact
on my end and these are the same files in the zip's.
I guess just keep trying

Assistance

Quote from: TreetopClimber on December 03, 2006, 12:41:11 AM
Quote from: Assistance on December 02, 2006, 02:10:12 PM
thats weird

I actually installed 3 different and working versions of it
(didnt know i had to rename the TP version for it to work *cough cough*)
You only need to rename the index.template-tp.php to index.template.php if you are using TinyPortal

yeop, finally figured it out on my own
you may want to say that tho in a download section
~playing poker~

TGB

#14
Quote from: TreetopClimber on December 02, 2006, 12:07:19 PM
Yeah if you dont need or want this please remove it ... sorry for any incovenience I had forgotten I put that in there. It was purely there to deter people from stealing my images.

they could always steal images from cache  ;D

I think a good rule is to only use images that you wouldnt mind anyone else having.
open source everything basically.


im using this theme on my site..
check it out in my sig 
www.dreamcasthaven.com <----- Running SMF 1.1.16 & heavily modified
www.psxhaven.com <----- Running SMF 1.1.16 & heavily modified
www.romhaven.info <----- Running SMF 1.1.16 & heavily modified
www.bthaven.com <----- Running TT 2.06

tutten

Anyone else have problems with the button images? I can get the images to display right when I am logged in. The show up correctly when I am in guest status.

Any ide what's wrong?

TreetopClimber

Can up post a link to your site or pm it to me so I can have a look?

tutten

My forum's adress is hxxp:www.ldk.no/forum [nonactive] The forum is in norwegian so i hope you understand  ;)
By the way, it is the same problem whit english language.

TreetopClimber

#18
The only thing I see that isnt working right is the news box in the user info area, did you edit the index.template.php?
Also I do know you edited the smf image in the middle of the board, why? now it looks dumb  ::)
Oh and 1 more thing Enable inline links for this theme or the trees wont show

tutten

#19
I found my error today. Under "Account Related Settings" there is an options "Preferred Language" I changed this form English to Norwegian and then everything worked fine.

I hope other that get the same problems find this info  ;D

Advertisement: