11 days have passed since the last
press release of my modLivestreet module for a MODX Revolution + LivestreetCMS bundle

During this time, the package has been seriously refined and is already claiming the title of a stable version.
List of changes under the cat.
If you have any questions, ask.
List of changes (although only related to the latest version of the package):
1. If the page was not found, substitute the MODX default page
if (! $ modx-> resource) {
$ modx-> resource = $ modx-> getObject ('modResource', $ modx-> getOption ('site_start'));
}
')
2. Added synchronized authorization in Livestreet and MODX.
In MODX, it was checked on the Login snippet.
3. During synchronous user registration in LS, if an LS user is immediately authorized,
then we activate and authorize the MODX user immediately
4. Synchronous output of users LS and MODX
5. In the modLivestreet.run snippet, the function of registering $ _GET parameters from the query string has been added,
if $ request_uri was restarted.
6. In the snippet modLivestreet.run added the function of replacing the coded MODX-tags
'& # 91;' and '& # 93;' for browser-friendly '[' and ']'
7. Synchronous change of passwords of users of MODX and Livestreet
true so far only through the site Livestreet
(but in principle, the profile control panel is only in Livestreet so far, so it’s like we don’t lose anything)
8. Automatic activation of the user MODX, if the settings Livestreet
account activation required via email link.
Download the latest version here:
sourceforge.net/projects/modlivestreetBuild a package on GitHub:
github.com/Fi1osof/modx-livestreet