How do i display WebSignup on my webpage?
Mysql 5.1.52
Apache 2.2.17
PHP 5.2.12
Linux
Mysql 5.1.52
Apache 2.2.17
PHP 5.2.12
Linux
Add this where you want the signup form to appear:
[!WebSignup!]
Also check the WebSignup snippet code in the manager for available parameter details.
must i include some php tags for this?
Mysql 5.1.52
Apache 2.2.17
PHP 5.2.12
Linux
No other tags are needed, simply add the snippet call:
[!WebSignup!] (uncached - used for dynamic snippets which need to process info on each page view)
[[WebSignup]] (cached - used for snippets that won’t need to be reprocessed each time the page is viewed)
Extras params used by the snippet are added like this:
[!WebSignup? ¶m1=`value1` ¶m2=`value2`!] - note that the param values are wrapped in backticks, not single quotes.
Also have a look here for more snippet usage info:
http://wiki.modxcms.com/index.php/Beginners_guide_on_how_to_include_snippets_in_the_document/page
I Wanna make a Profile system for my users to sign up and edit thier profile, how do i do?
i use Modx Evo 1.0.2
Mysql 5.1.52
Apache 2.2.17
PHP 5.2.12
Linux
This is how it looks,
Site
Mysql 5.1.52
Apache 2.2.17
PHP 5.2.12
Linux
Quote from: Nameless? at Feb 18, 2010, 06:56 PM
I Wanna make a Profile system for my users to sign up and edit thier profile, how do i do?
i use Modx Evo 1.0.2
Take a look at the WebLoginPE snippet.
http://modxcms.com/extras/package/?package=495
allright, im kinda new to Modx and Snippets, ive got the ajaxsearch working

, but is there a library for all "snippet php codes" and howtos?
Mysql 5.1.52
Apache 2.2.17
PHP 5.2.12
Linux
Quote from: Nameless? at Feb 19, 2010, 02:08 PM
allright, im kinda new to Modx and Snippets, ive got the ajaxsearch working
, but is there a library for all "snippet php codes" and howtos?
I’m afraid things are kind of spread around ATM. There is the MODx wiki:
http://wiki.modxcms.com/index.php/Main_Page and of course the site in my sig.
Some good places to start for beginners:
http://codingpad.maryspad.com/beginner-tutorials/
http://wiki.modxcms.com/index.php/Beginner%27s_Guide_to_MODx
http://hubpages.com/hub/Beginners-Guide-to-ModX-Content-Management-Framework
Welcome to MODx.