vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - Auto-Capitalize First Letter of Each Word In Thread Title (https://vborg.vbsupport.ru/showthread.php?t=168831)

|Jordan| 03-08-2008 06:36 AM

Is there any way to make this recursively edit existing titles?

ZomgStuff 03-24-2008 04:05 AM

Quote:

Originally Posted by |Jordan| (Post 1459872)
Is there any way to make this recursively edit existing titles?

Yeah, you would have to edit it and cycle through all the thread titles in the 'thread' table in the database.


If other's would like it to, I'll put some time into it tomorrow and add that feature.

Magnumutz 03-24-2008 05:20 PM

Make this work for 3.7 :D
If it's not...

chris1979 03-25-2008 07:47 AM

great mod!

*installed

(Works for me on 3.7 too)

Noctavia 04-07-2008 07:14 AM

Is there a way (or can someone point me to a similar mod) to only capitalize the first word in the thread title?

riverplate.com 05-17-2008 12:52 AM

i've got this installed on my board, but users continue creating threads capitalized :S (if words are all caps)

arlarson 06-18-2008 06:36 PM

Although I haven't tried it, I suspect that could be "solved" by adding at the start of the plugin,
PHP Code:

$vbulletin->GPC['subject'] = strtolower$vbulletin->GPC['subject']; 

But that in turn creates issues by changing acronyms to lower case (HTML would become Html; AOL would become Aol). It would also potentially conflict with the "small words" feature, such that a small word at the start of a sentence would be uncapitalized.

I think a nice addition to this would be to include a list of common acronyms that will automatically be capitalized (as above - for example, so "aol" becomes "AOL" instead of "Aol".) I suspect that's an easy change to make, but my programming skills are woeful.

GraNdMaStEr-B 07-01-2008 05:25 PM

**INstalled** works perfect with 3.7 no problems at all

oz_girl 08-16-2008 08:39 AM

Awesome mod, reserved :D

vijayninel 12-05-2009 03:11 AM

Thanks working fine on 3.8.4 :)


All times are GMT. The time now is 05:54 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.01116 seconds
  • Memory Usage 1,730KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete