vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Table width (https://vborg.vbsupport.ru/showthread.php?t=88664)

imported_J.C. 03-18-2004 02:01 AM

Table width
 
1 Attachment(s)
How to change the (Last Post, Threads, Posts)'s table width in the 'forumsbit'?

I want to make them wider than the original one.

Thanks

Enzeru 03-18-2004 02:34 AM

Im trying to figure that one out myself.

croft 03-18-2004 03:52 AM

either in forumhome template or forumdisplay template depending on where you want to change it =)

romeshomey 03-29-2004 04:55 PM

Im trying to modify my forum display in V3 where it shows the last post made in a forum area.

I just want to make the Forum Topic area smaller and give more room to the area where it shows the last post.

I cant find which setting changes that.

Wanting to get mine more centered like they are here like so:
http://www.romesleague.com/example1.jpg

Not like they are showing here:
http://www.romesleague.com/example2.jpg

I changed this in a Cantidate version where there were options to do that, but now tha I have the newest v3 Im not able to find the setting.

Here is how I had it before. Reset my forums for some moding, now cnt get the spacing back.

BEFORE
http://www.romesleague.com/example3.jpg

romeshomey 03-29-2004 05:07 PM

Quote:

Originally Posted by Croft
either in forumhome template or forumdisplay template depending on where you want to change it =)

There used to be a setting in the general forum display options, that is where i changed it the 1st time, cant find it in the latest v3 version though. Chaged it for both forumhome and forumdisplay. I never went in and altered them manually before, but cant see how I did it before with the newest version of v3.

rocket98 03-29-2004 07:38 PM

I think you can find what you are looking for in this template.

FORUMHOME look for , or search templates for <!-- / guest welcome message --> and FORUMDISPLAY <!-- sub-forum list --> you can easily identify the table you are looking to adjust.

I have not changed it yet (I'll play with it though), it's the only section of those templates I can see that control this table row and cells, the "Forum" cell is set at 100% while "Last Post" is set to 175px changing the % and px width will get you where you want but this changes other cells in that row overall. Adjusting both of these appears to create the desired effect ... still have problem with icon alignment the item " Today" still gets punted to next line but nothing overlaps.

romeshomey 03-30-2004 02:55 AM

Shouldnt have too. I didnt manually have to modify any templates in order to change it in my forums here http://www.romesleague.com/forum/

Notice how they are centered. That was done withough modifying any of my forum templates. It was done in the general settings, I just cant remember how I did it.

And Im wanting to get my forums here to do the same http://romesworld.romesleague.com/forums/ before I get the rest of the site up. Its just that now that I upgrade from Vbulletin3 Cantidate to the 3.0.0 V3 version I cant figure out how to do it again. I didnt change any template with the cantidate version and I had no trouble with overlapping tables..

romeshomey 03-30-2004 03:11 AM

Ok, you were right, but thats not how I did it last time suprisingly enough. Anyhow, fixed mine.

Here is what it looks like with that mod. http://romesworld.romesleague.com/forums/index.php?

I basically just changed it from 100% to 55% like so:
PHP Code:

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


rocket98 03-30-2004 07:35 AM

I plays with this and received mixed results. Main reason I had already appiled a hack which seperated the categories. So when i apply my own bits they would not work until i reverted my Forum Display to default and remove the previous hack.

And after a review i see I did not apply the previous hack the right way so i will do that one again and see what I come up with.


All times are GMT. The time now is 07:29 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.01845 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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