Before posting any questions please remember to read the installation instructions, I have made it into a MODX file, i cannot guarantee that it will work with AUTOMOD!
[bluebox=WARNING]TRY AUTOMOD AT YOUR OWN RISK![/bluebox]
Read the instructions three times if you have to in order to install it correctly! If you do not know how to install stuff like this click the link on my sig! without furthere ado, here it is!
Authors: Cisco007 & DoYouSpeakWak??
I have modified it even more to work with hardcoded phpbb path links!
extract contents of archive open the install_mod.xml file in you favorite browser or right click and open with whatever browser you are using, read the instructions and install!
there are only three edits! I have also added Spanish language variables to it so if you do install it with automod you might get errors that you do not have language/es/ available!
once again I suggest you look carefully at the way the links are added to the overall_header.html file, that way you get and Idea of how they are structured, I also explain this on the DIY instruction on the xml file!
if you find any errors, please feel free to post them! but if they are not errors and they are your mistakes i will just point and laugh
[edit]DEMO IS DOWN AT THE MOMENT[/edit]
FAQ's
1. You should also put the link descriptions in the lang file
Answer:
[spoiler]this is referring to the part in red
<p><a href="{U_FAQ}?mode=rules">Please read some of the sites rules</a></p>
those are merely my own descriptions, you can always add your own link descriptions to suit your site, and also to translate to what you wish![/spoiler]
2. How do add more links!
Answer:
[spoiler]Well first of all you will need to go download this Buttons menu mod psd's use the .psd included with the mod to create your own link name!
then you will have to add the image to the navigation.css file like so
Find:
Code: Select all
.but-arcade span { background: transparent none 0 0 no-repeat;}
Code: Select all
.but-nameofmylink span { background: transparent none 0 0 no-repeat;}
Code: Select all
#navbar li.but-arcade { width: 71px; }
Code: Select all
#navbar li.but-nameofmylink { width: 71px; }
Find:
Code: Select all
.but-arcade span { background: url("{T_THEME_PATH}/menu/arcade.gif"); }
Code: Select all
.but-nameofmylink span { background: url("{T_THEME_PATH}/menu/nameofmylink.gif"); }
Code: Select all
</li>
Code: Select all
<li class="but-nameofmylink"><a href="pathtolink"><span></span>nameofmylink</a></li>
3. Some of the links are not working or I get an error!
Answer:
[spoiler]Some of those links are mere references, if you do not have those mods installed you will either have to remove the link or add the mod/or file for that particular link. A link with a /foldername/ only will not work unless the folder has some kind of index type file on it, or pointed directly to the file like /foldername/about.php![/spoiler]
4. I have mchat installed and after installing this menu the smilies don't work!
[spoiler]It might have to do with the jquery that is being use by both mods, try this see if it works,
open:
styles/prosilver/template/overall_header.html
find:
Code: Select all
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery.hoverIntent.minified.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
Code: Select all
<script type="text/javascript" src="js/jquery.hoverIntent.minified.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>