Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The site has a "Guest" user group (parent of "Public") and a "Guest" access level. It also has a category "Guest Category", and for that I have allowed the "Guest" to create content.

This means that a user who's not logged in, can navigate to "Guest Category" and can submit a new article.

The problem is that all of these articles are "Unpublished", and that another user with access to the back-end needs to manually publish them.

The question is whether it is possible that the articles submitted in the "Guest Category" (by the unregistered users) to be automatically published.

share|improve this question

2 Answers

Try to allow guests in Site -> Global Configuration -> Permission Settings -> Your Group and allow Create Delete Edit State Edit Own. If it doesn't work, try Users->Access Levels -> Public, and assign him Publisher (or others that you want).

share|improve this answer
Tried both. The only thing was that the unpublished articles were now visible. But still unpublished. – Yeseanul Jan 10 at 12:48

Try this.

In the admin panel main content menu -> article manager->options(in the tool bar section).

In that you can find a permission tab set your user levels required functionality. Also make sure the editor access is allowed for that user group.

hope this may help you..

share|improve this answer
I've added there for the Guest all the permissions, just to see if it works, but it didn't. Maybe I'm missing something? – Yeseanul Jan 10 at 12:46
@Yeseanul did you give editor access to that userlevel or public? if not give teo mentioned it. – Jobin Jose Jan 10 at 15:34
I gave editor access to that user group. This enables the unpublished articles to be visible on the front-end; but the articles are still being submitted as unpublished. – Yeseanul Jan 10 at 17:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.