Results for "gatekeeper"

Users

Pages

Gatekeeper functions

...lying access control rules. `gatekeeper()` This function will forwar...on-logged in users. `admin_gatekeeper()` As `gatekeeper()`, but en...ain forms of attack. `call_gatekeeper()` This function tests to se...and method name. `callpath_gatekeeper()` This function is similar...

530 days ago

Simple blog tutorial

...f all, we'll punt the user to another page if we're not logged in: gatekeeper(); Then let's get the form...akes in the GUID of the blog post. This would look something like: gatekeeper(); $guid = get_input('blogpos...

533 days ago

Top-level pages

How to set up a Walled Garden

...e big thing you want to do is set up the "wall" around your site (so no one can get in).  This was originally accomplished by putting a PHP gatekeeper() statement before the render...

345 days ago

Engine reference

...tifications User handling Page ownership Authentication Building for groups Advanced topics The REST API XML-RPC Gatekeeper functions Import and Expor...

530 days ago

Plugins

19

Online Games

Put online games in your elgg installation

vagg 17 hours ago

Tags

Gatekeeper functions

Gatekeeper functions allow you to manage how code gets executed by applying access control rules. `gatekeeper()` This function will forward a user to the front page if the current viewing user is not logged in. This can be used in your plugin's pages to protect them from being viewed by non-lo...

530 days ago (Tags: gatekeeper, gatekeeper functions, gatekeeping)

Engine reference

Core topics The Elgg data model Entities Metadata Annotations The Events system Plugin hooks Communicating with the user The views system Handling user input Languages and internationalisation Notifications User handling Page ownership Auth...

530 days ago (Tags: export, import, gatekeeper, gatekeeper functions, XML-RPC, REST API, building for groups, authentication, page ownership, notifications, translations, internationalisation, languages,...)

Comments

Comment on "Chat Plugin"

The way chat is implemented in this plugin means that any users--logged in or not--can access chat if they go to the chat's URL directly.  To change this, put a call to gatekeeper() in the chat/pfc/index.php file...

394 days ago

Comment on "Site Access"

.../members/pg/siteaccess/activate the username and email show up, but the blog url doesn't show up. that's the vital information i need to be the gatekeeper.. so I'm wondering which fil...

321 days ago