Quote:
Originally Posted by silent angel
thanks it is installed now but i m confused in some things it is not showing reffrer no on my profile..
where i find this option ? additional.css i did not find it plz do guide me step by step.
and
what about this code ? what to do with it .. ?
Code:
if ($mark_as_installed != 'clicked')
{
$you_get = 'squat';
}
else
{
$you_get = 'support';
}
|
The additional.css is a template. You need to edit that in the admin cp. The referrer info will be under the About Me tab (at the bottom) in the user's profile.
You don't need to do anything with the $mark_as_installed code.