vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How do I center forum titles on forumhome? (https://vborg.vbsupport.ru/showthread.php?t=234715)

Aclikyano 02-01-2010 02:17 PM

How do I center forum titles on forumhome?
 
still getting familiar with the new coding style on vb4.0.1 so i figure these threads can help everyone in the long run also! :)

vaskies 02-01-2010 02:44 PM

I'm no expert, but I would try this:

In forumbits.css find:
Code:

.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
        font-weight:bold;
}

Replace with this:

Code:

.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
        font-weight:bold;text-align:center;
}

If it doesn't work, just delete the
Code:

text-align:center;
and wait for someone more knowledgeable to help you out. :)

Aclikyano 02-01-2010 03:28 PM

can you tell me where to find this forumbit.css??

vaskies 02-01-2010 05:18 PM

From the admin control panel:

Styles & Templates > Style Manager

In the top right you should see a drop-down menu "All Style Options" - Within the drop-down menu, select "Edit Templates"

From there, it should bring up a list of all of vbulletins templates.

Scroll down and find "forumbits.css"

Aclikyano 02-01-2010 06:26 PM

thanks for the help, im not a total newbie (look @ join date) just i take hiatus' sometimes from customizing vb's so when i come back i like to be fed how to do stuff :)

but yea those are just the templates no forumbits.css in Edit templates
maybe i am missing something here :\
vb4 is harder than vb3 so far but im doing pretty good so far on my site!

Aclikyano 02-08-2010 12:28 AM

the above response did not work, anyone else can help please??

also how to remove LAST POST from the same area???


All times are GMT. The time now is 07:08 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.01033 seconds
  • Memory Usage 1,716KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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