Hi,
I want guests on my site to be able to post anonymously. I have managed to hide the email field from the "start new discussion" and "reply" forms.
Guests are now able to start a new discussion without using their email. However, I'm stuck when it comes to the reply form. I have hidden the email field, but it asks for the email address when you click submit.
So far, I have edited these files;
/components/com_easydiscuss/themes/simplistic/form.new.php
/components/com_easydiscuss/themes/simplistic/form.reply.php
/components/com_easydiscuss/controllers/posts.php
I assume there's a code in the below file that needs to be modified, but I can't figure it out;
/components/com_easydiscuss/views/posts/view.ajax.php
Would you be able to help?
Thanks
I want guests on my site to be able to post anonymously. I have managed to hide the email field from the "start new discussion" and "reply" forms.
Guests are now able to start a new discussion without using their email. However, I'm stuck when it comes to the reply form. I have hidden the email field, but it asks for the email address when you click submit.
So far, I have edited these files;
/components/com_easydiscuss/themes/simplistic/form.new.php
/components/com_easydiscuss/themes/simplistic/form.reply.php
/components/com_easydiscuss/controllers/posts.php
I assume there's a code in the below file that needs to be modified, but I can't figure it out;
/components/com_easydiscuss/views/posts/view.ajax.php
Would you be able to help?
Thanks