2015-02-18, 09:45 AM
how can we edit or delete only 1 shout ?
[For 1.8] [Websocket] Miuna Shoutbox 9.0.0
|
2015-02-18, 09:45 AM
how can we edit or delete only 1 shout ?
2015-02-18, 09:57 AM
(2015-02-18, 09:45 AM)mujeebdgk Wrote: how can we edit or delete only 1 shout ? see this post plz http://community.mybb.com/thread-166773-...pid1139256
2015-02-18, 11:29 AM
Thanks
![]() one more question , there is one Notice after title bar of shoutbox , how can we edit that ?
2015-02-18, 11:33 AM
2015-02-19, 03:28 PM
how to change GMT of time ? because it is creating confusion
![]() ![]()
2015-02-19, 05:09 PM
2015-02-20, 04:28 AM
Hi, I installed your plugin, and it seems not to be working client-side for me. I have the "Miuna Shoutbox Server successfully installed!" message on OpenShift, and rockmongo is showing the creation of a miunashout table. But when I get to my website, the shoutbox is blank. (http://i.imgur.com/90XhEJ4.png) I've triple and quadruple checked everything: my step 5 web address, my link to the server, my Socket.io address, everything seems to be in order. Any ideas on what I may have done wrong?
(2015-02-20, 04:28 AM)mortified_penguin Wrote: Hi, I installed your plugin, and it seems not to be working client-side for me. I have the "Miuna Shoutbox Server successfully installed!" message on OpenShift, and rockmongo is showing the creation of a miunashout table. But when I get to my website, the shoutbox is blank. (http://i.imgur.com/90XhEJ4.png) I've triple and quadruple checked everything: my step 5 web address, my link to the server, my Socket.io address, everything seems to be in order. Any ideas on what I may have done wrong? some common mistakes: Checks again: 1 - If your forum link is like http://xxxx.com/yyyy (yyyy = forum = community etc...) so correct only use "xxxx.com" part... you never can put "/yyyy" part. 2 - this part var origin = 'xxxx.com:80,www.xxxx.com:80'; order is important... if you puted var origin = 'www.xxxx.com:80,xxxx.com:80'; (not will work) about port 80 you need put in without www and with www so something like below not will work var origin = 'xxxx.com:80,www.xxxx.com'; (incorrect) var origin = 'xxxx.com,www.xxxx.com:80'; (incorrect) Correct is var origin = 'xxxx.com:80,www.xxxx.com:80'; 3 - if you made some above mistake... Need recreate Miuna Server... First you need delet application from Openshift (make changes only in github not solve issue because openshift create clone of your repository)... So need click in buttom below in openshift and create again Miuna Shout Server (of course first you need edit again file in github) 4 - In step 11 puted something different of miunashout (if you puted something differente never will work)
2015-02-20, 05:15 AM
(2015-02-19, 05:09 PM)martec Wrote:(2015-02-19, 03:28 PM)mujeebdgk Wrote: how to change GMT of time ? because it is creating confusion i am sorry i didn't notice that , thanks is it possible that every user can have their own timezone and it should be selected by users or by their profile because users are from different countries ???
2015-02-20, 05:30 AM
(2015-02-20, 05:15 AM)mujeebdgk Wrote:(2015-02-19, 05:09 PM)martec Wrote:(2015-02-19, 03:28 PM)mujeebdgk Wrote: how to change GMT of time ? because it is creating confusion you can try edit codebutmiuna template find: zoneset = '{$mybb->settings['miunashout_zone']}', replace: zoneset = '{$mybb->user['timezone']}', |
« Next Oldest | Next Newest »
|