Back to vBulletin 3.7 Add-ons

Status of PHP 8.5 support: Possible. Open Contacts for details.

Thread Subscription Title
Mod Version: 1.0, by Michael Biddle

This modification is in the archives.
vB Version: 3.7.x Rating: (0 vote - 0 average) Installs: 10
Released: 25 Aug 2008 Last Update: Never Downloads: 47
Not Supported DB Changes Uses Plugins Auto-Template Code Changes  

Thread Subscription Title
by: Michael Biddle
http://www.white-projects.com

What does this do?
One one of my forums that I am at, I subscribe to quite a bit of threads for bug fixes. When I subscribe, it will only use the thread title, which does not help me out if it is not specific to the issue. So I made a little modification that will allow you to define what you want the title to be for the thread subscriptions. If you choose not to enter anything inside of the title box, then it will just use the thread title.

How do I install it?
1. Upload the product to your vBulletin Product Manager

2. Download and open your subscription.php

Find:

PHP Code:
REPLACE INTO " . TABLE_PREFIX . "subscribethread (useridthreadidemailupdatefolderidcanview 
Replace with:

PHP Code:
REPLACE INTO " . TABLE_PREFIX . "subscribethread (useridthreadidemailupdatefolderidcanviewsubscriptionname 
Find:

PHP Code:
VALUES (" . $vbulletin->userinfo['userid'] . "$threadinfo[threadid], " . $vbulletin->GPC['emailupdate'] . "" . $vbulletin->GPC['folderid'] . "
Replace with:

PHP Code:
VALUES (" . $vbulletin->userinfo['userid'] . "$threadinfo[threadid], " . $vbulletin->GPC['emailupdate'] . "" . $vbulletin->GPC['folderid'] . "1'" . $db->escape_string($vbulletin->GPC['subscriptionname']) . "' 
Please if you use.

Download

This modification is archived, downloads are still allowed.

File Type: %1$s product-subscribe_title_whitemike.xml (2.5 KB, 31 downloads)
File Type: %1$s Subscription Title Installation.txt (1,011 Bytes, 30 downloads)

Supporters / CoAuthors

  • Michael Biddle

Screenshots

Click image for larger version
Name:	new subscription.jpg
Views:	305
Size:	25.4 KB
ID:	86018   Click image for larger version
Name:	subscription.jpg
Views:	328
Size:	49.0 KB
ID:	86019  

Similar Mods

Remove thread title in navbits if you have large thread title installed vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2025