Forum Discussion
domladden
Ace
Hi Phani, thanks for your reply and suggestion.
Correct me if I am wrong but is this is to bypass the traditional posting mechanism in order to insert something later?
I'm not sure that would be practical for our uses, would the ultimate front end set up be similar to what we currently have: http://i.imgur.com/lpIXxe5.png
Or would this be a different process?
Thanks,
Dom
phani
10 years agoAdvisor
Hi domladden,
Yes you are right, in my previous reply i have suggested to override traditional posting mechanism.
Other way is only override submit button action without overriding entire posting mechanism.
i.e.
$('.lia-button-Submit-action').bind('click', function(e) { /* Add content to existing body text box */ return true; }
Lithium will fetch the body from body editor to create post.
Hope this helps,
Phani
Related Content
- 4 years ago
- 10 years ago
- 8 years ago