Real time update.
Permalink
Hello,
I'm new to this system, and is it possible to get the editing of a text on a page to change without updating the site?
I look at the site on 1 computer, and change the text on another and then the change happends on the other without having to update the page. Like a Ajax system.
Thanks in advance.
/ Alexander
I'm new to this system, and is it possible to get the editing of a text on a page to change without updating the site?
I look at the site on 1 computer, and change the text on another and then the change happends on the other without having to update the page. Like a Ajax system.
Thanks in advance.
/ Alexander
Thats sounds like something im lookin for.
I only need maybe max 3 blocks to able to do this.
Do you have any idea how to start?
Regards
Alexander
I only need maybe max 3 blocks to able to do this.
Do you have any idea how to start?
Regards
Alexander
Here is a great add-on which will help you to lesson the Ajax.
http://www.concrete5.org/marketplace/addons/ajax-lessons/...
http://www.concrete5.org/marketplace/addons/ajax-lessons/...
Thank you kind sir!
You can also re-load a block using my Blocks by Ajax addon coupled with a simple polling timer loop in javascript to re-load the block.
Beware that any such repetitive reloading, especially with multiple visitors all reloading, can massively increase the server load.
If you wanted to optimise this, you would need to include tests for whether a page is currently checked out for edit or has recently been edited (and hence likely to be edited again), and adjust the poll interval.
Beware that any such repetitive reloading, especially with multiple visitors all reloading, can massively increase the server load.
If you wanted to optimise this, you would need to include tests for whether a page is currently checked out for edit or has recently been edited (and hence likely to be edited again), and adjust the poll interval.
Cool, but since im not sure il use this system for this project just yet, I don't want to spend money until I know.
Thanks for letting me know there is a plugin tho!
Thanks for letting me know there is a plugin tho!
Rony