- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 30 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - cannot tap footer messages [ ]
Author
Message
ashish54
Sergeant
Joined: Dec 20, 2004
Posts: 83
Posted:
Wed Mar 30, 2005 9:27 am
i have put the same modules link in the footer through preferences in admin section.but it is not tapping same that links in footer.can you suggest me how to tap it also.
Evaders99
Site Admin
Joined: Aug 17, 2003
Posts: 12397
Posted:
Wed Mar 30, 2005 8:46 pm
Same problem I found when I tried to make a rewrite rule:
http://www.nukecops.com/postt41662.html
Code:
in footer.php
(Because GoogleTap is called before foot() and foot dies, we need to rearrange some code)
FIND
(the end of foot())
echo "</body>\n"
."</html>";
die();
}
DELETE the line
die();
FIND
$contents = ob_get_contents();
ob_end_clean();
echo replace_for_mod_rewrite($contents);
foot();
REPLACE WITH
foot();
$contents = ob_get_contents();
ob_end_clean();
echo replace_for_mod_rewrite($contents);
die();
_________________ Helping those that help themselves
Read FIRST or DIE!
"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
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