[FINAL]phpbb.com style menu

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Re: [BETA]phpbb.com style menu

Post by Ephemeraboy »

cisco007 » 11 Apr 2010, 03:34 wrote:don't know which one you are talking about! you have already posted on both topics of the one i have installed on my site, the one on this topic is one of them!
please see image below...(rounded by red line)
sorry if this question on the wrong place...
Last edited by Ephemeraboy on 11 Apr 2010, 01:49, edited 2 times in total.

Re: [BETA]phpbb.com style menu

Post by cisco007 »

you have already posted on that topic, it is the css pro dropdown menu, modified a lot for my site!
Any other questions regarding that menu ask at that other topic!

Re: [BETA]phpbb.com style menu

Post by Ephemeraboy »

cisco007 » 11 Apr 2010, 03:39 wrote:you have already posted on that topic, it is the css pro dropdown menu, modified a lot for my site!
Any other questions regarding that menu ask at that other topic!
oh oke then..
sorry so much

Re: [BETA]phpbb.com style menu

Post by cisco007 »

First post updated with a 4th FAQ!
Might of found a small bug!

Re: [BETA]phpbb.com style menu

Post by Sir Xiradorn »

I have the same problem but the deleting of this code

Code: Select all

<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
prevent the correct work to the bar....i have resolved instead this provlment deleting this part in the mchat in overall_header template

Code: Select all

<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_core_mini.js"></script>
And i write this part in this way because if you have a custom page out the main board forder the js script doesn't work
from

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>
to

Code: Select all

   <script type="text/javascript" src="{ROOT_PATH}js/jquery-1.3.2.min.js"></script>
   <script type="text/javascript" src="{ROOT_PATH}js/jquery.hoverIntent.minified.js"></script>
   <script type="text/javascript" src="{ROOT_PATH}js/scripts.js"></script>
Last edited by Sir Xiradorn on 12 Apr 2010, 09:05, edited 1 time in total.

Re: [BETA]phpbb.com style menu

Post by cisco007 »

yes you could do it either way remove one jquery or the other! i removed the first one, and my bar still works correctly! if you do have many custom pages, i agree the code you posted would work using the {ROOT_PATH}, but again this menu and it's instructions are made to work on a fresh board, if you have a heavily modded board, then you would have to modify it according to your needs!

Re: [BETA]phpbb.com style menu

Post by Stoker »

Demo seems to be gone?

Re: [BETA]phpbb.com style menu

Post by heredia21 »

Demo is working fine

Re: [BETA]phpbb.com style menu

Post by cisco007 »

i took it out, i forgot, about it, i will try to put it in another site!

Re: [BETA]phpbb.com style menu

Post by Stoker »

heredia21 » 12 May 2010, 17:04 wrote:Demo is working fine
Not with this menu ;)