By Ric Raftis on Thursday, 21 April 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 495
Votes 0
The site where I am using Easy Discuss is being designed for Community Engagement. I need to ensure that people who register live in the appropriate geographical area. I can do this using conditions in Breeze Forms after I substitute a custom form for the Joomla account creation form. This is because I need to collect address details and postcode/zipcode on which a test will be done to see they are eligible to join the forum. I can also include the Forum rules so that people have to agree to them.

I can't find a switch in the settings to direct Easy Discuss to use the Joomla Account Creation form which would in turn direct the user to the Breeze Custom Form.

What would you suggest is the best way of going about this concept with Easy Discuss?

Thank you,

Ric
EasyDiscuss does not have integrations with Breeze forms currently but you can actually alter the registration links from the theme files. Take a look at the file /components/com_easydiscuss/themes/simplistic/toolbar.php
·
Thursday, 21 April 2016 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
I suspect you have been into my site and changed the code so that the Joomla account creation form is loaded instead of your own. Thank you for that. It's exactly what I wanted.

However, I note that the example forum posts now have an asterisk between every word instead of a space. e.g.

What*do*you*think? It's*no*good*just*saying "stay" or "go". The*people*that*make*the*decisions*need*to*know*the*reasons*around*why*you*think*that*way.

How can I fix this?

Cheers,

Ric
·
Friday, 22 April 2016 04:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ric,

It seems like this was caused by easydiscuss anti spam system from your backend > easydiscuss > settings > anti spam, where you added a space inside the word filtering. This will cause EasyDiscuss to always convert any space inside the content with asterisk (*).

I've fixed this by removing the space inside the word filtering and everything should be working correctly now. Please have a look.
·
Friday, 22 April 2016 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post