Go Back   vb.org Archive > Community Central > Community Reviews
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-20-2005, 04:25 PM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default New Computer Support Forum

What do you guys think? We just opened up. I'm only having trouble with one thing and thats the navigation bar on the Vb advanced home. The CSS values are backwards and I don't know how to fix it. (It should have the lighter color first and then on mouse hover should have the adrker color). But other wise it seems ot be in good condition. This is my first time to design real styles.



www.supportcore.org
Reply With Quote
  #2  
Old 03-20-2005, 09:31 PM
C_P's Avatar
C_P C_P is offline
 
Join Date: Sep 2004
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
What do you guys think?
I think you should post a link to your site......
I too have a Computer Discussion site and would like to look around.
Reply With Quote
  #3  
Old 03-20-2005, 09:42 PM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its there don't you see it? Gosh.

Sorry edited. Its there now. >.<
Reply With Quote
  #4  
Old 03-20-2005, 10:01 PM
C_P's Avatar
C_P C_P is offline
 
Join Date: Sep 2004
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The site does not look too bad. The light on dark kinda hard on the eyes a bit.
Looks like you have plenty of discussion topics.
The home page is a bit light on content. You may want to use the you vbadvanced portal your running to link a thread to home page or post specific topics on home page to fill it up a bit.. you can also ckeck out mkportal for more add on modules if needed.
Just suggestions and good luck.
Reply With Quote
  #5  
Old 03-20-2005, 10:57 PM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is that what portal you're using? It looekd awesome. Can you give me a link? How much does it cost?

Thanks for the compliments. It means a lot since this is my first website and first style.
Reply With Quote
  #6  
Old 03-21-2005, 12:30 AM
C_P's Avatar
C_P C_P is offline
 
Join Date: Sep 2004
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Punktek
Is that what portal you're using? It looekd awesome. Can you give me a link? How much does it cost?

Thanks for the compliments. It means a lot since this is my first website and first style.
Yes, we are using latest MKPortal M 08. Thank you for the compliments but this is not why I am replying. I will send you info via pm so others due not accuse of spamming this here.
Keep up the great work.
Reply With Quote
  #7  
Old 03-21-2005, 01:23 AM
tgillespie's Avatar
tgillespie tgillespie is offline
 
Join Date: Jul 2002
Location: CO
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks nice. The hover affect on your Navigation column is a little odd. Each link box starts out blue and then turns to black upon hover but does not return to blue. This was found on both IE and Firefox while using XP. Other than that, cool style and good luck.
Reply With Quote
  #8  
Old 03-21-2005, 01:06 PM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah I'm having trouble with that .I found the script on another site. (VbAdvanced.com). You think if I psoted the code you could help me fix it?
Reply With Quote
  #9  
Old 03-21-2005, 03:21 PM
tgillespie's Avatar
tgillespie tgillespie is offline
 
Join Date: Jul 2002
Location: CO
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Punktek
Yeah I'm having trouble with that .I found the script on another site. (VbAdvanced.com). You think if I psoted the code you could help me fix it?
Sure. I'll see what I can do. Post the CSS as well because I have a feeling its more of a CSS issue than a HTML issue.
Reply With Quote
  #10  
Old 03-21-2005, 07:51 PM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm new at this and don't know much about CSS. I was told to add this html into a new template to create the module. This is what I was told to add in. I'm not sure if this is the CSS or not.

Code:
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">

<tr>
<td>
<table cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>



<td class="tcat">
<div class="smallfont"><strong>Navigation</strong></div>
</td>
</tr>



<tr onmouseover="this.className='alt1'" onmouseout="this.className='alt2'">
<td><span id="Support Core"><div class="smallfont">
<strong> <script type="text/javascript"> vbmenu_register("Link1"); </script><a href="http://www.supportcore.org/">Support Core Home</a> </strong>
</div></span></td></tr>


<tr onmouseover="this.className='alt1'" onmouseout="this.className='alt2'">
<td><span id="Security Report"><div class="smallfont">
<strong><script type="text/javascript"> vbmenu_register("Link2"); </script><a href="http://www.supportcore.org/index.php/index.php?page=security">Security Report</a> </strong>
</div></span></td></tr>


<tr onmouseover="this.className='alt1'" onmouseout="this.className='alt2'">
<td><span id="Computer Care"><div class="smallfont">
<strong> <script type="text/javascript"> vbmenu_register("Link3"); </script><a href="http://www.supportcore.org/index.php/index.php?page=tutorials">Computer Care</a></strong>
</div></span></td></tr>



<tr onmouseover="this.className='alt1'" onmouseout="this.className='alt2'">
<td><span id="Staff Page"><div class="smallfont">
<strong><script type="text/javascript"> vbmenu_register("Link4"); </script><a href="http://www.supportcore.org/index.php/index.php?page=staff">Staff Page</a></strong>
</div></span></td></tr>

<tr onmouseover="this.className='alt1'" onmouseout="this.className='alt2'">
<td><span id="Advertisement Program"><div class="smallfont">
<strong><script type="text/javascript"> vbmenu_register("Link4"); </script><a href="http://www.supportcore.org/index.php/index.php?page=advertise">Advertisement Program</a></strong>
</div></span></td></tr>



<if condition="$show['admincplink']"><tr class="alt1">
<td><span id="other"><div class="smallfont">
<strong><img src="$stylevar[imgdir_statusicon]/forum_old.gif" align="right" /><a href="$admincpdir/"

target="_blank">$vbphrase[admin]</a></strong>
</div></span>

</td>
</tr></if>

</table>
</td>
</tr>
</table>


<!-- Menus / -->

<!-- Link1 Menu Start -->
<div class="vbmenu_popup" id="Link1_menu" style="display:none; margin-left:100px;" >
<table cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0">

<tr><td class="thead">Support Core</td></tr>
<tr><td class="vbmenu_option"><a href="www.supportcore.org">Support Core Home</a></td></tr>
<tr><td class="vbmenu_option"><a href="www.supportcore.org">Support Core Home</a></td></tr>
<tr><td class="vbmenu_option"><a href="www.supportcore.org">Support Core Home</a></td></tr>
<tr><td class="vbmenu_option"><a href="www.supportcore.org">Support Core Home</a></td></tr>
<tr><td class="vbmenu_option"><a href="www.supportcore.org">Support Core Home</a></td></tr>

</a></td></tr>
</table>
</div>
<!-- / Link1_menu end -->



<!-- Link2 Start / -->
<div class="vbmenu_popup" id="Link2_menu" style="display:none; margin-left:100px;" >
<table cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0">

<tr><td class="thead">Link2</td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>

</table>
</div>
<!-- Link2 End / -->




<!-- Link3 Start / -->
<div class="vbmenu_popup" id="Link3_menu" style="display:none; margin-left:100px;" >
<table cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0">

<tr><td class="thead">Link3</td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
</table>
</div>
<!-- Link3 End / -->




<!-- Link4 Start / -->
<div class="vbmenu_popup" id="Link4_menu" style="display:none; margin-left:100px;" >
<table cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0">

<tr><td class="thead">Link4</td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
</table>
</div>
<!-- Link4 End / -->



<!-- Link5 Start / -->
<div class="vbmenu_popup" id="Link5_menu" style="display:none; margin-left:100px;" >
<table cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0">

<tr><td class="thead">Products</td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
<tr><td class="vbmenu_option"><a href="#">Duplicate This link</a></td></tr>
</table>
</div>
<!-- Link5 End / -->

</br>
</br>
Reply With Quote
Reply


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 09:37 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.05533 seconds
  • Memory Usage 2,276KB
  • Queries Executed 11 (?)
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
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete