Love the theme! One question, I added a private message counter to the header_welcomeblock_member_pms and it works fine on desktop but the counter does not show on mobile view. How can I add it to the mobile view button much like the Alerts button behaves? Thanks!
(2024-05-10, 12:22 PM)RocketFoot Wrote: [ -> ]Love the theme! One question, I added a private message counter to the header_welcomeblock_member_pms and it works fine on desktop but the counter does not show on mobile view. How can I add it to the mobile view button much like the Alerts button behaves? Thanks!
You can see how it is done for MyAlerts plugin. When you download BootBB, there is a folder "plugin-compatiblity". In myalerts_headericon.txt there is this code:
<span class="hidden-xs"> {$lang->myalerts_alerts}</span> ({$mybb->user['unreadAlerts']})</a>
The span with class hidden-xs will be hidden on mobile, but the unreadAlerts will continue to display.
(2024-05-12, 11:44 PM)panayot Wrote: [ -> ] (2024-05-10, 12:22 PM)RocketFoot Wrote: [ -> ]Love the theme! One question, I added a private message counter to the header_welcomeblock_member_pms and it works fine on desktop but the counter does not show on mobile view. How can I add it to the mobile view button much like the Alerts button behaves? Thanks!
You can see how it is done for MyAlerts plugin. When you download BootBB, there is a folder "plugin-compatiblity". In myalerts_headericon.txt there is this code:
<span class="hidden-xs"> {$lang->myalerts_alerts}</span> ({$mybb->user['unreadAlerts']})</a>
The span with class hidden-xs will be hidden on mobile, but the unreadAlerts will continue to display.
Excellent! I got it fixed up!
One other question, myAlerts modal opens on mobile almost off bottom of the screen. Is there a way to adjust this? On desktop it is perfect! Thanks!!
On mobile and on desktop it opens in the center of the screen.
(2024-05-13, 01:00 AM)panayot Wrote: [ -> ]On mobile and on desktop it opens in the center of the screen.
On mobile, that puts the modal almost out of view when it opens…I have to slide it up to see the modal! I was wondering if there is a way to set it up higher on the mobile view only?
There is something else weird with my theme...the Logout and Signin buttons are not using the proper Fontawesome icons! Instead they show the missing icon image but all the other buttons are perfect and using the correct FA icons? What would cause this? They should all be using the same icon library, shouldn't they?
I looked at your bladetalk forum and it seems that there are differences from the theme. For example in header_welcomeblock_guest it should be:
<i class="fa fa-sign-in"></i> {$lang->welcome_login}</a>
but in your forum it is
<i class="fa fa-comments" aria-hidden="true"></i> {$lang->welcome_login}</a>
Perhaps the problem with the modal positioning is also caused by some modifications on your forum.
Are you running the latest mybb + latest bootbb? Maybe you should try to install a test forum with unmodified bootbb theme so you can compare with your forum and search for differences.
Right-clicking on an element in the browser (like the login button) you can select Inspect in Firefox (Chrome also has similar functionality) and it will help you compare elements. You can also check my test forum with latest BootBB:
https://mybb.panayot.com/
(2024-05-14, 09:31 PM)panayot Wrote: [ -> ]I looked at your bladetalk forum and it seems that there are differences from the theme. For example in header_welcomeblock_guest it should be:
<i class="fa fa-sign-in"></i> {$lang->welcome_login}</a>
but in your forum it is
<i class="fa fa-comments" aria-hidden="true"></i> {$lang->welcome_login}</a>
Perhaps the problem with the modal positioning is also caused by some modifications on your forum.
Are you running the latest mybb + latest bootbb? Maybe you should try to install a test forum with unmodified bootbb theme so you can compare with your forum and search for differences.
Right-clicking on an element in the browser (like the login button) you can select Inspect in Firefox (Chrome also has similar functionality) and it will help you compare elements. You can also check my test forum with latest BootBB: https://mybb.panayot.com/
Thanks for the reply...the code is different because I tried another bootstrap icon name that worked...it only seems to be the sign-in and sign-out icons that were the problem. I also got the modal to open in the correct position by altering the responsive CSS a little bit to overide where ever it was calling the modal from.
I got everything on my forum working the way I want but I also wanted to use "Favorite Threads" plugin but the user CP page was in tables and I couldn't figure out how to style it after your "thread subscription" user cp page! I tried several times and then removed the plugin! For some reason, the threads were showing at the bottom of the user cp nav bar instead of beside the nav bar at the top! If you have any ideas on how to make it display properly, I would love to use that plugin!
Thanks again for the great theme! It is very well thought out and complete!
What is the difference between BootBB and BootBB Reloaded? I am running Reloaded on my forum.
In the new version, we have changed the design of the front page, Edited some components to fit properly on mobile, added some functionalities like User CP, MOD CP nav collapse on small screen. The breadcrumb has been updated. The CSS buttons adapt the colors of user's choice etc.
Check the screenshots here:
Imgur: The magic of the Internet
You can also check:
https://xiraa.com/index.php
Its using the same version with some extra modifications.
Also we have added CSS variables so one can choose any color they want by changing the variable.