vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   CA Evo (unlimited color schemes, vbadvanced support) (https://vborg.vbsupport.ru/showthread.php?t=131631)

adnedarn 01-16-2007 05:18 PM

Okay, members pointed something out, is it correct to have this floating gray color seperating the posts and signature line?

Also, the width of the last 2 colums (thread count and post count) are different widths under different catagories. See the index page at www.terraforums.com
Thanks kindly

CyberAlien 01-16-2007 06:17 PM

When modifying that template file I copied part of code from your default postbit template and that's where line came from. To fix it replace this:
Code:

                <!-- sig -->
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                        <div valign="bottom">
                                $post[signature]
                        </div>
                <!-- / sig -->

with this:
Code:

                <!-- sig -->
                        <div valign="bottom">
                                $post[signature]
                        </div>
                <!-- / sig -->

Columns on index don't have fixed width. To change it open template forumhome_forumbit_level1_nopost, find this code:
Code:

        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td>
          <td class="thead" width="175" nowrap="nowrap">$vbphrase[last_post]</td>
          <td class="thead" nowrap="nowrap">$vbphrase[threads]</td>
          <td class="thead" nowrap="nowrap">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead" nowrap="nowrap">$vbphrase[moderator]</td>
          </if>
        </tr>

and assign fixed width to last 4 table cells

nachofrades 01-16-2007 07:05 PM

Can you explain it for someone not very skilled in this problems? I have the same problem, with the width of the columns... and I don' know what to do... and I don't find the template... sorry very much I am newbie, but I don't work in this, I just have a forum and want to put it ok...




http://www.nachofrades.com/store/forum_problem.jpg




Thanks a lot!

CyberAlien 01-16-2007 07:09 PM

In code that I posted above change width="175" to whatever works better for your forum. Probably 250, 300 or so.

adnedarn 01-16-2007 07:46 PM

Quote:

Originally Posted by CyberAlien (Post 1160792)
Columns on index don't have fixed width. To change it open template forumhome_forumbit_level1_nopost, find this code:
Code:

        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td>
          <td class="thead" width="175" nowrap="nowrap">$vbphrase[last_post]</td>
          <td class="thead" nowrap="nowrap">$vbphrase[threads]</td>
          <td class="thead" nowrap="nowrap">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead" nowrap="nowrap">$vbphrase[moderator]</td>
          </if>
        </tr>

and assign fixed width to last 4 table cells


What would I add here?

CyberAlien 01-16-2007 07:47 PM

See my previous post...

adnedarn 01-16-2007 08:01 PM

I have looked at, read, and compared your previous post to my current template, it is exactly the same. I'm sorry, I don't understand how to add in a fixed width.

also, on the other issue... the line we want. I'm talking about the change of gray color in the post area itself. It seems it is white under and around the text of a post, then it turns gray where the post text ends.

nachofrades 01-16-2007 09:38 PM

I have done it and doesn?t work...

Columns on index don't have fixed width. To change it open template forumhome_forumbit_level1_nopost, find this code:
Code:

<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td>
<td class="thead" width="300" nowrap="nowrap">$vbphrase[last_post]</td>
<td class="thead" nowrap="nowrap">$vbphrase[threads]</td>
<td class="thead" nowrap="nowrap">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" nowrap="nowrap">$vbphrase[moderator]</td>
</if>
</tr>

and assign fixed width to last 4 table cells


What I'm doing wrong?

CyberAlien 01-16-2007 09:43 PM

Try changing other table cells. For example, change previous table cell from 100% to some fixed value.

adnedarn 01-16-2007 11:48 PM

I too tried assigning fixed width to the 4 tables (by adding width="175" to them??) and didn't notice it any better. And have no idea where to start with the white / gray difference in the posts.


All times are GMT. The time now is 07:48 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.01304 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete