Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #21  
Old 09-21-2009, 02:33 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, i got it now

Is there a way to replace the "vbmenu_control" with a image?

The controls are to large for where im putting them?

Thanks Lynne

--------------- Added [DATE]1253510494[/DATE] at [TIME]1253510494[/TIME] ---------------

How does this look?

HTML Code:
<table>
<tr>
<td id="garage" class="vbmenu_control">
    <a href="#">Garage - Time Slips - Dyno Sheets</a>
    <script type="text/javascript">
        vbmenu_register("garage");
    </script>
</td></tr>
<tr><td id="classifieds" class="vbmenu_control">
    <a href="#">Classifieds</a>
    <script type="text/javascript">
        vbmenu_register("classifieds");
    </script>
</td></tr>
<tr><td id="support" class="vbmenu_control">
    <a href="#">Support the Community</a>
    <script type="text/javascript">
        vbmenu_register("support");
    </script></td></tr>
<tr><td id="supportingvendors" class="vbmenu_control">
    <a href="#">Supporting Vendors</a>
    <script type="text/javascript">
        vbmenu_register("supportingvendors");
    </script>
</td>
</tr>
<tr><a href="http://www.yoursite.com/forum/faq.php">Frequently Asked Questions</a></tr>
</table>







<!-- Header Popup -->
<div class="vbmenu_popup" id="garage_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">Garage - Time Slips - Dyno Sheets</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
<a href="http://www.yoursite.com/forum/ICFgarage.html">Main Garage Stats</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-browse.html">Browse Garage</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-timeslips.html">Time Slips</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-dyno.html">Dyno Sheets</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-laptime.html">Lap Times</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-search.html">Vehicle Search</a><br />
<tr>
            <td class="thead">Reviews</td>
        </tr>
<a href="http://www.yoursite.com/forum/ICFgarage-shops.html">Store Reviews</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-garage.html">Installation Reviews</a><br />
<tr>
            <td class="thead">Garage Vendors List</td>
        </tr>
<a href="http://www.yoursite.com/forum/garage.php?do=business">Vendors Lists</a><br />
</td>
</tr>
</table>
</div><div class="vbmenu_popup" id="classifieds_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">Classifieds</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
<a href="http://www.yoursite.com/classifieds/index.php/cat/1">Parts for Sale</a><br />
<a href="http://www.yoursite.com/classifieds/index.php/cat/3">Cars for Sale</a><br />
<a href="http://www.yoursite.com/classifieds/showcat.php/cat/6">Want to Buy</a><br />
<a href="http://www.yoursite.com/classifieds/index.php/cat/20">Want to Trade</a><br />
<a href="http://www.yoursite.com/classifieds/index.php/cat/22">Misc. for Sale</a><br />
</td>
</tr>
</table>
</div><div class="vbmenu_popup" id="support_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">Support the Community</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
<a href="http://www.yoursite.com/forum/index.php">Link1</a><br />
<a href="http://www.yoursite.com/forum/index.php">Link2</a><br />
<a href="http://www.yoursite.com/forum/index.php">Link3</a><br />
</td>
</tr>
</table>
</div><div class="vbmenu_popup" id="supportingvendors_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">Supporting Vendors</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
<a href="http://www.yoursite.com/forum/index.php">Supporting Vendor Info</a><br />
<a href="http://www.yoursite.com/forum/index.php">Supporting Vendors List</a><br />
<a href="http://www.yoursite.com/forum/index.php">Become a Supporting Vendor</a><br />
</td>
</tr>
</table>
</div>
<!-- /Header Popup -->
Reply With Quote
  #22  
Old 09-21-2009, 03:29 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your code looks fine now except the FAQ link - you need to put it in <td> tags:
HTML Code:
<tr><td><a href="http://www.yoursite.com/forum/faq.php">Frequently Asked Questions</a></td></tr>
I'm not sure what you want to replace with an image. Perhaps show us an image of what you have right now and point out what you want to replace.
Reply With Quote
  #23  
Old 09-21-2009, 04:13 PM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok i got one picture.

If i could i would like to use the original images for the new menu so it doesn't break the template.

Also i noticed when you click the drop down i tried to make a break in the menu but didn't seem to work for me.
the review links are at the top of the menu instead of after the review break same think with the garage vendors list.
Attached Images
File Type: jpg user1_pic1042_1253552876.jpg (22.3 KB, 0 views)
Reply With Quote
  #24  
Old 09-21-2009, 09:46 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really don't understand what you are talking about. As I said before, an image showing what is happening now and an image showing what you want to happen would really help.
Reply With Quote
  #25  
Old 09-21-2009, 10:29 PM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry i had used a IMG Tag to show the picture, but i didnt reaalize that my site is producing invalid urls for albums.
I thinks its anti-leach protection maybe my vbseo. idk

I added it to the last post.

--------------- Added [DATE]1253655656[/DATE] at [TIME]1253655656[/TIME] ---------------

Lynne,

Can you see the image now?
Reply With Quote
  #26  
Old 09-24-2009, 12:41 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know how to do this?

Im wanting to replace the control with a image or create a new menu option so it doesnt break my template and like like it does now?
Reply With Quote
  #27  
Old 10-08-2009, 10:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know what you mean by "break your template". You image just shows some drop down boxes and they look just like dropdown boxes should to me. If you mean they are too tall, you can reduce the line height or get rid of the arrows (there are other threads about getting rid of the arrows - just do a search).
Reply With Quote
  #28  
Old 10-08-2009, 10:23 PM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was wondering if there is a way to use a image in place of the buttons that arte there so it will lok like it did before i added the drop menus.
Reply With Quote
  #29  
Old 10-09-2009, 12:56 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've never tried that, but have you tried replace the text with image code? ie. Instead of Supporting Vendors put in <img src="wahtever.jpg" alt="Supporting Vendors" />
Reply With Quote
  #30  
Old 10-09-2009, 06:16 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
I've never tried that, but have you tried replace the text with image code? ie. Instead of Supporting Vendors put in <img src="wahtever.jpg" alt="Supporting Vendors" />
I tried that out and it worked great except its still pushing the gradient behind it. Is there any way to get rid of that?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:48 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04302 seconds
  • Memory Usage 2,291KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete