There are a few threads I found in searching, but none really seemed to be very explicit on what to edit or where
I'd like the default option as being off for new threads, new posts, and quick reply.. while still allowing users to select to post them if they choose
Someone suggested:
Code:
UPDATE user SET options=options - 1 WHERE options & 1
But, will this still allow people to display them in the thread IF they select to include it in their post?