Quote:
Originally Posted by StarBuG
You missunderstood me.
I know where I should place this but I need to know where:
case 'LinkMe':
the 'LinkMe' is taken from.
Hope you know what I mean
Ah and one more thing to fixe:
In LinkMe.php
find:
PHP Code:
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('LinkMe') . '");');
above it add:
PHP Code:
$navbits = array('' => "LinkMe");
$navbits = construct_navbits($navbits);
StarBuG
|
Hi,
the location is the key. In this line you define what should happen:
PHP Code:
$userinfo['where'] = "<a href=\"YOUR.php\
If the user is on this php file you define the action.
And thanks for the hint ( it is not a fix ) but it works as it is. Or it doesn't ?
Cheers,