-->

Joomla Community Builder Author Access Level Automatically For Newly Registered Members

When first time registered on our Community Builder site, our new member always have permission as Registered Member by default. If we want to assigned them an Author Level Access, we must do it manually by hand. Thats not a simple way if we managed Social Networking site which will allowed every member to contribute articles / writers community.

But actually we can assigned automatically Author Access for our newly members on Community Builder by modify a one code.

Registration Option

Make sure your member registration is only through Community Builder. Just check Community Builder configuration:

  • Login to Joomla Administrator
  • Components -> Community Builder -> Configuration
  • Select Registration tab
  • Make sure the option: Allow User Registration is selected to “yes, independently of global site setting” (see picture below)

Community Builder Registration Tab

Community Builder Registration Tab

Modify Code

Open file comprofiler.php:
/components/com_profiler/comprofiler.php
Find and edit following line:

$row->gid = $acl->get_group_id(‘Registered’,‘ARO’);

into:

$row->gid = $acl->get_group_id(‘Author’,‘ARO’);

Thats all, now your newly registered member on Community Builder will automatically have Author Access so they can submit article into your site.


Related posts:

  1. Community Builder Joomla Social Networking Component
  2. Community Builder Short and Nice Profile Url
  3. Joomla
  4. How To Manage Virtuemart Admin From Joomla Frontend


Share To Facebook | Tweet! This


 
10 Comments. Leave Comment Or Trackback.
  1. #1 • Date 12 December 2009, ipod headset said:
     

    You are right that its not easy to allow every member to access as a author. This code seems very helpful. Keep posting with such worthy stuff.

    ReplyReply
  2. #2 • Date 14 December 2009, Whitney said:
     

    This code is very awesome, thanks so much for posting and please post more!

    ReplyReply
  3. #3 • Date 14 December 2009, Jason said:
     

    So, that’s how a member can contribute article to a site. It is an easy access. Informative.

    ReplyReply
  4. #4 • Date 14 December 2009, Hidup Untuk Berbagi said:
     

    Thanks

    Very COOL article!

    ReplyReply
  5. #5 • Date 16 December 2009, Cheapest Car Rental Brisbane said:
     

    Joomla one of my favorite comment plugin. The Joomla community such a nice efforts.

    ReplyReply
  6. #6 • Date 16 December 2009, cheap ugg boots said:
     

    This code is very awesome, thanks so much for posting and please post more

    ReplyReply
  7. #7 • Date 17 December 2009, Sarah said:
     

    Thanks for this post, and giving us this code ;)

    ReplyReply
  8. #8 • Date 19 December 2009, dissertation said:
     

    Thanks, was looking forward to such info, what took you so long for sharing it. Hope to see such informative stuff in future as well.

    dissertations

    ReplyReply
  9. #9 • Date 19 December 2009, dissertation said:
     

    Great Post, I’ll be definitely coming back to your site. Keep the nice work up.

    dissertation writing

    ReplyReply
  10. #10 • Date 20 March 2010, Removals Isleworth said:
     

    What are the privileges of a author in this community? So I can have an idea of it.

    ReplyReply

 

Comment With Facebook?

Comment:

 
 
-->