Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 03-24-2006, 11:14 AM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's probably because you misspelled "align". right now I see 2 "algin".

I'll check back later today. It's 3:14am here.
Reply With Quote
  #12  
Old 03-25-2006, 12:26 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah I was in zombie mode last night to. That did work but it didnt center it as much as i would like. It was more like it tabbed it out then anything.
Reply With Quote
  #13  
Old 03-25-2006, 01:23 AM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice
Reply With Quote
  #14  
Old 03-25-2006, 01:29 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chatbum
nice
Don't you mean "Is there any where to make a profile field prefilled?" because thats what the subcription email says. Regardless it serves no relavance.
Reply With Quote
  #15  
Old 03-25-2006, 02:30 AM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You won't be able to center the Admin text exactly if there's a left and right <td> tag in the same row. The reason is that the right column is taking up a bit of space. What's being centered is the left column only; which is relative to the size of your screen.

One way to achieve what you want is to use just one <td> in the row and separate the Admin text and link with "&nbsp;&nbsp;" or left-padding. The other is to use absolute positioning with CSS.
Reply With Quote
  #16  
Old 03-25-2006, 03:10 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could you possibly show me? :$ I tried the "&nbsp;&nbsp;" but it would take me like 50 of them to achieve the alignments i want.

I really cant thank you enough for taking so much time on this. You have been a great help.
Reply With Quote
  #17  
Old 03-25-2006, 05:23 AM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change:

Code:
<table class="tborder" algin="center" border="0" cellpadding="6" cellspacing="0" width="100%">
<tbody>
<tr>
    <td class="tcat" algin="center">
        Notice from the ADMINS!</td>
    <td class="tcat" align="right"><a href="http://www.domsforums.net/profile.php?do=editoptions">Click Here To Disable Marquee</A>
    </td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_welcomepanel" style="">
    <tr>
        <td class="alt1" align="center" width="100%" colspan="2">
       <if condition="!is_member_of($bbuserinfo, 3)"> <marquee>$vboptions[fhx2h]</marquee></if><if condition="is_member_of($bbuserinfo, 3)"><font size="6">
<MARQUEE>PLEASE CHECK YOUR EMAIL FOR THE LINK TO ACTIVATE YOUR ACCOUNT. IT MUST THEN BE APROVED BY AN ADMIN BEFORE YOU CAN POST!!!</MARQUEE></font></if>

        </td>
    </tr>
</tbody>
</table>
To this:

Code:
<table class="tborder" align="center" border="0" cellpadding="6" cellspacing="0" width="100%">
<tbody>
  <tr>
      <td class="tcat" align="center">
        <ul class="txtspacer">
          <li>Notice from the ADMINS!</li>
          <li><a href="http://www.domsforums.net/profile.php?do=editoptions" title="Disable Marquee">Click Here To Disable Marquee</a></li>
        </ul>
      </td>
  </tr>
</tbody>
<tbody id="collapseobj_forumhome_welcomepanel">
  <tr>
      <td class="alt1" align="center" width="100%" colspan="2">
        <if condition="!is_member_of($bbuserinfo, 3)"><marquee>$vboptions[fhx2h]</marquee></if><if condition="is_member_of($bbuserinfo, 3)"><span style="font-size:15px"><marquee>PLEASE CHECK YOUR EMAIL FOR THE LINK TO ACTIVATE YOUR ACCOUNT. IT MUST THEN BE APROVED BY AN ADMIN BEFORE YOU CAN POST!!!</marquee></span></if>
      </td>
  </tr>
</tbody>
</table>
In your Main CSS add this in the Additional CSS Definitions:

Code:
ul {
  margin:0;
  padding:0;
  }
ul.txtspacer li {
  margin:0;
  padding-left:10px;
  display:inline;
  }
I've adjusted the code just a bit. To add more space just change the "10px" to whatever you want.
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 07:52 PM.


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.04753 seconds
  • Memory Usage 2,230KB
  • Queries Executed 13 (?)
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
  • (3)bbcode_code
  • (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
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)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_postinfo_query
  • fetch_postinfo
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete