Here you can find a list of the most frequent questions we are asked. If you cannot find the answer you are looking for here, you can try the dedicated forum, check out the available documentation or you could contact us directly.
topA new user just registered but it doesn't appear in search results
There are 3 possible causes for this:topI just posted a new blog post but it doesn't appear on site
The same reasons as above applies here too: It might need approval from admin first, it takes up to 10 minutes for the post to appear on site, your cron job might not be running.topActivation emails and other email notifications are not received
In your admin panel - Features and Options you need to set the "Email address used to communicate with members" to an email address in the same domain as your site. For example, if your site is www.abcd.com then the email address you set there must be <account>@abcd.com. Setting it @yahoo.com or @other_domain.com won't work. This is not a limitation of Etano community builder but a feature installed by your hosting provider to prevent you from sending spam on behalf of yahoo or other domain.topI keep receiving errors in my error log related to set_time_limit()
This means that php on your server is set to run in safe_mode. Scripts running in safe mode cannot use the set_time_limit() function and since some scripts in Etano community builder are using this function you will get those errors in error log.