How to add a top button?

hi,everyone.

how to add a button such as "manbers list" on the top?

[ATTACH]12352[/ATTACH]

post-68791-1216630096_thumb.jpg

button.jpg
button.jpg

#505715

The Members list button should show up as default.

But to add your own button, you'll need to edit the navbar template.

Navigation / Breadcrumb Templates > navbar

Look for:

<ul id="tb-icons">

<li id="tb-logo"><a href="../../unavailable.html" title="$vboptions[bbtitle]"></a></li>

Then add your toolbar icon where you want it, with the following (change to fit your needs)

<li id="tb-itemname"><a href="../../unavailable.html"><img src="../../unavailable.html" alt="" />
Link Name</a></li>

#505720

i want add a link to my store.

and thanks a lot,i got it.^_^

#505762