Quote:
Originally Posted by muimui
hi,how to disable Prefix : Sold
in create thread?
thanks
|
Style manager -> style use -> New posting template -> Newthread -> find "{vb:raw prefix_options}" and add below this code :
HTML Code:
<script>
$("select option:contains('Sold')").attr("disabled","disabled");
</script>
user can keep see prefix "sold", but can`t select ...
see live on my site ..