PDA

View Full Version : Need help with a few things.


Dan!
07-19-2008, 05:29 PM
Heya,

I need to know how to have like, rounded edges in cat strips...

So a rounded bit on the left, aligning it, a normal bit in the middle and a rounded bit on the right, using alignment again...
How would I do this?
Anyone got a code from there forum so I can alt it?

Also, I need to know how to make Drop Down Menus...
The codes, like vb.org has with User CP and Help
Got a code I could have, would mean alot....

Thanks,
Dan!

Hex_legend
07-19-2008, 05:30 PM
For the code for the drop down menu's, there is an article on that :)

Take a look through the articles and you'll see it. It's Kerry-Anne's

Dan!
07-19-2008, 05:32 PM
For the code for the drop down menu's, there is an article on that :)

Take a look through the articles and you'll see it. It's Kerry-Anne's

thank you very much!
thanks for the reply :)

Still need to know how to make the cat strips though :(

--------------- Added 1216495557 at 1216495557 ---------------

I also need to know how to remove User CP from my navbar...

Any ideas?

Digital Jedi
07-19-2008, 06:41 PM
thank you very much!
thanks for the reply :)

Still need to know how to make the cat strips though :(

There's a few ways to do that, and not all of them use images:

Simple CSS rounded corners for your forum [no images] (https://vborg.vbsupport.ru/showthread.php?t=169230&highlight=rounded+corners)
Rounded Corners (https://vborg.vbsupport.ru/showthread.php?t=88808&highlight=rounded+corners)


I also need to know how to remove User CP from my navbar...

Any ideas?

Remove this from your navbar template (or the header template depending on where your skin has it):

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

Dan!
07-20-2008, 06:03 PM
Thanks for the help!

Dan!
x