The Arcive of vBulletin Modifications Site. |
|
Auto 'Re:' Post Title Details »»
|
|||||||||||||||||||||||||||
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 ![]() 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! ![]() Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
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
|
|
#3
|
||||
|
||||
|
Great mod
Thanks Installed |
|
#4
|
|||
|
|||
|
Thanks!
|
|
#5
|
|||
|
|||
|
make it work to 3.83
|
|
#6
|
|||
|
|||
|
3.8.3 works for us!
Thanks |
|
#7
|
||||
|
||||
|
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];
}
So I really don't expect problems with any other version as long as it have postbit_display_start hook
|
|
#8
|
|||
|
|||
|
installed thank you
|
|
#9
|
||||
|
||||
|
|
|
#10
|
|||
|
|||
|
BIG thanks, installed.
|
![]() |
|
|