Is it possible to limit the automatic thread title quoting to one forum? If so, how, please?
Announcement
Collapse
No announcement yet.
Limit auto thread title quote to one forum?
Collapse
X
-
First make that this is set to No:
Admin CP --> vBulletin Options --> Message Posting and Editing Options --> Automatically Quote Post / Thread Title
Then go to:
Admin CP --> Styles & Templates --> Style Manager --> « » --> PHP Include Templates --> phpinclude_start
Add this code:
PHP Code:if ($foruminfo['forumid'] == X)
{
$vboptions['quotetitle'] = true;
}
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment