Page 4 of 10

Re: [BETA]phpbb.com style menu

Posted: 11 Apr 2010, 03:37
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...

Re: [BETA]phpbb.com style menu

Posted: 11 Apr 2010, 03:39
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

Posted: 11 Apr 2010, 03:48
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

Posted: 12 Apr 2010, 03:44
by cisco007
First post updated with a 4th FAQ!
Might of found a small bug!

Re: [BETA]phpbb.com style menu

Posted: 12 Apr 2010, 11:00
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>

Re: [BETA]phpbb.com style menu

Posted: 12 Apr 2010, 16:12
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

Posted: 12 May 2010, 14:10
by Stoker
Demo seems to be gone?

Re: [BETA]phpbb.com style menu

Posted: 12 May 2010, 17:04
by heredia21
Demo is working fine

Re: [BETA]phpbb.com style menu

Posted: 12 May 2010, 17:05
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

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