Posted: Sun Dec 04, 2005 9:32 am Post subject: Corporate Icon missing
Greetings,
I have downloaded the Corporate Driving Directions module recently. I don't know what PHPNuke version this module is for. It does not exactly say. I did have to replace a line of code in order to get it to work. I replaced:
Code:
if (!defined('MODULE_FILE')) {
die ("You can't access this file directly...");
With:
Code:
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
Just to get to stop saying..."You can't access this file directly..."
I believe that my problem is a version difference. I am running an older version of nuke...7.x What version is this module for?
Joined: Jun 23, 2005 Posts: 582 Location: United States
Posted: Wed Dec 07, 2005 4:34 pm Post subject:
Hello, sorry for the delay. All projects here are tested on PHP-Nuke 7.9.0.3.1 or higher. Do you have the 3.1 update for your install? _________________ Visit the DaDaNuke Wish List
ok dadabit going bit off topic but you should removed 7.9 filter not everyone uses 7.9 you could sent it throught the html filter or add the function for the filter to the module.
just my 2 cents.
p.s if you need any help with programming as sounds like you have lot of work, and i just given up with work with fb, as he wanted to make him a forum un under 2 months it was to much for me to handle in little time and little $'s
Joined: Jun 23, 2005 Posts: 582 Location: United States
Posted: Wed Dec 07, 2005 6:18 pm Post subject:
Great idea! Look, I for one am under no illusion of my coding experience or lack thereof. It just works, so I thought I would share with the rest of the community. Any contributions would be more than appreciated. Thank you for the support friend _________________ Visit the DaDaNuke Wish List
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