No.cheffen wrote: Thu Jan 02, 2020 1:01 pm Hi , is it possible give permission (user/moderator/administrator) to a pacfic dropdown ?
No.cheffen wrote: Thu Jan 02, 2020 1:01 pm Hi , is it possible give permission (user/moderator/administrator) to a pacfic dropdown ?
Code: Select all
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
Code: Select all
<script src="./ext/orthohin/navbar/styles/all/theme/bootstrap.min.js"></script>
Thanks.thecaretaker1 wrote: Sat Jan 04, 2020 1:32 am Just a heads up. I found the navbar was causing my forum to hang/not fully load today. I tracked it down to the line in the overall_footer_body_after.html which was directing to a third party site for the bootstrap.min.js file. It was taking an age to load the file.
I downloaded the bootstrap.min.js file and placed it in the theme folder. Then adjusted the line in the overall_footer_body_after.html to load it from my own site:Code: Select all
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
Now there are no issues with the forum pages loading and the navbar is working well. If you are finding the same issue, you might want to do the same.Code: Select all
<script src="./ext/orthohin/navbar/styles/all/theme/bootstrap.min.js"></script>
In case the site goes down completely, here is the bootstrap file.
bootstrap.min.js
I had exactly the same problem and you saved my day! hank you very much!!!thecaretaker1 wrote: Sat Jan 11, 2020 1:39 am Thanks for that. I also had to amend the services.yml and tables.yml files in the config folder to get it to work on the newer phpbb 3.3. You might want to add these files (attached).
Also, the downloaded file on Github is showing up as version 1.00. You may wish to update that too. Other than that, all is working well.
services.ymltables.yml
That's totally possible.
Hello Badhon_raj?Badhon_raj wrote: Tue Dec 12, 2017 1:11 pmYou mean the width of the navbar?fabiomaticus wrote: Fri Dec 01, 2017 5:28 pm how can I set the menu width to the same as the forum's width?
add the following in custom css field:By the way, I've fixed the sql errors.Code: Select all
nav.navbar.yamm{ max-width: 1200px; margin: 0 auto; }
Can you please try it?
just download again from github and replace the files.
You need to set container width.erelash_mf wrote: Mon Mar 30, 2020 12:59 pm Hello Badhon_raj?
Add this code but not changed.
How to change?
Code: Select all
.bootstrap .navbar .container {
width: 100%;
}
forgot to inform you.
The first image looks like is the custom.css file.erelash_mf wrote: Mon Mar 30, 2020 3:31 pm was done according to the instructions, but no changes were made
and Purged the cache
Glad that you liked the extension.Morgain wrote: Tue Apr 07, 2020 2:59 am This is a lovely extension. I do not understand why phpbb does not have a navbar so your extension is very important.
Functions are excellent and easy to edit.
I have the colours I want.
HURRAY!
Now I would like to edit 3 things:
THANK YOU.
Code: Select all
.bootstrap {
font-family: "your_font_name";
}
Code: Select all
.bootstrap .navbar .container {
width: 100%;
}