Tell us what you are trying to do?
I want to implement the chat system on my directory site but I want to know if this documentation is updated or if there has been any improvement achieve this?
Is there any documentation that you are following?
Yes https://toolset.com/documentation/legacy-features/miscellaneous/how-to-create-a-messaging-system-with-toolset/
Is there a similar example that we can see?
N/A
What is the link to your site?
hidden link but it's new site under development since I just get started working on it.
Hi there,
There are no additional features added, and you need to enable the legacy mode to implement the feature.
- Go to "Toolset > Settings > General".
- Find the "Editing experience" section.
- Check the "Show both the legacy and Blocks interface and let me choose which to use for each item I build" checkbox.
- Reload the browser page.
- Go to the newly added "Toolset > Views" menu.
- There you will be able to edit the views.
For more information:
https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/
Thank you.
I am new to Toolset so I feel a bit concerned about using the "legacy" part of it, is there any "side effects" of using the legacy mode?
Hi there,
The legacy mode is shortcode based instead of block editor based. But yes, it is a legacy feature and there will be no additional features added to that mode.
- Go to "Toolset > Settings > General".
- Find the "Editing experience" section.
- Check the "Show both the legacy and Blocks interface and let me choose which to use for each item I build" checkbox.
- Reload the browser page.
- Go to the newly added "Toolset > Views" menu.
- There you will be able to edit the views.
For more information:
https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/
After that, you can use the documentation that you shared to create the messaging system.
Thanks.