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

Reply
 
Thread Tools Display Modes
  #1  
Old 02-09-2008, 06:53 PM
pedroenf pedroenf is offline
 
Join Date: Jun 2006
Location: Portugal
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Moderator column not aligned - help please

Hi there. I have the last column (moderator) of my forum index not aligned in all categories. How can i align them. If i choose not to show the moderator column the other columns get aligned, but i want moderator column to show in my index. My forum: http://www.g6-team.com. Many thanks in advance.
Reply With Quote
  #2  
Old 02-09-2008, 06:56 PM
MrPHD's Avatar
MrPHD MrPHD is offline
 
Join Date: Feb 2006
Location: Portugal
Posts: 385
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, One Simple question, the Style are made for you or what style name? and more thing the style is for 3.6.8 version? Regards

Note: What Style Name?
Reply With Quote
  #3  
Old 02-10-2008, 10:40 AM
MrPHD's Avatar
MrPHD MrPHD is offline
 
Join Date: Feb 2006
Location: Portugal
Posts: 385
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No Body use and make confusion only you. Regards

Noteesign is not a same Realizado and when i say realizado is Bulletin Board not Skin. One day...

The Flash Template is to big and the theme is not aproprieted but for me is finished now.
Reply With Quote
  #4  
Old 02-10-2008, 11:15 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please post in English only. All non English posts removed.
Reply With Quote
  #5  
Old 02-10-2008, 11:27 AM
legionofangels's Avatar
legionofangels legionofangels is offline
 
Join Date: Mar 2007
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We had this problem in the very beginning over a year ago, we fixed it within 10 mins, I don't remember how as I didn't do it. lol

But, notice how the middle 2 columns are always the same?

Notice how on a few of your forum sections or forum categories all the tables are correct?

It's not actually the moderator column that's messing up, it looks like it's the Forum title column that's messing up. OR vice versa, but I bet it's the forum column's width. When we changed style or modified one it went crazy on the template, and this requires a template edit to fix it I'm guessing.

Dunno which one and if I'm wrong, then gladly someone will come and tell you what to do.

Why am I think alt tag?
Reply With Quote
  #6  
Old 02-10-2008, 11:31 AM
pedroenf pedroenf is offline
 
Join Date: Jun 2006
Location: Portugal
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*** Removed ***

--------------- Added 10 Feb 2008 at 14:37 ---------------

Quote:
Originally Posted by legionofangels View Post
We had this problem in the very beginning over a year ago, we fixed it within 10 mins, I don't remember how as I didn't do it. lol

But, notice how the middle 2 columns are always the same?

Notice how on a few of your forum sections or forum categories all the tables are correct?

It's not actually the moderator column that's messing up, it looks like it's the Forum title column that's messing up. OR vice versa, but I bet it's the forum column's width. When we changed style or modified one it went crazy on the template, and this requires a template edit to fix it I'm guessing.

Dunno which one and if I'm wrong, then gladly someone will come and tell you what to do.

Why am I think alt tag?
I think it really the moderator column, you see the mods names are inline and the column width goes along with it.
Only if you could remember the changes you made in past... I would appreciate it. Thanks.

MrPHD: give up man. You don't understand a bit of code!
Reply With Quote
  #7  
Old 02-10-2008, 11:40 AM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok ya i had that problem

you got that problem right after you spaced out your category's to i bet lol i know

what you got to do is this

got to

style manager
>edit templates
>>forum home templates
>>>forumhome_forumbit_level1_nopost

look for something like this here

HTML Code:
 <tr align="center">
<td class="thead" width="35">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead" width="65">$vbphrase[threads]</td>
<td class="thead" width="65">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>

then you will see what i did there for mine juch change the widths untill you get it where you want it its better to use percents though like

5% here 15% there and so on

but if you use percents then just make sure they all equal to 100% and you should be good to go

also you my need to do some what of the same thing in

forumhome_forumbit_level2_post

also if the width= is not there then just add it there and you should be good to go

let me know if that helps

NOTE your going to have to mess with it for a bit before you get it right so just make a back up of everything in a text document before you start messing with everything
Reply With Quote
  #8  
Old 02-10-2008, 11:41 AM
pedroenf pedroenf is offline
 
Join Date: Jun 2006
Location: Portugal
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrPHD View Post
The Flash Template is to big and the theme is not aproprieted but for me is finished now.
Flash template
Reply With Quote
  #9  
Old 02-10-2008, 11:47 AM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that aint no flash template

that might be a flash header

but my homie runs a vb site and i set his up and he uses that skin so i know that aint no flash template lol

but ya i got to go ill be back around later lol peace
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 11:18 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.04004 seconds
  • Memory Usage 2,243KB
  • Queries Executed 11 (?)
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
  • (1)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)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_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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete