vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - Auto 'Re:' Post Title (https://vborg.vbsupport.ru/showthread.php?t=218623)

NLP-er 07-14-2009 10:00 PM

Auto 'Re:' Post Title
 
1 Attachment(s)
vB allows you to set option which will automatically add 'Re:' title when somebody post an reply, but... But when you have already running forum, and set this option, then posts which have already empty titles will still show empty titles.

This mod simply makes posts with empty titles display 'Re:' with thread title. So if thread has title "Great mod", then every reply with empty title will show now: "Re: Great mod".

I'm not sure, but believe that it can help with page indexing in google and other search engines - since keywords from title will be included more often on your thread page :)

Simple and easy - just import product :) No template modifications :)
And... Please click Mark as Installed :D

Note: this mod uses native vB phrase reply_prefix, so if you want to change 'Re:' to something else (i.e. more appropriate for your language), then just change the phrase.

Enjoy! :D

NLP-er 07-15-2009 07:30 AM

Confirmed working on versions:
- 3.8.2
- 3.8.3

I will be grateful if you confirm other versions - it will help the others who are thinking about, install this mod :)

4nawadir.com 07-15-2009 08:37 AM

Great mod
Thanks
Installed

BroCya 07-15-2009 01:21 PM

Thanks!

Tilly 07-15-2009 10:04 PM

make it work to 3.83

LI_Pets 07-16-2009 03:08 AM

3.8.3 works for us!

Thanks

NLP-er 07-16-2009 04:27 AM

Quote:

Originally Posted by Tilly (Post 1849560)
make it work to 3.83

LI_Pets already wrote that it works on 3.8.3 and I think it should be - this is reeeeeeealy mini mod ;)
Whole code is:
Code:

if (!$post[title]) {
  $post[title]=$vbphrase[reply_prefix] .' '. $thread[title];
 }

:D So I really don't expect problems with any other version as long as it have postbit_display_start hook :)

saadessa 07-16-2009 08:00 AM

installed thank you

NLP-er 07-28-2009 09:38 AM

Quote:

Originally Posted by saadessa (Post 1849795)
installed thank you

Thanks for clicking Mark as installed :)

ChopSuey 12-05-2009 03:09 AM

BIG thanks, installed.


All times are GMT. The time now is 07:09 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.01117 seconds
  • Memory Usage 1,728KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (1)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