About SocialTools
Component of the social functionality for CMS / CMF MODX. With it you can send and read messages, get a list of incoming and outgoing messages.
Information
Released
May 29, 2014
Supported Database
MySQL
License
GPLv2
Supported Versions
2.2 - <2.2
Downloads
2,330
Instructions
Examples
- To send a message Create a resource with Snippets [[!socDialogForm]]
for a list of incoming messages
used in this example pdoPage, you can also use getPage [[!pdoPage? &element=
socDialogList
&action=inbox
]]for a list of outgoing messages
[[!pdoPage? &element=
socDialogList
&action=outbox
]]To read messages
[[!socDialogReceive]]
~readMsgResourceID - change in the resource with snippet [[!socDialogReceive]]
~formSendResourceID - change in the resource with snippet [[!socDialogForm]]
----------------------------
Demo
http://socialtools.asanvery.modxcloud.com/
Docs
http://docs.modx.pro/components/socialtools/
Feel free to suggest ideas/improvements/bugs on GitHub:
https://github.com/Asanvery/SocialTools/issues/
New in 0.3.0-pl
Changelog for SocialTools.
SocialTools 0.3.0
==============
English
- IMPORTANT! not compatible with the previous version, remove the old and install the new version
- merge from 2 tables to 1 messages, patch class and proccesors
Russian
- ВАЖНО! не совместимо с предыдущей версией, удалите старую и установите новую версию
- Соединения таблиц сообщений в 1, переписаны классы и процессоры.
SocialTools 0.2.3
==============
- fix path to css in system option, and default css.
- fix some mirror bug
SocialTools 0.2.2
==============
- add style notification for jgrowl
SocialTools 0.2.1
==============
- Initial release.
- basic snippets for read messages, send messages, and get list messages.