BirdOPrey5 |
09-02-2012 01:27 PM |
Quote:
Originally Posted by Nirjonadda
(Post 2361738)
You can add option thread Auto Close?
|
I can on a future update but that may be a while.
For now you can edit the XML file.
Find the line:
Code:
$banthread->set('showsignature', $vbulletin->options['bop5onban_sig']);
And add below it:
Code:
$open = 0;
$banthread->set('open', $open);
And all threads will be closed. (Re-import the product of course, allow overwrite = yes)
Quote:
Originally Posted by NTT
(Post 2361752)
great idea, but I want to only create one thread and the next user banning will be comment in the topic, how to edit?
|
Maybe in a future version, just not possible as it is now coded.
Quote:
Originally Posted by Nirjonadda
(Post 2361765)
Yes also add option banned member Thread ID !
|
I don't understand... You want to make posts instead of threads in a specific thread? If so same answer as above.
|