[ABD] Buttons menu MOD 2.3.0 + subsilver2

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by imkingdavid »

Kamahl19 wrote:working on one dark dropdown and classic horizontal menu for subsilver
looking forward to it. :D
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
tiby
Registered User
Posts: 46
Joined: Mon Oct 20, 2008 6:11 am
Contact:

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by tiby »

hey, guys
just google "mega menu", you will get what you want, cheers
User avatar
zake black
Registered User
Posts: 694
Joined: Fri Jan 23, 2009 8:34 am
Location: Milton Keynes (UK)
Contact:

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by zake black »

tiby wrote:hey, guys
just google "mega menu", you will get what you want, cheers
Thanks, Looking at the sample though its pretty sluggish...
Shadow of Nobody
Registered User
Posts: 45
Joined: Sun Nov 23, 2008 5:51 pm

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by Shadow of Nobody »

How do I uninstall this properly with autoMOD? I was trying to get it working on subsilver2 to no avail - Uninstalled, restored the default stylesheet. It still shows up under the .MOD tab.
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by imkingdavid »

Shadow of Nobody wrote:How do I uninstall this properly with autoMOD? I was trying to get it working on subsilver2 to no avail - Uninstalled, restored the default stylesheet. It still shows up under the .MOD tab.
You will need to make sure that all of the files added by this MOD have been deleted from your server, especially the includes/acp/ and includes/acp/info folders. Once it's deleted, try to view the ACP Module in your web browser, it will give you an error, and should automatically remove the module for you.
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
Eragon
Registered User
Posts: 218
Joined: Tue Oct 07, 2008 1:57 pm

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by Eragon »

any news ?
User avatar
Kamahl19
Registered User
Posts: 1598
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia
Name: Martin
Contact:

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by Kamahl19 »

i paused development for few days, i am busy by work and school.. when those papers will disappear from my table, i will continue with this again
centralvalleyracing
Registered User
Posts: 4
Joined: Fri Apr 10, 2009 3:20 am

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by centralvalleyracing »

whats going on everyone. have me a small problem. im using phpbb3.. and i installed the se_pro theme. and i set up the button menu 1.1.0 on there. looks good. installed everything. but when i make a button. i refresh everything and stuff but it wont show up on the header bar. i double checked everything to make sure the coding is all right and it is. here is a pic of how it looks...

Image
centralvalleyracing
Registered User
Posts: 4
Joined: Fri Apr 10, 2009 3:20 am

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by centralvalleyracing »

bump
ProtoGT
Registered User
Posts: 141
Joined: Thu May 21, 2009 6:34 pm

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by ProtoGT »

Not installed properly because I didn't have a problem installing or configuring this mod.
wired076
Registered User
Posts: 1441
Joined: Mon May 21, 2007 10:19 am

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by wired076 »

centralvalleyracing wrote:whats going on everyone. have me a small problem. im using phpbb3.. and i installed the se_pro theme. and i set up the button menu 1.1.0 on there. looks good. installed everything. but when i make a button. i refresh everything and stuff but it wont show up on the header bar. i double checked everything to make sure the coding is all right and it is. here is a pic of how it looks...

Image
Make sure to refresh cache, imageset, template and theme.

If this doesn't work you may have an edit that has been done wrong somewhere.
User avatar
Eragon
Registered User
Posts: 218
Joined: Tue Oct 07, 2008 1:57 pm

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by Eragon »

Image


I installed this modification on phpbb 3.0.6 .. I have a small problem .. How do I solve this problem ?
I've made the cache and similar cleaning..

thanks for reply
sorry my english
(google translate)
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26502
Joined: Fri Aug 29, 2008 9:49 am

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by Mick »

Eragon wrote:I installed this modification on phpbb 3.0.6 .. I have a small problem .. How do I solve this problem ?
Try this (it has been reported earlier in this thread BTW)

In overall_header.html find:

Code: Select all

    <!-- IF S_MENU_ENABLED -->
        <span class="corners-bottom" style="height:0px;"><span></span></span></div>
        </div>
 

Replace with:

Code: Select all

    <!-- IF S_MENU_ENABLED -->
        <span class="corners-bottom" style="height:0px;"></span></div>
        </div>
 
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by imkingdavid »

Mixstar wrote:Try this (it has been reported earlier in this thread BTW)
btw, the thread is 50 pages long, so you can't expect everyone to read all of the pages of the thread. ;)
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
Eragon
Registered User
Posts: 218
Joined: Tue Oct 07, 2008 1:57 pm

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by Eragon »

problem solved

thanks for reply Mixstar :)
Locked

Return to “[3.0.x] Abandoned MODs”