Hi, i have searched the last 8 pages in general and couldn't find the answer so hopefully someone can help me by explaining what to edit and replace? Its totally different in the default theme that we install.
🍦 🎀 𝐼 𝐿❤𝒱𝐸 𝑀𝒴𝐵𝐵 🎀 🍦
![]() |
Hi, i have searched the last 8 pages in general and couldn't find the answer so hopefully someone can help me by explaining what to edit and replace? Its totally different in the default theme that we install.
🍦 🎀 𝐼 𝐿❤𝒱𝐸 𝑀𝒴𝐵𝐵 🎀 🍦
please elaborate your requirement. have you upgraded forum from 1.6.x to 1.8.x and unable to update the theme ?
if so, why not install a good looking compatible theme and use it .. http://community.mybb.com/mods.php?actio...ory=themes
Thanks for the quick reply. I am currently using the default theme and recent version 1.8.1 Mybb so I was just wondering if I could make the header the same as here and what codes to edit or replace?
default to this ??? 🍦 🎀 𝐼 𝐿❤𝒱𝐸 𝑀𝒴𝐵𝐵 🎀 🍦
it can be done by a series of tempalte and css edits...
check this thread, it will answer half your question and help you move the links (memberlist, help etc) into the panel upper bar.... then in the header template move the {$quicksearch} just above your logo like this...
now goto header_quicksearch template and change this
to this....
then we need to tweak the css to change its look... in global.css find
and change it as....
the only other thing left is the menu bar (docs, blog etc) and for that you need to add a ul menu like this just after your logo and add design css as per your liking....
let me know how it goes....
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet. Don’t Forget to “Mark as Solved” after the fix
@mmadhankumar Superb were almost done and thanks for the help up to now, I followed exactly everything from both threads and the outcome is 75% done picture shown below Search is missing the name search in blue ? We still have to bring over from the left the home,blogs,downloads all the way over to the right ? icons for portal,memberlists,calnder etc are now all the same how to change this ? home,blogs,downloads etc... css would be nice if you can tell me how to put it like mybb has it ? Let me know the code I posted is correct for the Header? 🍦 🎀 𝐼 𝐿❤𝒱𝐸 𝑀𝒴𝐵𝐵 🎀 🍦
looks like the css changes I said above and in that other thread has not taken effect yet... open your forum and do a hard refresh (ctrl + f5) or try opening the forum in a "Private Window" in your browser...
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet. Don’t Forget to “Mark as Solved” after the fix 🍦 🎀 𝐼 𝐿❤𝒱𝐸 𝑀𝒴𝐵𝐵 🎀 🍦
you havent changed the css for rest of the links like calendar and help.. thats why...
(2014-11-07, 04:13 PM)mmadhankumar Wrote: You need to edit the css for all the menu links in global.css.... currently it would be pointing to #logo you might need to change that to #panel .upper also i see you added "<nav id="topmenu">" in the header template change it to div.... "<nav to <div" and "</nav> to </div>" after that add these codes to global.css... youcan to do some minor modifications in the values like margin, border, colors etc to suit your forum and liking...
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet. Don’t Forget to “Mark as Solved” after the fix
@mmadhankumar I have good news... I redid this from scratch everything you explained again just now I only need a few adjustments can you please tell me how to fix these 3 small ones
![]() Search looks funny ? portal, member lists, calendar, help ..... "they need to come down just a few inches" ? Can you also tell me how to enlarge the black box where portal and welcome block as it shrunk somehow ![]() 🍦 🎀 𝐼 𝐿❤𝒱𝐸 𝑀𝒴𝐵𝐵 🎀 🍦
i believe you havent modified the css codes correctly.... let me provide the required css changes in a very simple way as it might prove useful to others too....
here is the list of changes to be made in the global.css file just copy paste the modified codes in respective places... 1. For the Search bar find this.....
and change it as....
2. For the Menu Links (memberlist, help, etc) find this.....
and change it as....
3. For the Top Menu (home, downloads etc) add this to global.css.....
after making above changes and saving the global.css file, open your forum.... do a hard refresh (ctrl+F5) or clear your browser cache and reload the forum...
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet. Don’t Forget to “Mark as Solved” after the fix |
« Next Oldest | Next Newest »
|