PDA

View Full Version : Mini Mods - Auto 'Re:' Post Title


NLP-er
07-14-2009, 10:00 PM
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 (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=218623) :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
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:

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
installed thank you

Thanks for clicking Mark as installed :)

ChopSuey
12-05-2009, 03:09 AM
BIG thanks, installed.

Tanapangarap
12-07-2009, 11:35 AM
Do you think there would be any problem using this on 3.7.3?

haothiencz
12-07-2009, 11:50 AM
You can use this product with all version of vbulletin until now.

Its not take effect to any new features of vbulletin.

Tanapangarap
12-07-2009, 12:03 PM
Thanks.