Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Customized Navigation Bar (How to code username for each user?)

By using pockets plugin I modified the top navigation bar on my test forum (http://herkesuzman.com/hutest)
<div id="UpBar">
<div align=right>
<a href="/hutest/dashboard/settings" target="_blank"><b>Dashboard</b></a>
<span class="lsep">|</span>
<a href="/profile"><b>Username?</b></a
<span class="lsep">|</span>
<a href="/hutest/entry/signout/STQW5N8I64MK?Target=discussions"> <b>Logout&nbsp;&nbsp;&nbsp;&nbsp;</b></a>
</span>
</div>

Which controller should I use for viewing specific "username" for each user instead of standard Username1 What should I put instead of /profile to view user's profile?

Comments

Sign In or Register to comment.