vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Home Enhancements - UKBL ~ Quality Drop Down Menu System (https://vborg.vbsupport.ru/showthread.php?t=203521)

UKBusinessLive 02-21-2009 05:34 AM

Quote:

Originally Posted by theparentpack (Post 1750362)
I don't see the Firefox logo in the list of browsers, is it compatible?

Sure, Thanks for the Heads up i'll have to add that :eek:

A super quick way to view if the menus are compatible is to download the code, Open the code in notepad or similar and then click Save as and save it as Menu.html to your desktop

You'll then be able to click on that, using whatever browser you want to check compatibility

Easy ;)

Skyrider 02-21-2009 10:06 AM

1 Attachment(s)
Very nice, I love it! But is there any way this can replace the navbar, but not completely? Here's a small example. (check attachment).. The only issue with of what I tried is that it completely streched the whole page.

UKBusinessLive 02-21-2009 10:24 AM

Quote:

Originally Posted by FF|Skyrider (Post 1750561)
Very nice, I love it! But is there any way this can replace the navbar, but not completely? Here's a small example. (check attachment).. The only issue with of what I tried is that it completely streched the whole page.

Hi,

I'm not sure what you mean, I guess if you added all the navbar items that you can onto it you could remove those links from the navbar and just keep the plain navbar on show ??

I'm not 100 percent sure as i've not looked at it as a replacement for the navbar, But experiment by all means

What did you mean that it streched the whole page??? did it make the page wider than it was???

A working link might help us to help you ;)

Skyrider 02-21-2009 10:48 AM

The link is http://forum.esforces.com , once registered you can change the theme to "ESF Style (OLD VERSION)". Or once registered, simple use http://forum.esforces.com/?styleid=1 .. The reason why you have to log in is then you will see the issues. But yes, I wish it to replace the whole navbar menu, but only the menu part.. The username as shown on the screenshot should stick around. I also have noticed that I removed the quick login by overwriting everything in the navbar.

What I wish to do is the following:

USERNAME:
YOUR MENU <- replacing the navbar.
THE FORUMS

Once logged out, it should showing something else ^_^.

As I noticed your menu sticks around while logged out. I don't think this should happen? Any possible way to change the menu depending in what usergroup you are or being logged out? So it shows other links?

UKBusinessLive 02-21-2009 03:25 PM

Quote:

Originally Posted by FF|Skyrider (Post 1750583)
The link is http://forum.esforces.com , once registered you can change the theme to "ESF Style (OLD VERSION)". Or once registered, simple use http://forum.esforces.com/?styleid=1 .. The reason why you have to log in is then you will see the issues. But yes, I wish it to replace the whole navbar menu, but only the menu part.. The username as shown on the screenshot should stick around. I also have noticed that I removed the quick login by overwriting everything in the navbar.

What I wish to do is the following:

USERNAME:
YOUR MENU <- replacing the navbar.
THE FORUMS

Once logged out, it should showing something else ^_^.

As I noticed your menu sticks around while logged out. I don't think this should happen? Any possible way to change the menu depending in what usergroup you are or being logged out? So it shows other links?

You can use conditionals around individual menu tabs ;)

ErrorLog 02-22-2009 09:16 AM

Nice work :)

UKBusinessLive 02-22-2009 09:25 AM

Quote:

Originally Posted by ErrorLog (Post 1751254)
Nice work :)


Thanks ;)

Dagothar 02-23-2009 01:53 AM

1 Attachment(s)
Hail, UKBusinessLive!

I want to use your great work, highly impressed by the results others have gotten :D, and in fact did. BUT I ended up with a mess, with all the dropdowns permanently hanging open. :eek:

I'm using FireFox 3.1 Beta 2, but the result is also the same with IE7.

I followed your instructions, modified your code, uploaded the images, correctly referenced them, and pasted the whole text at the end of the header Template in vBulletin 3.8.1. I am also using vBAdvanced CMPS.

A screenshot and the code in header that produced it are attached.

What happened?? Could you please point out what I'm doing wrong?? :erm:

I sure appreciate your help. :)

UKBusinessLive 02-23-2009 04:42 AM

Quote:

Originally Posted by Dagothar (Post 1751942)
Hail, UKBusinessLive!

I want to use your great work, highly impressed by the results others have gotten :D, and in fact did. BUT I ended up with a mess, with all the dropdowns permanently hanging open. :eek:

I'm using FireFox 3.1 Beta 2, but the result is also the same with IE7.

I followed your instructions, modified your code, uploaded the images, correctly referenced them, and pasted the whole text at the end of the header Template in vBulletin 3.8.1. I am also using vBAdvanced CMPS.

A screenshot and the code in header that produced it are attached.

What happened?? Could you please point out what I'm doing wrong?? :erm:

I sure appreciate your help. :)

Wow it its a mess :eek:

Best thing you can do is to

Write down wgat menus tabs you need and their sub menu's don't forget their urls and PM me those detail and i'll take a look when i get back home from work.

In the mean time, Delete what you've done, and have a go uploading the file as it is and tell me if that works.

Thanks ;)

Dagothar 02-23-2009 08:16 AM

ACK! :o

I figured it out...

When I copied/pasted the text from the edited text file--using Notepad with word wrap on--it entered an extra CR/LF on all your nice code lines.... I figured that out when I reread the text file I'd attached.

erp... :o:o:o

It now works fine, having turned off word wrap, copied, and pasted...

I see that someone else had that problem.

You may want to add a bit to your instructions.... Maybe something like this...

Quote:

Once you've made all your edits to the text file, ensure word wrap in your text editor is turned off so no extra CRs creep in, then copy all your edits, and paste them to the very end of the header template in vBulletin.
Sorry for wasting your time! :rolleyes:

And thanks again for the great help you've given us all for making our boards much more functional. Enjoy that beer money. :D

************* Edit ***********
Thanks again. Here're the results. I'm about to abandon the original Header navbar completely! :D
The Sentinels

UKBusinessLive 02-23-2009 04:23 PM

Quote:

Originally Posted by Dagothar (Post 1752121)
ACK! :o

I figured it out...

When I copied/pasted the text from the edited text file--using Notepad with word wrap on--it entered an extra CR/LF on all your nice code lines.... I figured that out when I reread the text file I'd attached.

erp... :o:o:o

It now works fine, having turned off word wrap, copied, and pasted...

I see that someone else had that problem.

You may want to add a bit to your instructions.... Maybe something like this...

Sorry for wasting your time! :rolleyes:

And thanks again for the great help you've given us all for making our boards much more functional. Enjoy that beer money. :D

Well thank you Sir, firstly i'm glad you managed to sort the problem out, Just got in from work just now so its been a long day for me :o, I'll add that about the word wrap to the first post shortly ;)

Secondly, Thanks for the donation :eek::D, It was a nice suprise this morning when i read my emails, makes these hacks and the support all worth while. So thanks for that.

:D

UKBusinessLive 02-23-2009 06:40 PM

UPDATE 23.02.09

For some of you Admins who prefer menu Buttons as opposed to a menu bar, i've made some buttons based on the above menu format, You can install it by following the same instructions as the main install, Just upload the graphics and edit your menu links and thats it.

Experiment with the css to change colors width of boxes etc, Add more or as little as you want, the important thing is to have fun learning.

https://vborg.vbsupport.ru/external/2009/02/38.png

As always, post here if you want help i'll help where i can :D

The Zip file is in the Download section in the first post ;)

Enjoy :D

PeterXP 02-23-2009 07:31 PM

Installed!

This is the site: http://www.fuzzy-village.de and http://forum.ahfd.org

Thanks UKBusinessLive

UKBusinessLive 02-23-2009 08:04 PM

Quote:

Originally Posted by PeterXP (Post 1752603)
Installed!

This is the site: http://www.fuzzy-village.de and http://forum.ahfd.org

Thanks UKBusinessLive

Hi PeterXP.

Your menu's look brilliant, but i'm suprised to see that you have a menu link to ModCP and AdminCP on view to guests and non registered :eek: if you leave them on show people will try and guess.

https://vborg.vbsupport.ru/external/2013/03/12.png


This can't be secure so you'll need to add a conditional around that menu link like this


Code:

<if condition="is_member_of($bbuserinfo, x, x, )">
where x and x is your usergroup ID for Amin and Mods

Don't forget to add the end statement at the end

Code:

</if>

Look below at the example

Code:

<li><span class="qmdivider qmdividery" ></span></li>
        <li><a class="qmparent" href="javascript:void(0)">PRIVATE MESSAGES</a>

                <ul style="width:165px;">
<if condition="is_member_of($bbuserinfo, x, x, )">
                <li><a href="http://www.ukbusinesslive.co.uk/forum/Admincp.php" title="List Messages">AdminCP</a></li>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/Modcp.php?do=newpm" title="Send New Message">ModCP</a></li>
</if>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/private.php?do=trackpm" title="Track Messages">Track Messages</a></li>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/private.php?do=editfolders" title="Edit Folders">Edit Folders</a></li>
                </ul></li>

Once again a smashing improvement, Well done

PeterXP 02-23-2009 10:05 PM

Thanks for your note, have changed :eek:

Xencored 02-23-2009 11:04 PM

Very Nice mate installed Thanks you ROCK!

UKBusinessLive 02-23-2009 11:41 PM

Quote:

Originally Posted by animemike (Post 1752770)
Very Nice mate installed Thanks you ROCK!

Thank You Sir :)

wAnBoA 02-24-2009 05:09 AM

Nice another update. :>
I have a question. Will such menu actually slow down the forum?
At the moment, my forum is a little laggy.
And i'm not sure what caused it. Maybe i have too many mods installed.

NetRover 02-24-2009 01:10 PM

Hi there, this looks good but I have stuggled a little playing with the examples.

I was trying to create nested lists so I get popouts like one of the examples.

When going to a main menu can the very first item in the list have a popout with it?

In the example when I copied settings and options that has a popout to be the very first item in the menu everything went wrong on the rest of the menu.

Validation broke too.

i hope i've made sense what I was trying to do. :)

UKBusinessLive 02-24-2009 04:16 PM

Quote:

Originally Posted by wAnBoA (Post 1753037)
Nice another update. :>
I have a question. Will such menu actually slow down the forum?
At the moment, my forum is a little laggy.
And i'm not sure what caused it. Maybe i have too many mods installed.

The menu's don't slow your system down at all, so not sure what the problem could be?? :confused:

UKBusinessLive 02-24-2009 04:18 PM

Quote:

Originally Posted by NetRover (Post 1753303)
Hi there, this looks good but I have stuggled a little playing with the examples.

I was trying to create nested lists so I get popouts like one of the examples.

When going to a main menu can the very first item in the list have a popout with it?

In the example when I copied settings and options that has a popout to be the very first item in the menu everything went wrong on the rest of the menu.

Validation broke too.

i hope i've made sense what I was trying to do. :)

Do you mean another menu block from the first dropdown block ??

kronnos 02-24-2009 06:06 PM

Can I use this mod to just to create dropdowns for the meanu I already have instead of creating a new menu style? Also, in the area(when logged in) whenre it shows number of PMs you recieved to have a drop down there too. Like here.. http://www.forumcoding.com

UKBusinessLive 02-24-2009 06:38 PM

Quote:

Originally Posted by kronnos (Post 1753543)
Can I use this mod to just to create dropdowns for the meanu I already have instead of creating a new menu style? Also, in the area(when logged in) whenre it shows number of PMs you recieved to have a drop down there too. Like here.. http://www.forumcoding.com

You could try and use parts of the code however having said that i can't really advise on other menu's structures. :erm:

kronnos 02-24-2009 07:00 PM

Quote:

Originally Posted by UKBusinessLive (Post 1753570)
You could try and use parts of the code however having said that i can't really advise on other menu's structures. :erm:

Will see what i can do with it but for me, it would be enough if I could atleast get it to work like here on VB.org, where you can click on user cp and see a list of options.

Thanks

UKBusinessLive 02-24-2009 07:20 PM

Quote:

Originally Posted by kronnos (Post 1753590)
Will see what i can do with it but for me, it would be enough if I could atleast get it to work like here on VB.org, where you can click on user cp and see a list of options.

Thanks

You can do most of that with my menu ;) Good luck either way :up:

K4GAP 02-26-2009 04:46 AM

Quote:

Originally Posted by KrU$ty (Post 1728970)
I replaced the navbar with this menu. Looks good. You can see it here.

Nice work!

Xencored 02-27-2009 05:59 AM

Sup dude is there anyway i can center the text on the bar so there is a equal space at both ends

Cheers

UKBusinessLive 02-27-2009 11:38 AM

Quote:

Originally Posted by animemike (Post 1755776)
Sup dude is there anyway i can center the text on the bar so there is a equal space at both ends

Cheers

Hi Mike

Apologies for not getting back to you sooner, Internet problems :mad:

Anyway sorted now :D

You can actually adjust the padding at the begining of the css to make the tabs wider, But as for centering the whole menu i wouldn't advise to it as different resolutions will give a distorted menu bar and possibly a menu bar to top of another.

Without changing the padding at css level your guaranteed to have the menu OK on ALL Browsers, Change the padding and you may find problems.

;)

Legendery. 02-27-2009 07:52 PM

thanks bro.
great share...

Xencored 02-28-2009 02:18 AM

Quote:

Originally Posted by UKBusinessLive (Post 1755968)
Hi Mike

Apologies for not getting back to you sooner, Internet problems :mad:

Anyway sorted now :D

You can actually adjust the padding at the begining of the css to make the tabs wider, But as for centering the whole menu i wouldn't advise to it as different resolutions will give a distorted menu bar and possibly a menu bar to top of another.

Without changing the padding at css level your guaranteed to have the menu OK on ALL Browsers, Change the padding and you may find problems.

;)

Yo bro if i was off to try to center it any idea where i would start ive seen some have done it fine

Cheers

lowey 02-28-2009 10:06 AM

Quote:

Yo bro if i was off to try to center it any idea where i would start ive seen some have done it fine
Also interested in this, because I don't have the same number of items shown to guests and padding therefore doesn't help a lot.;)

Anyway, incredible stylish mod. Thanks a lot!

UKBusinessLive 02-28-2009 04:28 PM

Quote:

Originally Posted by lowey (Post 1756771)
Also interested in this, because I don't have the same number of items shown to guests and padding therefore doesn't help a lot.;)

Anyway, incredible stylish mod. Thanks a lot!

I cannot give instructions to center the menu bar as this will mess up the css and will appear distorted when viewing with other browsers, Feel free to do as you wish but i can't explain something that i can't guarantee. I hope you understand where i'm coming from ;)

Xencored 03-01-2009 08:43 AM

Quote:

Originally Posted by UKBusinessLive (Post 1755968)

You can actually adjust the padding at the begining of the css to make the tabs wider

Sorry mate i cant find this my skills in CCS sucks if you have time fancy showing me the bit i need to change

Cheers

UKBusinessLive 03-01-2009 09:55 AM

Quote:

Originally Posted by animemike (Post 1757455)
Sorry mate i cant find this my skills in CCS sucks if you have time fancy showing me the bit i need to change

Cheers

Will have a look for you mike, ;)

Xencored 03-01-2009 10:01 AM

Quote:

Originally Posted by UKBusinessLive (Post 1757481)
Will have a look for you mike, ;)

Thanks mate your a star ;)

brvheart 03-10-2009 01:13 AM

never mind read the post above

UKBusinessLive 03-10-2009 06:20 AM

Quote:

Originally Posted by animemike (Post 1757455)
Sorry mate i cant find this my skills in CCS sucks if you have time fancy showing me the bit i need to change

Cheers

The only way you can make the tabs central is by extending them the full width of your forums

https://vborg.vbsupport.ru/external/2010/01/29.png

you need to find this in the CSS

Code:

/*"""""""" (MAIN) Items""""""""*/       
        #qm0 a       
        {       
                padding:3px 60px 3px 3px;
                margin:0px 60px 0px 0px;
                background-color:transparent;
                color:#aaaaaa;
                font-family:Arial;
                font-size:11px;
                text-decoration:none;
                border-width:0px 1px 0px 0px;
                border-style:solid;
                border-color:#aaaaaa;

and change the padding and margin (in Red) to a higher value.

The only problem you have then is that it will be set to your resolution, people with other screen resolutions will just see a mess, or the menu bars on two rows.

i did state before the reson its coded like it is, is that it will work in all resolutions and in All Browsers, Changing the above will create problems when viewing, thats why i don't recommend it.

Thanks ;)

theparentpack 03-10-2009 07:14 AM

I love this hack, I actually replaced my navbar, after adding this to the header. Thanks for this one!

How can I add a link to mark forums read? Trying to replace the old navigation bar.

Is there a way to add a different drop down menu to one of my additional CMPS pages?

The Is there any way to make one of the sections just a button/link and not a drop down menu? If so, how?

How can I make certain links open in a new window?

Also, I love the color of the bar, but is there any way to change just the color of the actually drop down menus?

theparentpack 03-10-2009 07:19 AM

So is there a way for us to adjust our forums, as opposed to the MOD, so that this is centered and our forums do not require scrolling on any resolution monitor?

Quote:

Originally Posted by UKBusinessLive (Post 1764656)
The only way you can make the tabs central is by extending them the full width of your forums

https://vborg.vbsupport.ru/external/2010/01/29.png

you need to find this in the CSS

Code:

/*"""""""" (MAIN) Items""""""""*/       
        #qm0 a       
        {       
                padding:3px 60px 3px 3px;
                margin:0px 60px 0px 0px;
                background-color:transparent;
                color:#aaaaaa;
                font-family:Arial;
                font-size:11px;
                text-decoration:none;
                border-width:0px 1px 0px 0px;
                border-style:solid;
                border-color:#aaaaaa;

and change the padding and margin (in Red) to a higher value.

The only problem you have then is that it will be set to your resolution, people with other screen resolutions will just see a mess, or the menu bars on two rows.

i did state before the reson its coded like it is, is that it will work in all resolutions and in All Browsers, Changing the above will create problems when viewing, thats why i don't recommend it.

Thanks ;)


UKBusinessLive 03-10-2009 03:01 PM

Quote:

Originally Posted by theparentpack (Post 1764673)
I love this hack, I actually replaced my navbar, after adding this to the header. Thanks for this one!

How can I add a link to mark forums read? Trying to replace the old navigation bar.

Is there a way to add a different drop down menu to one of my additional CMPS pages?

The Is there any way to make one of the sections just a button/link and not a drop down menu? If so, how?

How can I make certain links open in a new window?

Also, I love the color of the bar, but is there any way to change just the color of the actually drop down menus?


Hi

All those points have been covered already, I will answer them below...

I love the color of the bar, but is there any way to change just the color of the actually drop down menus?

The first half of the code is the css, You can change different colors by simply changing the hex numbers - background-color:#000000;

there are serveral hex number referances in the css, that do different parts of the menu, Change the ones you need.

Code:

/* UKBL ~ Menu 0 */

        /*"""""""" (MAIN) Container""""""""*/       
        #qm0       
        {       
                width:auto;
                padding:5px 50px;
                margin:0px;
                background-color:#000000;
                background-image:url(qmimages/gradient_16.gif);
                border-width:1px;
                border-style:solid;
                border-color:#000000;
        }


        /*"""""""" (MAIN) Items""""""""*/       
        #qm0 a       
        {       
                padding:3px 30px 3px 3px;
                margin:0px 20px 0px 0px;
                background-color:transparent;
                color:#aaaaaa;
                font-family:Arial;
                font-size:11px;
                text-decoration:none;
                border-width:0px 1px 0px 0px;
                border-style:solid;
                border-color:#aaaaaa;
        }


        /*"""""""" (MAIN) Hover State""""""""*/       
        #qm0 a:hover       
        {       
                color:#ffffff;
                border-color:#ffcc33;
        }


        /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/       
        #qm0 li:hover>a       
        {       
                color:#ffffff;
                border-color:#ffcc33;
        }


        /*"""""""" (MAIN) Active State""""""""*/       
        body #qm0 .qmactive, body #qm0 .qmactive:hover       
        {       
                color:#ffffff;
                border-color:#ffcc33;
        }


        /*"""""""" (SUB) Container""""""""*/       
        #qm0 div, #qm0 ul       
        {       
                padding:15px;
                background-color:#000000;
                border-width:1px;
                border-style:solid;
                border-color:#ffcc33;
        }


        /*"""""""" (SUB) Items""""""""*/       
        #qm0 div a, #qm0 ul a       
        {       
                padding:3px 20px 3px 5px;
                margin:0px;
                color:#cccccc;
                border-width:0px;
                border-color:#ffcc33;
        }


        /*"""""""" (SUB) Hover State""""""""*/       
        #qm0 div a:hover       
        {       
                color:#ffcc33;
                text-decoration:underline;
        }


        /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/       
        #qm0 ul li:hover>a       
        {       
                color:#ffcc33;
                text-decoration:underline;
        }


        /*"""""""" (SUB) Active State""""""""*/       
        body #qm0 div .qmactive, body #qm0 div .qmactive:hover       
        {       
                color:#ffcc33;
                text-decoration:underline;
        }


        /*"""""""" Individual Titles""""""""*/       
        #qm0 .qmtitle       
        {       
                margin:2px 5px 5px;
                color:#f6f6f6;
                font-family:Arial;
                font-size:11px;
                font-weight:bold;
        }


        /*"""""""" Individual Horizontal Dividers""""""""*/       
        #qm0 .qmdividerx       
        {       
                border-top-width:1px;
                margin:4px 5px;
                border-color:#aaaaaa;
        }


        /*"""""""" Custom Rule""""""""*/       
        ul#qm0 li .qmparent       
        {       
                background-image:url(http://www.ukbusinesslive.co.uk/forum/images/arrow_14.gif);
                background-repeat:no-repeat;
                background-position:90% 50%;

How can I make certain links open in a new window?

Below is a link from a Menu Structure

Code:

<li><a href="http://www.ukbusinesslive.co.uk/forum/calendar.php" title="My Calender">My Calender</a></li>
To get the link to open in a new browser window, what you do is add the target="_blank" attribute to your link tag, like this in your Menu Links area

Code:

<li><a href="http://www.ukbusinesslive.co.uk/forum/calendar.php" target="_blank" title="My Calender">My Calender</a></li>
https://vborg.vbsupport.ru/external/2010/01/30.png

Is there a way to add a different drop down menu to one of my additional CMPS pages?

Not sure what you mean by this? If your saying that you want to add a second different menu altogether then you can if you add it to the CMPS header, If you want simply to add a further menu item or new tab, then you simply copy a menu block from the code and paste it underneath the last menu block in the code, Below is a menublock you can use, just edit the links to your requirements

Code:

<li><span class="qmdivider qmdividery" ></span></li>
        <li><a class="qmparent" href="javascript:void(0);">CALENDER</a>

                <ul>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/calendar.php" title="My Calender">My Calender</a></li>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/calendar.php?do=add&type=single&c=1" title="Add Single Event">Add Single Event</a></li>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/calendar.php?do=add&c=1" title="Ranged Event">Ranged Event</a></li>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/calendar.php?do=add&type=recur&c=1" title="Recurring Event ">Recurring Event </a></li>
                </ul></li>

The Is there any way to make one of the sections just a button/link and not a drop down menu? If so, how?

if you simply want a button/link without dropdowns then just get the first part of the code

[CODE]
Code:

<li><span class="qmdivider qmdividery" ></span></li>
        <li><a class="qmparent" href="javascript:void(0);">CALENDER</a>

Delete the menu dropdown links below it, thats all these..

Code:

<ul>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/search.php?searchid=167" title="Todays Post">Todays Post</a></li>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/search.php?do=getnew" title="New Post">New Post</a></li>
                <li><a href="http://www.ukbusinesslive.co.uk/forum/search.php?searchid=167" title="Post Last 24 Hrs">Post Last 24 Hrs</a></li>
                <li><a href="javascript:void(0);">New Item</a></li>
                </ul></li>

and then you need to add your link to the menu tab so from this

Code:

<li><span class="qmdivider qmdividery" ></span></li>
        <li><a class="qmparent" href="javascript:void(0);">CALENDER</a>

you need to add your url here (In Red)

Code:

<li><span class="qmdivider qmdividery" ></span></li>
        <li><a class="qmparent" href="YOUR_URL.COM">TAB_NAME_HERE</a>

How can I add a link to mark forums read? Trying to replace the old navigation bar.

To make a link that when people press it will make all forums read, you'll need to add a url like this to the menu

Code:

http://yourforum.com/forumdisplay.php?do=markread
don't forget to change yourforum.com to the name of your own forum ;-)

I hope thats answered your questions,

;-)


All times are GMT. The time now is 10:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01601 seconds
  • Memory Usage 1,926KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (14)bbcode_code_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete