copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Forms + Actions — Elgg master documentation There are two ways to register actions: Using elgg_register_action() The mod example actions example php script will now be run whenever a form is submitted to http: localhost elgg action example Use elgg-plugin php A stumbling point for many new developers is the URL for actions
How to customize register form : Elgg. org After adding two new fields (named province and city) to the form and their corresponding columns (named province and city) to elgg_users_entity table in database, I modified register action (customregister actions register php) by adding following codes in 'get variables' section:
GitHub - Elgg Elgg: A social networking engine in PHP MySQL Elgg is an open source rapid development framework for socially aware web applications Under the hood: Elgg is managed by the Elgg Foundation, a nonprofit organization that was founded to govern, protect, and promote the Elgg open source social network engine
Registration page : Elgg. org Install your plugin as you would any other - you now have a customized register php Now, depending what you change you may need to overwrite the action that handles the form submission, but we can discuss that when it gets to that point