By Igor Varvarovskij on Tuesday, 26 April 2016
Posted in General Issues
Replies 5
Likes 0
Views 432
Votes 0
Hello,

After new installation i can not find few things:

1. How to disable Rss feed icon?
2. I can post without logging in, can't find where to turn off.
3. I see log in can be processed with Joomla, but i have another cart component witch requires most data i need from user, so maybe i can force to login through that component somehow?
4. If 3 is not possible could i hide all fields that goes after captcha and is optional?

Thanks so far!

BR
Hi Igor Varvarovskij,

Please find my response to your inquiries below:
1. How to disable Rss feed icon?

>You can disable this on back end setting by :
EasyDiscuss>Settings>Layout>Toolbar>Disable Display RSS Link
Please refer this screenshot: http://screencast.com/t/mtzS6WUV2

2. I can post without logging in, can't find where to turn off.

>You can setting in the ACL setting by:
EasyDiscuss>ACL>Guest>Post>Disable the Post New Replies and Post New Question
Please refer this screenshot: http://screencast.com/t/Hx4xuQIfe

3. I see log in can be processed with Joomla, but i have another cart component witch requires most data i need from user, so maybe i can force to login through that component somehow?

>As you can know we provided a few login provider which is Joomla, EasySocial, Jomsocial and Comunity Builder. The other component apart from with this is not supported currently
Please refer this screenshot: http://screencast.com/t/r65ABdc5jb

Hope this helps
·
Wednesday, 27 April 2016 13:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Thank you!

In ACL i believe i needed to set Deny on Public if i dont wan't not logged users to post.

Maybe you can also help me with another question. When asking question i dont want any default Category, i need user to be forced to choose from list. Is it possible?
·
Wednesday, 27 April 2016 21:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Igor Varvarovskij,

Firstly I want to aware you that there is a RISK to delete user in our Database, if you make some tiny mistake you completely cannot login/access back your Joomla. Here is some steps that you need to follow carefully.
warning: MUST NOT DELETE SUPERADMIN ACCESS

[DELETE USER FROM EASYSOCIAL USER TABLE EXCEPT SUPERUSER]-vxb1m_social_users table
1. recognize your superuser's id : http://screencast.com/t/vKJz6v83n
2. run delete sql query with exception superuser id (change the table prefix and (63) which is your superuser id) :
DELETE FROM `vxb1m_social_users` WHERE `user_id` NOT IN (63)


[DELETE USER FROM JOOMLA USER TABLE EXCEPT SUPERUSER]-vxb1m_users table
1. double check the superuser id : http://screencast.com/t/zdWOIRsO
2. run delete query with exception superuser id (change the table prefix and (63) which is your superuser id):
DELETE FROM `vxb1m_users` WHERE `id` NOT IN (63)


As for you information, we cannot completely delete all user including the superuser, that why we have make an exception to superuser.

p/s: I suggest you to back up first the table before run this, just in case

Hope this help
·
Thursday, 28 April 2016 10:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey is this right answer for my question? Maybe you posted in wrong thread My question was:

When asking question i dont want any default Category, i need user to be forced to choose from list. Is it possible?
·
Thursday, 28 April 2016 19:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Igor,

Sorry for the confusions here, my colleague may have replied on the wrong page. Anyway, it is currently not possible to remove the "default" category. There needs to be a default category selected.
·
Thursday, 28 April 2016 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post