2006-01-22, 06:53 PM
Something really wrong !!
i have made a certain custome page, with all the headers, footer, navigation ect....
so this page is being as Unkown Location since i set it. and since then i've been trying to find out how to set a user activity ( location) for this page.
I have read several posts, and tried several ways
usually it was like
find
and above it
add
and
find
above it
all that didn't work.
some questions:
1- case "mypage":, mypage referes to what ?? the template name, file name or the nav.
2- anything else to be added to that page ? i have tried actually something but also havent worked.
so who have tried that and had it working ???
regards
i have made a certain custome page, with all the headers, footer, navigation ect....
so this page is being as Unkown Location since i set it. and since then i've been trying to find out how to set a user activity ( location) for this page.
I have read several posts, and tried several ways
usually it was like
find
// default
default:
$locationname = sprintf($lang->unknown_location, $user['location']);
break;
and above it
add
//mypage
case "mypage":
$locationname = "Viewing my page";
break;
and
find
default:
$user['activity'] = "unknown";
break;
above it
//mypage
$user['activity'] = "viewing my page";
break;
all that didn't work.
some questions:
1- case "mypage":, mypage referes to what ?? the template name, file name or the nav.
2- anything else to be added to that page ? i have tried actually something but also havent worked.
so who have tried that and had it working ???
regards