2020-02-21, 01:49 PM
So, I am slowley getting used to this wonderful board software, I am now going through the template system and it`s a little tricker than I first thought,
In my header template you have the following:
Any guidance appreciated.
In my header template you have the following:
<ul class="menu top_links">
<a href="upload.php">Uploader</a>
{$menu_portal}
{$menu_search}
{$menu_memberlist}
{$menu_calendar}
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
where are the variables defined? in the database?.. in phpbb you have language files and includes, so am trying to work out how to add extra things to the header, you can see in the code provided , I have added a link to my onsite image uploader, but would like this as a variable so it includes an image like the others (calendar, search etc)Any guidance appreciated.