vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do I set align=center to be the default value in threads??? (https://vborg.vbsupport.ru/showthread.php?t=156886)

falconKing 09-02-2007 09:09 PM

How do I set align=center to be the default value in threads???
 
Hi all :)

Is there a way to make text always centered in posts (ii.e. the default setting)?
Users may, of course, opt to override this, if they wish to do so.

Thanx-n-advance :)

Opserty 09-02-2007 09:31 PM

I really really really wouldn't do it if I were you...

But if you must:

Go to the postbit(_legacy) template (Styles & Templates -> Style Manager -> Edit Templates -> Postbit templates)

Look for <!-- message -->

Underneath it you will see a <div opening tag add to it: style="text-align:center;"

Although I wouldn't recommend it to be honest because it will not only ruin the look of the site it will seriously reduce the readability of the text (I would never bother reading a post if the text is all center aligned)

falconKing 09-02-2007 09:55 PM

Quote:

Originally Posted by Opserty (Post 1331014)
I really really really wouldn't do it if I were you...

But if you must:

Go to the postbit(_legacy) template (Styles & Templates -> Style Manager -> Edit Templates -> Postbit templates)

Look for <!-- message -->

Underneath it you will see a <div opening tag add to it: style="text-align:center;"

Although I wouldn't recommend it to be honest because it will not only ruin the look of the site it will seriously reduce the readability of the text (I would never bother reading a post if the text is all center aligned)

Dear Opserty, do you know that you just made my day ;) I appreciate your genuine concern, but the script I need to center-align is non-English and centering gives it a more professional look. Thank you, thank you, thank you :) I'll try your suggestion and post you back with the results. Best -- falconking :)

Hmmmmmmmmmmm :( It didn't do the trick. Any other suggestion???

Opserty 09-02-2007 10:21 PM

Do you have a link? (To the page where you want the stuff to be centered)

Just so I know we are thinking about the same thing.

falconKing 09-02-2007 10:33 PM

Quote:

Originally Posted by Opserty (Post 1331031)
Do you have a link? (To the page where you want the stuff to be centered)

Just so I know we are thinking about the same thing.

Be my guest :)

Believe it or not, even at the official vBulliten site, they don't know how, lol:

http://www.vbulletin.com/forum/showthread.php?t=241735

falconKing 09-06-2007 11:57 PM

C'mon, folks........ I don't think centering posts by default is impossible. If the default justification is 'left' in English (and 'right' in Arabic), there must be a way to change that to 'center' instead, and I have seen it done in some forums. My question is: which template(s) need(s) to be changed to reflect text centering?

Opserty 09-07-2007 11:34 AM

Go to the forumhome_forumbit_level2_post template look for
Code:

<td class="alt1Active" id="f2" align="right">
(The bit in red I do not remember off the top of my head so it might not be 'right' maybe $stylevar[textdir] or something) But change the stuff in red to 'center' and hopefully it will be centered


All times are GMT. The time now is 01:05 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.01056 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)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