vBulletin v6.1.0

Deprecated

Table of Contents

vb/api/ad.php
vb/api/bbcode.php
vb/api/content/attach.php
vb/api/content/privatemessage.php
vb/api/content/text.php
vb/api/content/video.php
vb/api/cron.php
vb/api/follow.php
vb/api/language.php
vb/api/node.php
vb/api/phrase.php
vb/api/reputation.php
vb/api/user.php
vb/database.php
vb/datastore.php
vb/db/assertor.php
vb/db/query.php
vb/library/content/privatemessage.php
vb/library/content/text.php
vb/library/node.php
vb/library/options.php
vb/library/style.php
vb/library/user.php
vb/library.php
vb/mail.php
vb/node.php
vb/search/criteria.php

ad.php

Line Element Reason
154 vB_Api_Ad::fetch()

bbcode.php

Line Element Reason
821 vB_Api_Bbcode::parseSignature()

Please use getSignatureInfo instead

attach.php

Line Element Reason
594 vB_Api_Content_Attach::fetchAttachByFiledataids()

This function returns incorrect results when more than one attachment exists for a given filedataid. This can happen when a user loads the same file more than once (we only store a given attachment once to save space).

privatemessage.php

Line Element Reason
1204 vB_Api_Content_Privatemessage::listNotifications()

Only used by unit tests

text.php

Line Element Reason
737 vB_Api_Content_Text::autoPopulatePreviewImage()

Superceded by getPreviewImage in the text library.

video.php

Line Element Reason
157 vB_Api_Content_Video::getVideoThumbnail()

use getVideoThumbnailFromProvider

cron.php

Line Element Reason
35 vB_Api_Cron::run()

follow.php

Line Element Reason
1290 vB_Api_Follow::removeFollower()

use delete

1338 vB_Api_Follow::addFollower()

use add

1482 vB_Api_Follow::denyFollowing()

language.php

Line Element Reason
54 vB_Api_Language::fetchLanguageSelector()

use getLanguageTitles

node.php

Line Element Reason
676 vB_Api_Node::movePosts()

phrase.php

Line Element Reason
94 vB_Api_Phrase::fetch()

-- use renderPhrases or getPhrases depending on if you

reputation.php

Line Element Reason
42 vB_Api_Reputation::vote()
68 vB_Api_Reputation::unvote()

user.php

Line Element Reason
3510 vB_Api_User::fetchReferrers()

This function has been moved to the ReferUser API and will be removed from the User API in a future version.

3835 vB_Api_User::login()

use login2

database.php

Line Element Reason
628 vB_Database::query()

Deprecated as of 3.6. Use query_(read/write)

datastore.php

Line Element Reason
149 vB_Datastore::get_value()
384 vB_Datastore::init_registry()

assertor.php

Line Element Reason
168 vB_dB_Assertor::getDBConnection()
249 vB_dB_Assertor::escape_string()

query.php

Line Element Reason
495 vB_dB_Query::debugDisplayNextQuerySql()

never worked quite right and now does nothing.

privatemessage.php

Line Element Reason
1601 vB_Library_Content_Privatemessage::listNotifications()

Only used by unit tests

This lists notifications for current user

text.php

Line Element Reason
1443 vB_Library_Content_Text::autoPopulatePreviewImage()

Superceded by getPreviewImage

node.php

Line Element Reason
3318 vB_Library_Node::setApprovedPost()

options.php

Line Element Reason
30 vB_Library_Options::updateValue()

No current replacement

style.php

Line Element Reason
791 vB_Library_Style::fetchStyleByID()

use getStyleById

1645 vB_Library_Style::buildTemplateIdCache()

user.php

Line Element Reason
1393 vB_Library_User::preloadUserInfo()

library.php

Line Element Reason
113 vB_Library::monitorWords()

use the functions from the notification library directly.

mail.php

Line Element Reason
316 vB_Mail::vbmail()

use vbmail2() for html emails

445 vB_Mail::start2()

use prepareMail()

508 vB_Mail::start()

use prepareMail()

node.php

Line Element Reason
79 vB_Node::validateRecord()

This is currently only used by the unit tests and there is a replacement module for that. We are unlikely to need this as part of the app proper and if there is need for a standalone test we can adapt the test module (which is designed to not be tightly coupled to the test code).

criteria.php

Line Element Reason
1065 vB_Search_Criteria::setJSON()

use setNormalized

1075 vB_Search_Criteria::getJSON()

use getNormalized

Search results