The auth.navbar() produces an HTML helper DOM, so you can manipulate it as 
usual:

navbar = auth.navbar(mode='dropdown')
if auth.user:
    navbar.element('ul.dropdown-menu').components.extend([LI('Item 1'), 
LI('Item 
2'), ...])

Anthony

On Tuesday, April 30, 2013 11:22:56 AM UTC-4, ctrlSoft wrote:
>
> by default i have, login, logout .... register, i wish i could append some 
> links only if auth.user

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to