Forgot?

Building an Intranet

Reply Topic
Link to this post 30 Mar 11

Hi all,

I'm just looking for a bit of advice please: I'm building a site that is going to be on the www but it is going to effectively be an Intranet, i.e. people can only view content when they are logged in.

I'd rather not make every J! component and module, etc... 'registered' but is there a smarter and quicker way of having the front page a simple login box then nothing else available until the user has authenticated.

Many thanks,

Dave.

Link to this post 30 Mar 11

Hi Dave,

Off the top of my head, the Joomla menu system is pretty much the gatekeeper. If you made articles and modules public, but there was no public menu linking to them, I'm pretty sure they won't be accessible.

So maybe try having your main menu registered only. But having another menu that is public. This public menu should only have one item on it... the login view of the com_user component.

Not sure if that will work, but worth a try I reckon.

M

Link to this post 31 Mar 11

Hi Mark,

Thanks for the reply. I think I've sussed it... using a plugin called JNoGuest and having the main menus registered only as you suggested. The dev site is here:

http://www.drb-holding4.co.uk/

Best wishes,

Dave.

Link to this post 31 Mar 11

Hi Dave,

Never actually tried myself, if i did i would probably make up somethign that did it for me, but may not be an option for you

just from a quick google, you could checkout flexiaccess

http://www.flexicontent.org/features/flexiaccess-acl.html

Richie

Link to this post 31 Mar 11

Building something for myself wouldn't have been an option... maybe I should give up the day-job and learn PHP instead :)

Link to this post 31 Mar 11

You could allways try a simple htaccess rule ?

Home Forum General The Tea House Building an Intranet