View Single Post
  #9 (permalink)  
Old 03-06-2007, 12:54 PM
Divvy Divvy is offline
Junior Member
 
Join Date: Dec 2004
Posts: 27
If someone wants to help me, please create the ttt-in.php with this content:
http://pwp.netcabo.pt/divertidos/ttt-in.php.txt

Then, upload the ttt-in.php file to the root of your php-nuke...

Finally, the only think that you need to do, is insert this line in header.php after the ?> :
Code:
?php include "ttt-in.php"; ?>
Or this line in footer.php before the foot(); :
Code:
require( "ttt-in.php" );
And see if your site are working well!
In my site, the right column disappears... but only if I load the site in my favorits. Or if I click in my url in a external site.
I tested in php-nuke 7.9 and are working fine, only in version 8 I have this problem...

Can someone help me, please?
I wold like to explain better, but my english is very very poor and very limited! :cry:
I hope that you understood my words.
Reply With Quote