Page 1 of 1

No user Menue

Posted: 9. July 2010 10:15
by kolja
Hi

I installed the PortalviewMOD and it works
but i tried to ad the user menue (the box with the avatar) like this in the portalview.php:

Code: Select all

   if ($portal_config['portal_user_menu'])
   {     
      include($phpbb_root_path . 'portal/block/user_menu.' . $phpEx);
   }
But it dont work....

Any idea ?


Grets from Kolja

Re: No user Menue

Posted: 9. July 2010 13:16
by Marc
The user menu should be available in the Portalview MOD from the beginning. Did you change anything in the portal HTML files, e.g. portal_right.html or did you turn off the right column?

Re: No user Menue

Posted: 9. July 2010 14:12
by kolja
No changes, but i turned the rught column off...

Kolja

Re: No user Menue

Posted: 13. July 2010 17:49
by kolja
Ok, i found my mistake!

The user menue was originally on the right side witch i turned off.
After a little jugglicng with the code it works!

Thanks for the help

Kolja