I have the menus I want but they are in the drop down menu
what I want for example is my forum link to be on the main menu bar not in a drop down menu
how can I change this
thanks
Dieser Beitrag wurde schon 1 mal editiert, zum letzten mal von Pahkiller am 07.06.2018 01:25.
Original von Pahkiller
I have the menus I want but they are in the drop down menu
what I want for example is my forum link to be on the main menu bar not in a drop down menu
how can I change this
thanks
If you want to adapt the templates, than you have to go to the theme folder.
There are all files saying "look like this"
Because of the big amount of files, you are confused at the beginning
The menu on the top is in /home/_topNav.php
You can delete whatever you want there, e.g. the forum link.
The left menu is descriped in the main templates:
theme -> defaultLayout.php + homeLayout.php
It is located in
<div id mainwrapper>
<div id="col1">
<div id="col"col_left">
there are the moduls imported, but you can also just add a link to the forum.
To have an example how this menu is build look at home/_showLatestMatches.php e.g.
Ok I tried everything to change the colors in the categories on the left but nothing they still stay white do you or can you tell me exactly where to find the code to change the color please
Also I have created a "Forum" name in the main menu now that's easy but unable to put a link to it. but nothing seems to work I tried but its definitely not that simple
can you help here please
thanks
If you want to adapt the templates, than you have to go to the theme folder.
There are all files saying "look like this"
Because of the big amount of files, you are confused at the beginning
The menu on the top is in /home/_topNav.php
You can delete whatever you want there, e.g. the forum link.
The left menu is descriped in the main templates:
theme -> defaultLayout.php + homeLayout.php
It is located in
<div id mainwrapper>
<div id="col1">
<div id="col"col_left">
there are the moduls imported, but you can also just add a link to the forum.
To have an example how this menu is build look at home/_showLatestMatches.php e.g.
Ok I tried everything to change the colors in the categories on the left but nothing they still stay white do you or can you tell me exactly where to find the code to change the color please
Also I have created a "Forum" name in the main menu now that's easy but unable to put a link to it. but nothing seems to work I tried but its definitely not that simple
can you help here please
thanks
If you want to adapt the templates, than you have to go to the theme folder.
There are all files saying "look like this"
Because of the big amount of files, you are confused at the beginning
The menu on the top is in /home/_topNav.php
You can delete whatever you want there, e.g. the forum link.
The left menu is descriped in the main templates:
theme -> defaultLayout.php + homeLayout.php
It is located in
<div id mainwrapper>
<div id="col1">
<div id="col"col_left">
there are the moduls imported, but you can also just add a link to the forum.
To have an example how this menu is build look at home/_showLatestMatches.php e.g.
Ok I tried everything to change the colors in the categories on the left but nothing they still stay white do you or can you tell me exactly where to find the code to change the color please
Also I have created a "Forum" name in the main menu now that's easy but unable to put a link to it. but nothing seems to work I tried but its definitely not that simple
can you help here please
thanks