The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Vbulletin 5 remove No Prefix
How to delete or remove no prefix on the list of prefix on VB5. What code to edit to remove the no prefix option when creating thread? I want prefix to be selected or mandatory when users are creating thread. See attached image.
If there is any code to edit or line to uncomment kindly suggest way to get it done. Thanks in advance |
#2
|
||||
|
||||
Any feedback??
|
#3
|
||||
|
||||
Glenn Vergara has a modification for this but it's not free.
https://vbmods.rocks/forum/vbulletin...topic-prefixes |
#4
|
||||
|
||||
i thought is something i can do without a mod.
|
#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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|