The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
I use some JS for. You can use something like this, to select an other option by default:
Code:
if ($("h1:contains('Create')")) { $('.js-content-entry-prefixes option[value="ASK:"]').prop('selected', true); $('.selectBox-label').first().html('ASK:'); } If it is needed to delete 'No prefix', you can use CSS: Code:
ul.selectBox-dropdown-menu li:nth-child(1) {display:none} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|