-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update copyrights; links to https; MODx to MODX
- Loading branch information
Showing
6 changed files
with
32 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
-------------------- | ||
Snippet: Personalize | ||
-------------------- | ||
Author: Bob Ray <http://bobsguides.com> | ||
|
||
A snippet for showing one chunk to logged-in users and | ||
another chunk to anonymous users. | ||
|
||
Documentation: | ||
See tutorial at http://bobsguides.com/personalize-tutorial.html | ||
|
||
Also: Edit the Personalize snippet and click on the Properties tab. | ||
Click on the plus sign next to any property to see its description. | ||
|
||
Bugs and Requests: | ||
https://github.com/BobRay/Personalize/issues | ||
|
||
-------------------- | ||
Snippet: Personalize | ||
-------------------- | ||
Author: Bob Ray <https://bobsguides.com> | ||
A snippet for showing one chunk to logged-in users and | ||
another chunk to anonymous users. | ||
Documentation: | ||
See tutorial at https://bobsguides.com/personalize-tutorial.html | ||
Also: Edit the Personalize snippet and click on the Properties tab. | ||
Click on the plus sign next to any property to see its description. | ||
Bugs and Requests: | ||
https://github.com/BobRay/Personalize/issues | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,18 @@ | ||
Personalize Snippet for MODx Revolution | ||
Personalize Snippet for MODX Revolution | ||
======================================= | ||
|
||
**Revolution Author:** Bob Ray [Bob's Guides](http://bobsguides.com) | ||
**Date:** 01/10/2011 | ||
**Revolution Author:** Bob Ray [Bob's Guides](https://bobsguides.com) | ||
|
||
**Documentation:** See tutorial at [Bob's Guides](http://bobsguides.com/personalize-tutorial.html) | ||
**Documentation:** See tutorial at [Bob's Guides](https://bobsguides.com/personalize-tutorial.html) | ||
|
||
**Bugs and Requests:** [GitHub](https://github.com/BobRay/Personalize/issues) | ||
**Bugs and Requests:** [Personalize Issues](https://github.com/BobRay/Personalize/issues) | ||
|
||
A snippet for MODx Revolution showing one chunk to logged-in users and | ||
another chunk (or nothing) to anonymous users. | ||
|
||
##Typical Snippet Call | ||
|
||
|
||
[[!Personalize? &yesChunk=`yesChunk` &noChunk=`noChunk`]] | ||
**Questions about using Personalize** [MODX Forums](https://forums.modx.com) | ||
|
||
##Parameters | ||
|
||
&yesChunk -- (optional) Name of yes chunk or inline HTML | ||
|
||
&noChunk -- (optional) Name of no chunk or inline HTML | ||
|
||
&ph -- (optional) Placeholder for user name (will not be available in no chunk) | ||
|
||
&fullName -- (optional) Use full name instead of username for placeholder | ||
A snippet for MODX Revolution showing one chunk to logged-in users and | ||
another chunk (or nothing) to anonymous users. | ||
|
||
&firstName -- (optional) Use first name instead of username for placeholder | ||
You can also use Personalize to show different content to different user groups. | ||
|
||
&ifIds -- (optional) Comma-separated list of users to show yesChunk to | ||
|