tomas1 Posted August 24, 2013 Share Posted August 24, 2013 i created chat with php and js(ajax). And i want to make it work as plugin/module to any cms. Its not easy to apply to such big sort of code in various cms. I guess the only way to do this is to include the Starting page (of my chat) to cms`s one of starting pages (home page, index). It works but not in the way i hoped. because then it lunches only with home page. but i need it to appear in every page i navigate at site. help please Link to comment https://forums.phpfreaks.com/topic/281513-i-can-integrate-my-chat-to-cms/ Share on other sites More sharing options...
trq Posted August 25, 2013 Share Posted August 25, 2013 Where are you stuck? Link to comment https://forums.phpfreaks.com/topic/281513-i-can-integrate-my-chat-to-cms/#findComment-1446637 Share on other sites More sharing options...
tomas1 Posted August 26, 2013 Author Share Posted August 26, 2013 you see, my goal is to create chat in the way i could install it in any site. The plan was to make it work like module. But i see that all cms`s use diferent ways to install their plugins. i have my chat. and now i need to create ability to install it anywhere (as much as possible) Link to comment https://forums.phpfreaks.com/topic/281513-i-can-integrate-my-chat-to-cms/#findComment-1446789 Share on other sites More sharing options...
trq Posted August 26, 2013 Share Posted August 26, 2013 So you need to make a common interface, and then likely some form of bridge between that common interface and the MCS in question. Start with one, and go from there. Link to comment https://forums.phpfreaks.com/topic/281513-i-can-integrate-my-chat-to-cms/#findComment-1446830 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.