Hello
let me tell u the truth i always dont like any one to make my job .. becz i like to learn .. but the truth from your mod .. is really hard.. i have add over then 30 mod in my board.. never is ee a hard mod .. like yours..
becz it is really conf.. as my english is bad..
like ud ont see
after this line add
b4 this line add.
i really can't understand the installing file u have.. it is conf .. really i read it over then 20 time .. i try to make evrything and still not work some time give me error some time .. the view thread dose not show .. and so on
ok i need a help from u to let me undersand this ..
Code:
// pre-cache templates used by specific actions
$actiontemplates = array();
I Replace it with
Code:
// pre-cache templates used by specific actions
$actiontemplates = array(
'whoviewedpopup' => array(
'WhoViewedTemplate'
)
);
Fine
Code:
fetch_bbarray_cookie('thread_lastview', $thread['threadid']);
B4 ADD
Code:
// *********************************************************************************
// initialise some stuff...
$limitlower = ($pagenumber - 1) * $perpage;
$limitupper = ($pagenumber) * $perpage;
$counter = 0;
$threadview = fetch_bbarray_cookie('thread_lastview', $thread['threadid']);
$displayed_dateline = 0;
Code:
################################################################################
########################## Who Viewed This Thread ##############################
########################## CONFIGURATION ##############################
################################################################################
Know after i add this the last one u tell should i add the code from
Code:
// Section - Check if user has already viewed thread, and add UserID if they have not
TO
Code:
//redirect back to Pop Up Window
$url = "showthread.php?$session[sessionurl]do=whoviewedpopup&t=$threadid";
eval(print_standard_redirect('redirecting'));
}
}
this is i dont understand reasly what code i need to add in this part .. if u can tell me what code .. it will be easy my english is really bad.. and i hope that with your reply u can Tell me example after that put this code.. and iwill be done with this mod