vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Menu (https://vborg.vbsupport.ru/showthread.php?t=63476)

B999V 04-05-2004 11:39 AM

Menu
 
Hello,

I want a menu bar like the menubar form the vB. Some points with popup like Quick Links. The secound problem ist the same menu must wort on sites with out vB. Is this posible? Somethink like this? http://www.drei-fragezeichen.de/Foru....php?styleid=5
Thank you for your help and sorry for my bad englisch.

Bj?rn

Boofo 04-05-2004 12:07 PM

Unless I missed it, there is no vBulletin copyright in the footer. ;)

sabret00the 04-05-2004 12:08 PM

it's there just in a black font

sabret00the 04-05-2004 12:10 PM

oh and to answer you're original question, i think theirs a mod at vBT with how to add additional drop down menus

Boofo 04-05-2004 12:14 PM

Quote:

Originally Posted by sabret00the
it's there just in a black font

Can they legally do that? A nice work-a-round, though.

sabret00the 04-05-2004 12:17 PM

Quote:

Originally Posted by Boofo
Can they legally do that? A nice work-a-round, though.

nope not at all, although bar corperations i've never understood why people want to remove it, it's one of the first things i look for on forums.

B999V 04-05-2004 12:18 PM

That ist how you can see only a test side ist is not ready yet. That is my corrent style http://www.drei-fragezeichen.de/Foru....php?styleid=1

Boofo 04-05-2004 12:19 PM

I was going to say, I could have saved the fee for that and just did what they did if it was legal. ;)

Ok, back on topic now, sorry. ;)

Boofo 04-05-2004 12:21 PM

Quote:

Originally Posted by B999V
That ist how you can see only a test side ist is not ready yet. That is my corrent style http://www.drei-fragezeichen.de/Foru....php?styleid=1

Oh, ok, just wanted to make sure, I hope you understand. ;)

By the way, I love the corners and box around the background. How did you do that?

B999V 04-05-2004 12:26 PM

That is very easy:
Header
HTML Code:

<table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">
        <tr>
                <td align="left"><img src="../Bilder/MainLogo.gif" width="327" height="110" border="0" alt=""></td>
        </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  <tr>
          <td colspan="5"> </td>
  </tr>
  <tr>
    <td width="15%"> </td>
    <td width="35" height="25" bgcolor="#FFFFFF" align="left" valign="top"><img src="../Grafiken/Design/Ecke01.gif" width="35" height="25"></td>
    <td background="../Grafiken/Design/Rand01.gif" height="25" width="85%"> </td>
    <td width="35" height="25" bgcolor="#FFFFFF" align="right" valign="top"><img src="../Grafiken/Design/Ecke02.gif" width="35" height="25"></td>
    <td width="10"> </td>
  </tr>
  <tr>
    <td width="15%" valign="top" align="left" id="newmenu">
    <img src="../Grafiken/Design/Community.gif" width="120" height="25" border="0"><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="http://www.drei-fragezeichen.de/Forum/index.php">Forum</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="../newsletter/News/index.php">Newsletter</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="../Guestbook/index.php">G?stebuch</a><BR><BR>
    <img src="../Grafiken/Design/Informationen.gif" width="120" height="25" border="0"><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="http://www.drei-fragezeichen.de/home.php?act=folgen">Folgen</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="http://www.drei-fragezeichen.de/home.php?act=faq">FAQ</a><BR><BR>
    <img src="../Grafiken/Design/Interaktion.gif" width="120" height="25" border="0"><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="../Bildergalerie/Ecard.php">E-Card</a><BR> 
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="../Karten/index.php">Kartentrick</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="../Bildergalerie/Galerie.php">Galerie</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="../Story/index.php">L?ngster Fall</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="../Spiele/index.php">Spiele</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="http://www.drei-fragezeichen.de/home.php?act=karte">Visitenkarte</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="../Quiz/Quizmenu/Menu.php">Quiz</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="http://www.drei-fragezeichen.de/home.php?act=shop">Shop</a><BR>
    <img src="../Grafiken/Design/Pfeil_w.gif" width="13" height="10" border="0"> <a href="http://www.drei-fragezeichen.de/Forum/impressum.php?">Impressum</a><BR>
<a href="http://voellings.info/tinc?key=xO99H3Az&channel=43133"><img border="0" src="/spicons/tinc/chat/images/i_chaticon5.gif"></img></a>
            </td>
<td background="../Grafiken/Design/Rand04.gif" width="35" valign="top"><img src="../Grafiken/Design/Zusatzrand.gif" width="35" height="20"></td>
<td bgcolor="#FFFFFF" width="85%" valign="top">

Footer:
HTML Code:

<td  background="../Grafiken/Design/Rand02.gif" width="35"> </td>
    <td width="10"> </td>
  </tr>

  <tr>
    <td width="15%"> </td>
        <td width="35" height="25" bgcolor="#FFFFFF" align="left" valign="top"><img src="../Grafiken/Design/Ecke04.gif" width="35" height="25"></td>
    <td background="../Grafiken/Design/Rand03.gif" height="25" width="85%"> </td>
    <td width="35" height="25" bgcolor="#FFFFFF" align="right" valign="top"><img src="../Grafiken/Design/Ecke03.gif" width="35" height="25"></td></table>
    <td width="10"> </td>
  </tr>
   
    <td width="15%"> </td></tr></table>


Boofo 04-05-2004 12:30 PM

Ah, images. I really don't want to steal your images, though. It wouldn't be right. :(

B999V 04-05-2004 12:33 PM

If you will I senf you the images. Send me an PM with your emailadress. It is no problem. ;) You can change the color easilie.

Boofo 04-05-2004 12:44 PM

PM sent. ;)


All times are GMT. The time now is 09:53 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01186 seconds
  • Memory Usage 1,774KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (13)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete