Quote:
Originally Posted by croft
man i cant find this code ANYWHERE at all in newreply. ?????
Code:
if (($tview = fetch_bbarray_cookie('thread_lastview', $threadinfo['threadid'])) != $threadinfo['lastpost'])
{
$url = "showthread.php?$session[sessionurl]p=$newpost[postid]&posted=1#post$newpost[postid]";
}
else
{
$url = "showthread.php?$session[sessionurl]p=$newpost[postid]#post$newpost[postid]";
}
|
Hey guys if anyone been succesefull with newreply.php can you please explain how you did it ?? Cause that code is NOWHERE on that file.