PDA

View Full Version : quick links menu under navbar - please read


remote3m
08-26-2008, 12:46 PM
Hi,

I have looked threw all the mods possible to try and figure out if I can get this done on my own but I must be missing something.

I have attached 2 pictures to this post that show exactly what I want for my forum. I am not sure if there is a mod already available that will allow me to make that exact mod to my forum.

I have sections within the forums that I want to be able to have quick links made to. If this cannot be automated I will be forced to have to write alot of html code into teh navbar template of the website.

Please view the pictures attached and advise if I have just passed over the available mod or if there is a way to do this threw teh admincp.

Thank you all for your time,
Remote

Lynne
08-26-2008, 02:08 PM
Have you read any of these articles?
How To Add Drop Down Menus To Your Navbar (https://vborg.vbsupport.ru/showthread.php?t=122523&highlight=drop%2A)
Want to add multiple drop-down menus in your Navbar? (https://vborg.vbsupport.ru/showthread.php?t=126649&highlight=drop%2A)

remote3m
08-26-2008, 02:16 PM
I did, but these seem to add drop downs directly onto the navbar and do not seems to show how to have a seperate section all together with dropdowns as the picture shows.

Unless it does and I missed it..

Lynne
08-26-2008, 02:29 PM
They basically just show you the code to make drop-downs. I think you can put the drop-downs wherever you want.

remote3m
08-26-2008, 02:32 PM
OK,
Thank you for your assistance.. I will see what I can come up with and report back to you

Lynne
08-26-2008, 02:35 PM
If you are having problems, feel free to post what code you've added to your template and tell us the problem and we'll see if we can help you. (Use the code or html tags please.)

Jaiibee
08-27-2008, 12:34 AM
Try making a new table row ( <tr> ) using the same styling as your vbulletin style.

So you'll have <tr> <td> ALL YOUR NAVBAR </td> </tr>
and then under that... <tr> <td> YOUR NEW DROPDOWNS </td> </tr>

Hope that helps a little bit =]