vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Current posts not aligning..please help (https://vborg.vbsupport.ru/showthread.php?t=167268)

357Magnum 01-08-2008 04:50 PM

Current posts not aligning..please help
 
Could somebody take a look at my ss and tell me how I get the most recent posts on the right hand side to align? It looks very messy with them all aligning up differently.

Thanks!

https://vborg.vbsupport.ru/external/2008/07/96.jpg

357Magnum 01-11-2008 05:26 PM

bump. nobody? come on guys!!

Antivirus 01-11-2008 06:26 PM

That shouldn't be happening to you. Any reason you can think of which is causing it? Have you disabled all mods and does it solve the problem? Does it still happen when using default style?

Opserty 01-11-2008 06:38 PM

Quote:

Originally Posted by Antivirus (Post 1419713)
That shouldn't be happening to you. Any reason you can think of which is causing it?

Its to do with his style...

You'll need to edit the forumbit templates, which one of them, I'm not sure. I think its forumhome_forumbit_level2_post, you need to edit the last post column. Find the correct table cell tag (<td>) and give it a width attribute.

357Magnum 01-14-2008 03:59 PM

good deal thanks! i'll try and get back if it doesnt work.

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

alright here is what the code looks like from the template mentioned above. it looks like there is already a width set...

Code:

<tr align="center">
        <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
        <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
                <div>
                        <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                        <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
                </div>
                <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
                <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
        </td>
        <td class="alt2" width="176" nowrap="nowrap">$forum[lastpostinfo]</td>
        <td class="alt1">$forum[threadcount]</td>
        <td class="alt2">$forum[replycount]</td>
</tr>
$childforumbits

does this look correct? this is how it was and it's still doing it...any more ideas?

357Magnum 01-26-2008 08:22 PM

220,000 members and only two people have an idea? Cmon people. I don't know much but I try and help others when I can.

Thank you

tehQspm 01-29-2008 08:56 PM

the coding looks fine although the line with:
HTML Code:

<td class="alt2" width="176" nowrap="nowrap">$forum[lastpostinfo]</td>
doesn't have the width or nowrap tags in the default template. You could try taking those out to see if it works.

Other thoughts... it could be the title rows (with Icon / Forum / Last Post / Threads / Posts) that's messing everything up.

Or you could check the forumhome_lastpostby template.

*shrugs*


All times are GMT. The time now is 07:13 AM.

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.00983 seconds
  • Memory Usage 1,731KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete