View Single Post
  #5  
Old 03-16-2007, 11:49 AM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CyberAlien View Post
Make that table on right side a float.

If it is already floating, then remove clear:both or clear:right from next table and put it in table below it. If there isn't a table below it then at the end of navbar template add <div style="clear:both;"></div>
I have understand nothing. O_0
This is my navbar code (the intrested part):

HTML Code:
<!-- / breadcrumb -->
 
<!-- Member Navigator - Home Control Panel -->
<table style="margin-top:5px;" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="40%" align="right">
<tr>
 <td class="tcat" colspan="3" align="center">
  <a style="float:$stylevar[left]" href="#top" onclick="return toggle_collapse('memberhome_panel')"><img id="collapseimg_memberhome_panel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_memberhome_panel].gif" alt="Open/Hide Member Panel" border="0" /></a>
 {$bbuserinfo['username']}'s Personal Navigator
 </td>
</tr>
<tbody id="collapseobj_memberhome_panel" style="$vbcollapse[collapseobj_memberhome_panel]">
 <tr>
<td>

<if condition="$show['member']">
<!-- Start Personal Navigator Content Code -->
<table border="1" align="right" height="100px" width="100px" background="newvbstyle/misc/avatarhomebg.gif">
<tr>
   <td style="width:100%; text-align:center; margin: 0 auto;">
<!-- User Avatar -->
 
<img src="image.php?u={$bbuserinfo[userid]}" alt="Your Avatar" border="0" />
    
<!-- / User Avatar -->
 
   </td>
</tr>   
</table>
 
<p style="font-size:10px; font-weight: bold;">
Hi, {$bbuserinfo['username']}! This is your Personal $vboptions[bbtitle]'s Navigator!
</p>

  </if>
</td> 
</tr>
</tbody>
</table> 
<!-- / Member Navigator - Home Control Panel -->
 
         

<!-- Quick Links Menu -->
<if condition="$show['member']">
<div id="quicklinksmenu">
<ul>
<li>
Quick Links..
</li>
</if>
</if>
</ul>
<br style="clear: both;" />
<!-- / Quick Links Menu -->
 
<!-- Forum Banner -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
 <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle] - Go to the Home" /></a></td>
 <td align="$stylevar[right]">
  &nbsp;
 </td>
</tr>
</table>
<!-- / Forum Banner --> 
<br />
 

<if condition="$show['forumdesc']">
Please, CyberAlien, let me know what changes you will do. Maybe using the code BBCode, and then put them in red.
However, thank for your reply!
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02152 seconds
  • Memory Usage 1,787KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete