2 comments
Comment from: David Powell Visitor
Comment from: Visitor
I just implemented this on an 0.9.1 install and it’s working smoothly.
I added the following after Ed’s hack to allow users to login or register on the spot:
user_login_link( ‘’, ‘ | ‘ );
user_register_link( ‘’, ‘ | ‘ );
user_admin_link( ‘’, ‘ | ‘ );
user_profile_link( ‘’, ‘ | ‘ );
user_logout_link( ‘’, ‘ | ‘ );
Ed,
Nice hackages.