Group,
I have disabled quoting in my forums by removing and hiding the "Quote" button that automatically quotes ones post or reply and showing who they are quoting.
I still allow my members to quote they just have to do it in the text editor and copy and paste the text in there that they want to quote, thing is though, the quote feature by default is not showing who its quoting.
My question is this...
When clicking on the "Quote" Icon in the text editor, is there a way to change the default quote code of
PHP Code:
[QUOTE][/QUOTE]
to this code instead?
PHP Code:
[quote="ENTER USER NAME"]ENTER TEXT TO BE QUOTED[/quote]
(Had to use "php" to show the code so it wouldnt actually quote)
Thanks
Doug