Welcome to PhpBB3 BBCodes. Click here to register
Feed

[FINAL]phpbb.com style menu

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: [FINAL]phpbb.com style menu

Postby haribda » 28 Jul 2010, 02:17

Do you mind doing it now, if you have free time? I will put the code right now you can check in few minutes!
User avatar
haribda

BBCoder II
 
Windows Vista Opera
Status: Offline
Posts: 10
Topics: 1
Joined: 03 May 2010, 20:32
Last Visit: 31 Aug 2010, 02:34
PhpBB Version: 3.0.5

Donate to skip ads


Re: [FINAL]phpbb.com style menu

Postby haribda » 28 Jul 2010, 02:20

OK, I did it feel free to take a look now! Thank you!
User avatar
haribda

BBCoder II
 
Windows Vista Opera
Status: Offline
Posts: 10
Topics: 1
Joined: 03 May 2010, 20:32
Last Visit: 31 Aug 2010, 02:34
PhpBB Version: 3.0.5

Re: [FINAL]phpbb.com style menu

Postby cisco007 » 28 Jul 2010, 03:15

sorry, i am still here, if you want i'll take a look now!
Chatbox is NOT!! for support, nor PM's
Don't know how to do something check this FORUM out!
Image
Image
User avatar
cisco007

Supporter
 
Ubuntu Firefox
Status: Offline
Posts: 997
Topics: 10
Joined: 16 Mar 2010, 16:14
Last Visit: Today, 05:09
Location: Don't really know!
PhpBB Version: 3.0.7-PL1

Re: [FINAL]phpbb.com style menu

Postby haribda » 28 Jul 2010, 04:08

OK try now? Hope you are not gone yet? :)
User avatar
haribda

BBCoder II
 
Windows Vista Opera
Status: Offline
Posts: 10
Topics: 1
Joined: 03 May 2010, 20:32
Last Visit: 31 Aug 2010, 02:34
PhpBB Version: 3.0.5

Re: [FINAL]phpbb.com style menu

Postby cisco007 » 28 Jul 2010, 23:50

haribda, could you try something? if you have an image editor, could you take the bg_header.gif image from your prosilver/theme/images folder and stretch it to about 190px high, and replace the current one, but make sure you keep a copy of the original one, i have looked at your site, but since the picture is so big, i have not been able to get it to look good unless you add a bigger bg_header.gif! i could not fix it with the css!

ps. by the way it seems that you might be missing or have left an extra </div> during the edits, that is why the forums looks stretched!
Chatbox is NOT!! for support, nor PM's
Don't know how to do something check this FORUM out!
Image
Image
User avatar
cisco007

Supporter
 
Ubuntu Firefox
Status: Offline
Posts: 997
Topics: 10
Joined: 16 Mar 2010, 16:14
Last Visit: Today, 05:09
Location: Don't really know!
PhpBB Version: 3.0.7-PL1

Re: [FINAL]phpbb.com style menu

Postby mctoms » 01 Aug 2010, 22:06

working very good, thanks for add this mod!
User avatar
mctoms

BBCoder I
 
Windows XP Opera
Status: Offline
Posts: 2
Joined: 01 Aug 2010, 22:01
Last Visit: 02 Aug 2010, 08:41
Location: http://www.dengo.pl
PhpBB Version: 3.0.7-PL1

Re: [FINAL]phpbb.com style menu

Postby Berk » 20 Aug 2010, 20:25

Hi!

Help me please to do sub menu the same as here http://www.belariepark.cz/index.php


Thank you!
User avatar
Berk

BBCoder II
 
Windows 7 Firefox
Status: Offline
Age: 31
Posts: 5
Joined: 01 May 2010, 21:00
Last Visit: 30 Aug 2010, 14:46
Location: Kiev, Ukraine
PhpBB Version: 3.0.2

Re: [FINAL]phpbb.com style menu

Postby cisco007 » 20 Aug 2010, 20:45

this is not a request forum. but if you look at this menu, this is exactly what this is!
Chatbox is NOT!! for support, nor PM's
Don't know how to do something check this FORUM out!
Image
Image
User avatar
cisco007

Supporter
 
Windows 7 Firefox
Status: Offline
Posts: 997
Topics: 10
Joined: 16 Mar 2010, 16:14
Last Visit: Today, 05:09
Location: Don't really know!
PhpBB Version: 3.0.7-PL1

Re: [FINAL]phpbb.com style menu

Postby tanserman » 30 Aug 2010, 13:27

I'm on coffee_time and I'm struggling with the coding of the sub-menu. My Field is set out the following;

Code: Select all
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div id="wrap">
   <a id="top" name="top" accesskey="t"></a>
   <div id="page-header">
   <div id="header">
      <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
         <ul>
            <li class="active">Home</li>
            <li class="active"><a href="http://avfcforums.com/index.php">Forum</a></li>
            <li class="active"><a href="http://www.avfcforums.com/viewforum.php?f=31">Reports</a></li>
            <li class="active"><a href="http://www.avfcforums.com/gallery/menu.php">Gallery</a></li>
            <li class="active"><a href="http://www.avfcforums.com/viewforum.php?f=29">News</a></li>
            <li class="active"><a href="http://avfcforums.com/contact.php">Contact</a></li>
         </ul>
      <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
         <div id="search-box">
            <form action="{U_SEARCH}" method="post" id="search">
            <fieldset>
               <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
               <input class="button2" value="GO" type="submit" /><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
            </fieldset>
            </form>
         </div>
      <!-- ENDIF -->
         <div id="site-description">
            <h1></h1>
            <p></p>
         </div>
   </div>


Any idea's how to get it to work on this?

Thanks.
User avatar
tanserman

BBCoder I
 
Windows Vista Firefox
Status: Offline
Posts: 3
Joined: 30 Aug 2010, 13:24
Last Visit: 04 Sep 2010, 17:11
PhpBB Version: 3.0.7-PL1

Re: [FINAL]phpbb.com style menu

Postby cisco007 » 30 Aug 2010, 13:46

i don't have that style installed because it's kind of hard to install this menu mod on, but let me take a look and get back to you with it!
Chatbox is NOT!! for support, nor PM's
Don't know how to do something check this FORUM out!
Image
Image
User avatar
cisco007

Supporter
 
Ubuntu Firefox
Status: Offline
Posts: 997
Topics: 10
Joined: 16 Mar 2010, 16:14
Last Visit: Today, 05:09
Location: Don't really know!
PhpBB Version: 3.0.7-PL1

Donate to skip ads


PreviousNext

Return to Modifications



  • Similar topics
    Replies
    Views
    Last Post

Who is online

Users browsing this forum: No registered users and 1 guest