[FINAL]phpbb.com style menu

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
User avatar
Ephemeraboy
BBCoder II
BBCoder II
Posts: 37
Joined: 09 Mar 2010, 04:03
Location: bonatius.com
Contact:

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, 03:49, edited 2 times in total.
My Personal Blog
http://www.bonatius.com
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
User avatar
Ephemeraboy
BBCoder II
BBCoder II
Posts: 37
Joined: 09 Mar 2010, 04:03
Location: bonatius.com
Contact:

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
My Personal Blog
http://www.bonatius.com
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: [BETA]phpbb.com style menu

Post by cisco007 »

First post updated with a 4th FAQ!
Might of found a small bug!
User avatar
Sir Xiradorn
BBCoder II
BBCoder II
Posts: 10
Joined: 08 Mar 2010, 11:36
Location: MMM....i don't know.....
Contact:

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, 11:05, edited 1 time in total.
EN language torturer :twisted:
Admin Leader & Founder of: Xiradorn Lab - www.xiradorn.it
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: [BETA]phpbb.com style menu

Post by Stoker »

Demo seems to be gone?
Board rules! No PM support
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: [BETA]phpbb.com style menu

Post by heredia21 »

Demo is working fine
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: [BETA]phpbb.com style menu

Post by Stoker »

heredia21 » 12 May 2010, 17:04 wrote:Demo is working fine
Not with this menu ;)
Board rules! No PM support
Locked