Deprecated
Table of Contents
bbcode.php
| Line | Element | Reason |
|---|---|---|
| 790 | vB_Api_Bbcode::parseSignature() | Please use getSignatureInfo instead |
attach.php
| Line | Element | Reason |
|---|---|---|
| 24 | vB_Api_Content_Attach::$types | Appears to be unused |
| 29 | vB_Api_Content_Attach::$extension_map | Appears to be unused |
privatemessage.php
| Line | Element | Reason |
|---|---|---|
| 1155 | vB_Api_Content_Privatemessage::listNotifications() | Only used by unit tests |
text.php
| Line | Element | Reason |
|---|---|---|
| 733 | vB_Api_Content_Text::fixAttachBBCode() | Superceded by replaceAttachBbcodeTempids in the text library. |
| 757 | vB_Api_Content_Text::autoPopulatePreviewImage() | Superceded by getPreviewImage in the text library. |
node.php
| Line | Element | Reason |
|---|---|---|
| 655 | vB_Api_Node::movePosts() |
phrase.php
| Line | Element | Reason |
|---|---|---|
| 174 | vB_Api_Phrase::fetch() | -- use renderPhrases or getPhrases depending on if you |
search.php
| Line | Element | Reason |
|---|---|---|
| 1273 | vB_Api_Search::getForumChannels() | -- This function is no longer used anywhere and is subject to removal in a future version. |
user.php
| Line | Element | Reason |
|---|---|---|
| 4300 | 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. |
| 4624 | vB_Api_User::login() | use login2 |
database.php
| Line | Element | Reason |
|---|---|---|
| 611 | vB_Database::query() | Deprecated as of 3.6. Use query_(read/write) |
datastore.php
| Line | Element | Reason |
|---|---|---|
| 156 | vB_Datastore::get_value() | |
| 360 | vB_Datastore::init_registry() |
attach.php
| Line | Element | Reason |
|---|---|---|
| 24 | vB_Library_Content_Attach::$types | Appears to be unused |
| 29 | vB_Library_Content_Attach::$extension_map | Appears to be unused |
privatemessage.php
| Line | Element | Reason |
|---|---|---|
| 1516 | vB_Library_Content_Privatemessage::listNotifications() | Only used by unit tests This lists notifications for current user |
text.php
| Line | Element | Reason |
|---|---|---|
| 1205 | vB_Library_Content_Text::fixAttachBBCode() | Superceded by replaceAttachBbcodeTempids |
| 1415 | vB_Library_Content_Text::autoPopulatePreviewImage() | Superceded by getPreviewImage |
node.php
| Line | Element | Reason |
|---|---|---|
| 2171 | vB_Library_Node::getNodeContent() | Use getNodeFullContent instead |
| 2985 | vB_Library_Node::setApprovedPost() |
style.php
| Line | Element | Reason |
|---|---|---|
| 696 | vB_Library_Style::fetchStyleByID() | use getStyleById |
| 1392 | vB_Library_Style::buildTemplateIdCache() |