to previous topic Print topic to next topic

 Root :: Developments :: Modules :: pnWikka, Bottom links in history page
 Moderated by:
 
  Bottom  pnWikka, Bottom links in history page
leobago Posted: 18.10.2007, 09:38
Noob
Noob


registered: Oct 06, 2007
Posts: 2

Status:  offline
last visit: 18.10.07
I think we must to add the folloing lines at end of function pnWikka_user_history in pnuser.php

Code
  1. function pnWikka_user_history($args)
  2. {
  3.                  ...
  4.     $pnRender->Assign('time',     $page['time']);
  5.     $pnRender->Assign('user',     $page['user']);
  6.     $pnRender->Assign('owner',    $page['owner']);
  7.  
  8.     return $pnRender->Fetch('pnwikka_user_history.tpl');
  9. }


Like this the links at bottom in the history page will work...

Bye ;)
Top  leobago send PM
 



Powered by pnForum Version 2.0.1
DarkMindZ