vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to make the thread titles all uppercase? (https://vborg.vbsupport.ru/showthread.php?t=245580)

crumblepie 06-30-2010 12:49 PM

How to make the thread titles all uppercase?
 
Anyone knows how to make the thread titles all uppercase?

eSekar 06-30-2010 01:26 PM

add this to your additional.css :

PHP Code:

.threadtitle {
      
text-transformuppercase


Cheers ;)

crumblepie 06-30-2010 02:15 PM

Thanks eSekar.. I can't find the additional.css file.. I added it onto the last box in Main.css where it says 'additional css definitions'. It didn't work for me, I am using a custom template.

eSekar 06-30-2010 02:43 PM

Sorry mate I just noticed this is in vB3 Section, the above code is for vB4.

I'm really sorry I have no idea about vB3 codes (never used it)

But I think in threadbit template you have to play with the following code:
PHP Code:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"style="font-weight:bold" </if>>$thread[threadtitle]</a

Maybe change it to something like:
PHP Code:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"style="font-weight:bold; text-transform:uppercase;" </if>>$thread[threadtitle]</a

I wish this helps you, if not I hope some vB3 expert give you an advice regarding your request.

Cheers.

crumblepie 07-06-2010 10:26 AM

Thank you so much for the help eSekar, I'm still playing around with the codes to try to figure it out.. will update the thread when there's progress :)


All times are GMT. The time now is 05:31 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.02525 seconds
  • Memory Usage 1,724KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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