Drop Down Menu by BK-Modding

Started by Burke ♞ Knight, November 21, 2008, 12:53:12 AM

Previous topic - Next topic

Burke ♞ Knight

Link to Mod

BK-Modding Drop Down Menu

This mod is no longer being updated due to SMF changes that make this mod not needed.

Version: 2.0 Date: 6/22/2013
Compatibility: 2.0 Beta 4

Originally posted in [Tip] Drop Down Menu Tutorial (..for all themes) on the SMF site.

Made by: BK Modding Team - BK Modding

This modification changes the menu to a drop down menu.
You will have to change the css code for custom themes.

Support:
You may get support or submit questions and comments in the modification's support topic at:
The SMF Site or BK Modding
Or at: [Tip] Drop Down Menu Tutorial (..for all themes) on the SMF site.




Credit Goes To:
*erhan - Made the original tutorial for doing the drop down menu.
LHVWB - Modified the tutorial for SMF 2.0 Beta 4

msvdm

Thank you very much,ages i been searching for drop down menu for SMF
you make my dream real BurkeKnight  :-*

msvdm

pooya

Amazing mod, could you share your non registration bar style ? lol

Burke ♞ Knight

Thank you. :)

Regbar warning by VBGamer45

I must say that the reg bar is also one of my favorite mods I've downloaded. VBGamer45 did an outstanding job on it.  :)

msvdm

i getting small problem after installing the mod
i try to install today Advanced Contact Form the default font for the buttons is more big,how to fix that ?

i attached picture with the message

Burke ♞ Knight

Go into the settings for the Advanced contact.
Near bottom, there should be box to enter the button name.
Enter:

Contact

It even says there that default is CONTACT. :)

msvdm

thank you
i don't see this early today when i install the mod :)


samozin



OldRockSongs

I have a problem, when I install it it displays this:

Burke ♞ Knight

Clear your browser cache.
I usually just do a force refresh.
If using FireFox, Ctrl+F5

Smoky "Rider" Blue

not working too well with the new rc..  :P

the menu is stuck on:

<div id="main_menu"> <ul class="clearfix">'; foreach ($context['menu_buttons'] as $act => $button) { echo ' <li id="button_', $act, '"> <a', $button['active_button'] ? ' class="active"' : '', ' title="', $act , '" href="', $button['href'], '"> <span', isset($button['is_last']) ? ' class="last"' : '', '>', ($button['active_button'] ? '<em>' : ''), $button['title'], ($button['active_button'] ? '</em>' : ''), '</span> </a> </li>'; } echo ' </ul> </div>'; 

and when applying the change, the entire menu dissapears :'(

cleared cache, etc.,  ;)
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

Burke ♞ Knight

This mod has not yet been edited for RC1. ;)

The only RC1 site I have at the moment, is not set for drop down, and I've been busy with PC upgrade, and personal issues.

I'll try to get to it, as soon as I can.

If someone else has come up with the changes, they can feel free to post them. :)

Smoky "Rider" Blue

thanks BK..

i do know what you mean.. i just got the new touch screen pc, so..

but if i have the time to sort it, i will.. but its not looking likely.. however, the code is used on the first rc on my Cabaret theme and it seems to work just fine..  :P
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

TW1ST3D

It's working fine on my 2.0 RC1 ..................Default Theme
Running 2.0 Gold.......SMF Rocks!!

Smoky "Rider" Blue

http://talkfaux.com/forum/  is your 1.1.8  link to other one?


and i find it odd, since it fails the index.template.php file right off the jump start, and that you ask for help when trying to change out backgrounds.. but hey! im glad you can code this correct for it to work for you..

be sure to tell how you did this Twisted.. learning shared, is much better ;)

the only way its working on my site is thru an old template, manipulated for the rc..  ;)
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

edi67

i hope to see soon this mod released for rc1 thx
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

willerby

I did a manual install of the index.template for RC1 on Shadow People and all appeared to be working fine until I checked the error log...

With eval() disabled in MyPHPAdmin the following errors crop up where I have added dropdowns...

ca5b38f9d7efc6e8ea8397d66323e9d1
Type of error: Undefined
URL http://www.xxx.com/forum/index.php?topic=26.0
8: Undefined index: title
File: /home2/lrsoccom/public_html/forum/Themes/Solihull/index.template.php
Line: 396


Line 396 is:

<li class="level1"><a href="', $button['href'], '" class="level1"><span><span class="title">' , $button['title'] , '</span></span></a>';

Also get duplicate undefined index for href instead of title.

Maybe I should have waited for RC1 mod! Meantime, can anyone help with why these errors are occurring. Index template attached...second version with tild is original before install of BK SMF Drop Down


willerby

NB: same errors using Default theme?

willerby


Advertisement: