MyBB Community Forums

Full Version: BootBB Calendar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

in my configuration don't exist the calendar!
How can I activate this?

ciao Maik
Calendar can be activated here.
/admin/index.php?module=config-settings&action=change&gid=17
No there is activated, but i can't see in this theme.
^ does the calendar work by using its url [forum/calendar.php] ?
do you see any display issue while using the calendar on a mobile device ?
You can add a link to the calendar in the header template somewhere among the other <li> elements. The code you need to add is:


<li id="nav-calendar"><a href="{$mybb->settings['bburl']}/calendar.php"><i class="fa fa-calendar"></i> {$lang->toplinks_calendar}</a></li>
(2018-12-09, 02:49 PM)panayot Wrote: [ -> ]You can add a link to the calendar in the header template somewhere among the other <li> elements. The code you need to add is:


<li id="nav-calendar"><a href="{$mybb->settings['bburl']}/calendar.php"><i class="fa fa-calendar"></i> {$lang->toplinks_calendar}</a></li>

Ah great.
Did you take over the work of Anurag?

Here my site: http://forum.boulderrausch.de/


[attachment=41329]

Ciao Maik
Anurag added me as a contributor to BootBB Project. I see that you use BootBB for a german site. Yesterday I submitted a new version which has translations for all English phrases that were in BootBB, so you may check it out. My website is in Bulgarian language: https://forum.androidbg.com/
The main problem is that you never know what files you have to adapt after the update synonymous.
I would suggest that you keep a list of custom changes that you do to your templates. Then you do a full upgrade of the theme. Then you apply your custom changes on the new theme.

This way you you do not miss anything.

I posted a related question here: https://community.mybb.com/thread-221026.html