| Author |
Message |
552211 New Member


Joined: Oct 31, 2005 Posts: 8
|
Posted:
Fri Nov 04, 2005 1:12 pm |
|
Here is a page transition code for html:
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=0)">
Simple enough to install on an html page, simply place it between the head tags.
My question: Is there a way to implement this into a phpnuke page?
I'm running PNP 7.6 |
|
|
|
 |
manunkind Client

Joined: Apr 26, 2004 Posts: 368 Location: Albuquerque, NM
|
Posted:
Fri Nov 04, 2005 2:19 pm |
|
Never used that stuff, but I think it should go in /includes/meta.php with all the other tags.
Note: that will work if you want the effects on every single page. Not sure how to do it for just one page. |
|
|
|
 |
552211 New Member


Joined: Oct 31, 2005 Posts: 8
|
Posted:
Fri Nov 04, 2005 2:46 pm |
|
Yes, I was able to do that a long time ago but like you said, it will effect all pages and I'm wanting to do it on just one.
I'd never go back to html but it seems that all the fun things you could do with it are not possible in phpnuke! |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Fri Nov 04, 2005 3:23 pm |
|
I think you'll have to modify your meta.php or possibly your theme's header head() function to check for the particular page you are wanting this to be included on and only include it there.
Although the following tutorial is in regarding to hiding the left blocks, you will see that the code for what you are looking for may be similar and done in a similar place.
Give it a shot.
Regards,
montego |
|
|
|
 |
552211 New Member


Joined: Oct 31, 2005 Posts: 8
|
Posted:
Fri Nov 04, 2005 5:42 pm |
|
I'll look it over but I got to tell you that I have played with the codes and scripts for a long time know off and on but I just don't think I know enough about what I'm doing.
Does this DYNMETAKEYS-1.1.2 have anything to do with my problem? It sounds like it's an admin controlled add-on for dealing with meta tags. I keep seeing it but have not found the actual files though. |
|
|
|
 |
|
|
|
|