Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSTickets!Pro - How to hide the xtd buttons from the ticket message area?

How to hide the xtd buttons from the ticket message area?

Besides disabling them from the Plugin manager area you could try hidding them on the RSTickets!Pro submission page. In order to achieve this you just need to edit the default.php file from components/com_rsticketspro/views/submit/tmpl/ and just before the last </script> tag add something similar to:

window.addEvent('domready', function(){ document.getElementById('editor-xtd-buttons').style.display="none"; });

Feedback