vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Forum Home Enhancements - UKBL- Easy Menu Tabs (https://vborg.vbsupport.ru/showthread.php?t=200686)

UKBusinessLive 01-19-2009 05:01 AM

Quote:

Originally Posted by brvheart (Post 1717336)
I have a question and a comment -

Comment first - thank you!! This is easy and works great!

Question - I did not want this in the header, so I put it in forumhome just above the main forums (placed below the <!-- main -->). This worked great, until I viewed it in safari - when I look at it in firefox - no problem, IE - no problems, Safari - throws the rest of the main table to the right - do you know how I would fix that?

Firefox and IE should work ok, safari i'm not sure about as i don't use it, do you mean it throws it to the right like the VB.org ones on here??

Can you post a screen shot so i can see what you mean :confused:

brvheart 01-19-2009 11:54 AM

sure thing - here is the screenshot - I should have posted this to begin with

https://vborg.vbsupport.ru/

UKBusinessLive 01-19-2009 04:19 PM

Quote:

Originally Posted by brvheart (Post 1717779)
sure thing - here is the screenshot - I should have posted this to begin with

http://www.ncjjpix.com/main.php/d/18127-2/Picture+1.png

Hi Brvheart,

Yeah i see what you mean :eek: Not sure what to recommend there as i don't use safari, because of the security issues, so i can't really say what to do, You say its fine in IE and Firefox ;) Then i wouldn't worry too much with the safari issue. Perhaps a coder that uses safari could come up with a solution, but unfortunately for me, i wouldn't like to guess what to do next.

The Tabs are look great where you placed them :D

brvheart 01-21-2009 06:13 PM

Quote:

Originally Posted by UKBusinessLive (Post 1718024)
Hi Brvheart,

Yeah i see what you mean :eek: Not sure what to recommend there as i don't use safari, because of the security issues, so i can't really say what to do, You say its fine in IE and Firefox ;) Then i wouldn't worry too much with the safari issue. Perhaps a coder that uses safari could come up with a solution, but unfortunately for me, i wouldn't like to guess what to do next.

The Tabs are look great where you placed them :D

thanks man - I dont know either, I keep changing stuff around, it was the entire cat, but I added a <br /> and that made it just the header....if I figure it out I will let you know!!

UKBusinessLive 01-21-2009 10:31 PM

Quote:

Originally Posted by brvheart (Post 1720353)
thanks man - I dont know either, I keep changing stuff around, it was the entire cat, but I added a <br /> and that made it just the header....if I figure it out I will let you know!!

No worries let us know if you get it working in Safari ;)

Coleccromos 01-27-2009 05:02 PM

In my forum there is also another user with the same problem that brvheart

I hope you can find the solution.

Thank you

GSeybold 01-27-2009 08:45 PM

Hello UK
Sorry to bother you with such a stupid knob question but does the entire download go into an image folder? Can you tell me the path I should see if I've uploaded these correctly?

Thanks so much. :)

Gabby

GSeybold 01-27-2009 08:47 PM

Never mind. I get it.. Sorry

UKBusinessLive 01-27-2009 08:59 PM

Quote:

Originally Posted by GSeybold (Post 1726503)
Never mind. I get it.. Sorry

Are you done Gabby??? :confused:

let me know and i'll help where i can, but basically....

In Note pad look for this in the HTML code..

Code:

background:url("tableft1.gif") no-repeat left top;
and change the word tableft1.gif to the directory you have your images in, if you use photobucket or a similar storage site then your code would look something like this

Code:

background:url("http://i4875.photobucket.com/albums/rr1/ukbusinesslive/tableft1.gif") no-repeat left top;
Then you look for the other one here

Code:

background:url("tabright1.gif") no-repeat right top;
and basically do the same as the first edit. For both of them you need to add the url to your images between the brackets ;)

GSeybold 01-28-2009 07:24 AM

Yes thank you very much UK, I think I'm getting it. I just seem to do things a lot slower than most, always having to correct mistakes I make alone the way. Trial and error as I learn html , servers, host and all the rest of the stuff. I'm pretty burned out with fixing my forum over the past month so please forgive me stupidity. :o

Will this work on any style?

Thanks so much for your patience.

Gabby

GSeybold 01-28-2009 07:41 AM

Okay I'm lost now. Where do I find this html code? In what template?

Sorry:)

Vaupell 01-28-2009 01:38 PM

en teori it shoundt matter where you place the tabs,
but for them to be on all pages, header = on top of all.

But how you get this working beats me :D
Added the CSS in additional css styles,

and added the code at the end of the header

tadaa it just lists as <li> normally would do :p haha

anyway great mod for those that got it working.

saw a forum who had the tabs right above the forums them selfs instead of in the header. lovely.

UKBusinessLive 01-28-2009 02:06 PM

Quote:

Originally Posted by GSeybold (Post 1726969)
Okay I'm lost now. Where do I find this html code? In what template?

Sorry:)

Gabby the HTML file is in the Zip file for download in the first page of this thread.

You need to open this so you can edit it, You can open it in Notepad, or Word

Then the next thing to do is add the urls of where you placed your graphic files

finally, you need to edit the Menu links at the bottom of this file

When you've done all this you need to highlight all the code and then copy (Right mouse click on hightlight)

Next you need to add the code to the header template of your chosen style, Do this in the admin CP, Go to the end of the header template and Click Paste

Thats it really,

If you still have problems, PM me your links, and the url's of youir ghapic files and i'll do it for you :D

thewoodwhispere 01-28-2009 03:34 PM

It seems that the problem also exists in Chrome, as well as Safari. I have the same issue as brvheart, only mine throws the login box and directory tree to the right.

UKBusinessLive 01-28-2009 03:56 PM

Quote:

Originally Posted by thewoodwhispere (Post 1727316)
It seems that the problem also exists in Chrome, as well as Safari. I have the same issue as brvheart, only mine throws the login box and directory tree to the right.

Thanks for letting me know, I'm going to see what i can do to test it in chrome and safari, It would have to happen on the two browsers i never use :eek:

I'll keep you updated on this ;)

Have you had it running ok on IE and firefox ??

brvheart 01-29-2009 01:49 AM

I am still trying to find this - it would seem simple to me - but it is kicking my tail - I think that I am over complicating this....

UKBusinessLive 01-29-2009 05:00 AM

Quote:

Originally Posted by brvheart (Post 1727724)
I am still trying to find this - it would seem simple to me - but it is kicking my tail - I think that I am over complicating this....

I'm still looking at it it may just need a slight adjustment in the code but as i don't use chrome or safari, its hard for me to check :(

freewilley 01-30-2009 06:09 PM

dude can u provide me with pink ones? I really love this tabs it makes my job a lot easier when compared to other tab modifications we have over here! great job dude 5 stars and I am nominating this mod ! :D

UKBusinessLive 01-30-2009 06:27 PM

Quote:

Originally Posted by freewilley (Post 1729324)
dude can u provide me with pink ones? I really love this tabs it makes my job a lot easier when compared to other tab modifications we have over here! great job dude 5 stars and I am nominating this mod ! :D

Hi Freewilley :)

You didn't say if you wanted dark pink or light pink so i did both

Dark Pink

https://vborg.vbsupport.ru/external/2009/01/6.png

Light Pink

https://vborg.vbsupport.ru/external/2009/01/7.png

They are both in the zip attachment below

Have fun :D

freewilley 01-30-2009 06:37 PM

Quote:

Originally Posted by UKBusinessLive (Post 1729337)
Hi Freewilley :)

You didn't say if you wanted dark pink or light pink so i did both

Dark Pink

https://vborg.vbsupport.ru/external/2009/01/6.png

Light Pink

https://vborg.vbsupport.ru/external/2009/01/7.png

They are both in the zip attachment below

Have fun :D

wow thank you so much!! dude!! it really helps :D

UKBusinessLive 01-31-2009 04:27 PM

Quote:

Originally Posted by brvheart (Post 1727724)
I am still trying to find this - it would seem simple to me - but it is kicking my tail - I think that I am over complicating this....

For more of a browser proof menu set, your best bet is UKBL ~ Quality Dropdown Menu tabs https://vborg.vbsupport.ru/showthread.php?t=203521

This is compatible with

IE - v5:
IE - v5.5,
IE - v7:
IE - v8:

Firefox - All:
Mozilla - All:
Netscape - v6 & up:
Opera - v6 & Up:
Safari - All:
Goolge (Chrome):

I think this one might be better for you :D

hotwheels 02-02-2009 06:37 PM

Really good stuff man..........

Coleccromos 02-02-2009 06:59 PM

Quote:

Originally Posted by UKBusinessLive (Post 1730077)
For more of a browser proof menu set, your best bet is UKBL ~ Quality Dropdown Menu tabs https://vborg.vbsupport.ru/showthread.php?t=203521

This is compatible with

IE - v5:
IE - v5.5,
IE - v7:
IE - v8:

Firefox - All:
Mozilla - All:
Netscape - v6 & up:
Opera - v6 & Up:
Safari - All:
Goolge (Chrome):

I think this one might be better for you :D

Yes, but this is with menus but as we like tabs?

Thanks for your time

UKBusinessLive 02-03-2009 05:18 PM

Quote:

Originally Posted by Coleccromos (Post 1732237)
Yes, but this is with menus but as we like tabs?

Thanks for your time

Ha Ha :D Would you be happy if i made you a set of tabs, using the Dropdown Menu Script, That way it would be compatible with all browsers ???

Let me know and i'll make a set for you ;)

Too late already made them for you :D

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

Just 6 tabbed menu, its easy to add more or delete, an is now compatible with all browsers, just like the Drop Down menus :D

Enjoy ;)

Coleccromos 02-03-2009 07:02 PM

Quote:

Originally Posted by UKBusinessLive (Post 1733260)
Ha Ha :D Would you be happy if i made you a set of tabs, using the Dropdown Menu Script, That way it would be compatible with all browsers ???

Let me know and i'll make a set for you ;)

Too late already made them for you :D

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

Just 6 tabbed menu, its easy to add more or delete, an is now compatible with all browsers, just like the Drop Down menus :D

Enjoy ;)


Thank you very much for this help.

Now I'm going to work at it to make it more like real Easy Menu Tabs

Thank you very much for your time

UKBusinessLive 02-03-2009 08:17 PM

Quote:

Originally Posted by Coleccromos (Post 1733342)
Thank you very much for this help.

Now I'm going to work at it to make it more like real Easy Menu Tabs

Thank you very much for your time

No worries Buddy, Glad to help :D

You can change the colors, Fonts and background by changing the Hex Numbers in the top CSS part of the code and change the Url's of the sample site to your own website at the bottom HTML part

Have Fun ;)

Coleccromos 02-18-2009 10:36 PM

Quote:

Originally Posted by UKBusinessLive (Post 1733399)
No worries Buddy, Glad to help :D

You can change the colors, Fonts and background by changing the Hex Numbers in the top CSS part of the code and change the Url's of the sample site to your own website at the bottom HTML part

Have Fun ;)


or I could not give the same shape as the sample menu here.

Can you help me please?

Thank you!

UKBusinessLive 02-18-2009 10:40 PM

Quote:

Originally Posted by Coleccromos (Post 1748533)
or I could not give the same shape as the sample menu here.

Can you help me please?

Thank you!


It written differently in the same set up as the Dropdown menus, totally different from this one :erm:

Coleccromos 02-18-2009 10:44 PM

Quote:

Originally Posted by UKBusinessLive (Post 1748537)
It written differently in the same set up as the Dropdown menus, totally different from this one :erm:

Yes, it's perfect!

But I wish I could give it the same way as Easy Menu Tabs created by you and all colors and align the images in the center of the screen to the left and do not do it :erm:

UKBusinessLive 02-18-2009 10:48 PM

Quote:

Originally Posted by Coleccromos (Post 1748542)
Yes, it's perfect!

But I wish I could give it the same way as Easy Menu Tabs created by you and all colors and align the images in the center of the screen to the left and do not do it :erm:

With the script in the dropdown menu's they need to be as they are for it to work with all browsers, the minute you play with the code you lose the validation.

The Easy Menu Tabs although compatible with IE and FF, shows a few errors in opera and safari, Each one has its good points and bad points ;)

Coleccromos 02-18-2009 10:54 PM

Quote:

Originally Posted by UKBusinessLive (Post 1748545)
With the script in the dropdown menu's they need to be as they are for it to work with all browsers, the minute you play with the code you lose the validation.

The Easy Menu Tabs although compatible with IE and FF, shows a few errors in opera and safari, Each one has its good points and bad points ;)

Take a few days working with this new code and without success in my tests

Thanks for everything

UKBusinessLive 02-19-2009 04:40 AM

Quote:

Originally Posted by Coleccromos (Post 1748547)
Take a few days working with this new code and without success in my tests

Thanks for everything

I can make you a whole new set of menu tabs if you want, Do they have to be like the easy tabs or can they be different??? Post a link to your forum and i'll make you a nice set that you can be proud of. ;)

Coleccromos 02-19-2009 02:07 PM

Quote:

Originally Posted by UKBusinessLive (Post 1748727)
I can make you a whole new set of menu tabs if you want, Do they have to be like the easy tabs or can they be different??? Post a link to your forum and i'll make you a nice set that you can be proud of. ;)

I would do that?

Oh! be nice happened to my private forum

Many thank you very much!

PHILIPS-08 02-25-2009 08:57 AM

thanx alot mate ...........

brvheart 03-01-2009 08:53 PM

I like the drop down, but I have already customized the tabs and have them just like I want them - if they could be fixed that would awesome - if not I will try another way of doing this i guess :(

UKBusinessLive 03-01-2009 09:01 PM

Quote:

Originally Posted by brvheart (Post 1757910)
I like the drop down, but I have already customized the tabs and have them just like I want them - if they could be fixed that would awesome - if not I will try another way of doing this i guess :(

Do you mean if the dropdown menu tabs could just be fixed tabs as opposed to dropdowns???

If so there is a way of doing this ;)

brvheart 03-01-2009 11:27 PM

lol, that came out wrong - I meant if the set I am using could be figured out why it is not working with the other browsers

UKBusinessLive 03-02-2009 04:52 AM

Quote:

Originally Posted by brvheart (Post 1758064)
lol, that came out wrong - I meant if the set I am using could be figured out why it is not working with the other browsers

as far as i'm aware it only plays up with Opera and safari, Not sure why as i don't use either because of the security issues with them.

however saying that, with the dropdown menu's you can create simple tads that are compatible with all browsers, thats why i didn't bother trying to fix it for opera and safari.

;)

brvheart 03-10-2009 12:43 AM

I hear ya, I just like the looks of these better is all - I guess that I will uninstall this one and use the others :-/

UKBusinessLive 03-10-2009 06:22 AM

Quote:

Originally Posted by brvheart (Post 1764501)
I hear ya, I just like the looks of these better is all - I guess that I will uninstall this one and use the others :-/

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.

Sorry its not working right for you brvheart, but i did do this so its workable over all platforms ;)

Thanks ;)


All times are GMT. The time now is 01:28 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.02020 seconds
  • Memory Usage 1,859KB
  • 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
  • (4)bbcode_code_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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