Clan Adverts

PHP Web Host - Quality Web Hosting For All PHP Applications

 

www.clan-themes.co.uk :: View topic - Fade Effect

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

Fade Effect

9 Replies / 1045 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » Java Scripts

View previous topic :: View next topic


newtronical1
Reputation: 2.3
Local time: 6:01 PM
Location: Alabama
usa.gif

Status: Offline
0.05 posts per day
Medals: 0

Joined: Dec 29, 2007
Last Visit: 24 Jan 2008
Posts: 13
Points: 268 

Post Fade Effect Posted: Sun Dec 30, 2007 11:59 pm   

Hey ya'll. I got this fade download and it is telling me to put a line of script in the header of my phpnuke platnium site. Problem is that when I do this, I get a white screen with a fatel error for the wrong syntex.

I have seen this effect on phpnuke sites before and I was wondering if anyone here knew how I can add this effect to my site.

Thanks for viewing my message and thanks for all the replies.
 

Some Call It A Forum, I Call It A Visiting Page.  
View user's profileSend private messageVisit poster's website Reply with quote

Ped
Reputation: 326.7
votes: 17
Local time: 1:01 AM
Location: Great British Empire
uk.gif

Status: Offline
2.43 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 06 Oct 2008
Posts: 1684
Points: 12939 

Post Re: Fade Effect Posted: Mon Dec 31, 2007 4:08 pm   

Its not hard to add, i would need your themes header file whether its header.php or header.html so i can tell you where to place the code

Just attach it here and well have a look a
 

 
View user's profileSend private messageSend e-mailVisit poster's website Reply with quote

newtronical1
Reputation: 2.3
Local time: 6:01 PM
Location: Alabama
usa.gif

Status: Offline
0.05 posts per day
Medals: 0

Joined: Dec 29, 2007
Last Visit: 24 Jan 2008
Posts: 13
Points: 268 

Post Fade Effect Posted: Mon Dec 31, 2007 10:51 pm   

I appreciate the reply Ped. Ive tried adding the file as it is, a php file and the site would not let me do it. Then I pasted it to a text document and it still would not let me add the file as an attachment. I dont know of any other way to add this file through the attachment system.

I also tried to post the line of code needed to be added to the header file and the site came back and said I was blocked from the site. I just hit the back button and all was well there. I could e-mail you the file if I cant add it here.

Wondering what to do now. Bad HAir Day
 

 
View user's profileSend private messageVisit poster's website Reply with quote




Ped
Reputation: 326.7
votes: 17
Local time: 1:01 AM
Location: Great British Empire
uk.gif

Status: Offline
2.43 posts per day
Medals: 2 (View more...)
Dedicated User (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 06 Oct 2008
Posts: 1684
Points: 12939 

Post Re: Fade Effect Posted: Mon Dec 31, 2007 11:30 pm   

stick it inside a zip file
 

 
View user's profileSend private messageSend e-mailVisit poster's website Reply with quote

newtronical1
Reputation: 2.3
Local time: 6:01 PM
Location: Alabama
usa.gif

Status: Offline
0.05 posts per day
Medals: 0

Joined: Dec 29, 2007
Last Visit: 24 Jan 2008
Posts: 13
Points: 268 

Post Fade Effect Posted: Tue Jan 01, 2008 10:36 pm   

Thanks Ped for assisting me in this. I know yo umust really be busy and I think its awesome. I have attached the header and the instructions with the line of codes in the zip file. Looking forward to your responce.

Header.zip
 Description:
Header Zip

Download
 Filename:  Header.zip
 Filesize:  2.18 KB
 Downloaded:  3 Time(s)

 

 
View user's profileSend private messageVisit poster's website Reply with quote

Ped
Reputation: 326.7
votes: 17
Local time: 1:01 AM
Location: Great British Empire
uk.gif

Status: Offline
2.43 posts per day
Medals: 2 (View more...)
Dedicated User (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 06 Oct 2008
Posts: 1684
Points: 12939 

Post Fade Effect Posted: Tue Jan 01, 2008 11:36 pm   

Well im doing it slightly diffrent than the readme states

First upload the fader.js to yoursite.com/scripts/ if the scripts folder doesn't exist make it !

Here is the code that i added in between the head tags in the header

Code:
/*****************************************************/
/* Fades each page and links                   START */
/*****************************************************/   
?>
<script type="text/javascript" src="scripts/fader.js"> </script>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=1.0)">
<meta http-equiv="Site-Enter" content="blendTrans(Duration=1.0)">
<meta http-equiv="Site-Exit" content="blendTrans(Duration=1.0)">   
<?php   
/*****************************************************/
/* Fades each page and links                   END   */
/*****************************************************/   


Make a backup of the old header.php just in case it mucks up and here is your new one below

new_header.zip
 Description:

Download
 Filename:  new_header.zip
 Filesize:  1.78 KB
 Downloaded:  6 Time(s)

 

 
View user's profileSend private messageSend e-mailVisit poster's website Reply with quote


Far Cry 2



newtronical1
Reputation: 2.3
Local time: 6:01 PM
Location: Alabama
usa.gif

Status: Offline
0.05 posts per day
Medals: 0

Joined: Dec 29, 2007
Last Visit: 24 Jan 2008
Posts: 13
Points: 268 

Post Fade Effect Posted: Wed Jan 02, 2008 9:55 am   

Thanks so much for doing this for me. I really appreciate it alot.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Ped
Reputation: 326.7
votes: 17
Local time: 1:01 AM
Location: Great British Empire
uk.gif

Status: Offline
2.43 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 06 Oct 2008
Posts: 1684
Points: 12939 

Post Re: Fade Effect Posted: Wed Jan 02, 2008 10:21 am   

I think ive added this script myself once to an old site, and if im correct it doesnt work with Firefox, only IE hence why i removed it
 

 
View user's profileSend private messageSend e-mailVisit poster's website Reply with quote

newtronical1
Reputation: 2.3
Local time: 6:01 PM
Location: Alabama
usa.gif

Status: Offline
0.05 posts per day
Medals: 0

Joined: Dec 29, 2007
Last Visit: 24 Jan 2008
Posts: 13
Points: 268 

Post Fade Effect Posted: Wed Jan 02, 2008 11:01 pm   

Well to tell you the truth Ped, I think I have used a script simular to this once before and it slowed my site down alot. The load times were imbearable. I figured since it has been awhile, Id give it another go. Im gonna try it this weekend as work and school has my time tied up during the week.

Thanks again mate!
 

 
View user's profileSend private messageVisit poster's website Reply with quote




Gizzymomo
Reputation: 6.4
Local time: 6:01 PM

blank.gif

Status: Offline
0.07 posts per day
Medals: 0

Joined: Jan 03, 2008
Last Visit: 15 May 2008
Posts: 20
Points: 250 

Post Fade Effect Posted: Wed May 14, 2008 7:53 pm   

wow, you guys are really helpful on these forums.
 

 
View user's profileSend private message Reply with quote
Post new topic   Reply to topic  
   www.clan-themes.co.uk Forum Index » Java Scripts


 
9 Replies / 1045 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum