The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Deleting posts from threads...
When you go to delete a thread and go to the option to selectively delete individual posts, the default option is "YES".
How can i modify this so the default option is "NO"? thanks |
#2
|
||||
|
||||
check the template and switch the "checked" value to the No input.
|
#3
|
|||
|
|||
which template?
|
#4
|
|||
|
|||
anyone know which template he was referring to?
|
#5
|
||||
|
||||
He was referring to threads_deletepostsbit
find: Code:
<input type="radio" name="deletepost[$post[postid]]" value="yes" checked> Yes<br> <input type="radio" name="deletepost[$post[postid]]" value="no"> No</smallfont></td> Code:
<input type="radio" name="deletepost[$post[postid]]" value="yes"> Yes<br> <input type="radio" name="deletepost[$post[postid]]" value="no" checked> No</smallfont></td> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|