Thread Rating:
  • 9 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Miuna News 3.2.0 [Real time notifier if has new post, thread and alert]
#41
Hhmm, nope. I have mybb installed in mysite.com/forum, so my var is:

var origin = 'mysite.com:80,www.mysite.com:80';
English is not my native language, so, sorry for any mistakes which I will do for sure.
Reply
#42
provide for me test account...
i can't made anything more...
but this is misteke in step 5...
you really not made any mistake?
how i said here http://community.mybb.com/thread-166924-...pid1142020 , if made mistake, need recreate app in openshift, edit in github not solve anything.
Reply
#43
Well, this was problems with OpenShift cartridge. It was in status "Unknow".
At least it works now. Thanks for help.
English is not my native language, so, sorry for any mistakes which I will do for sure.
Reply
#44
(2015-03-11, 07:27 AM)rockenren Wrote: Well, this was problems with OpenShift cartridge. He was in status "Unknow".
At least it works now. Thanks for help.

thanks for feedback Big Grin
Reply
#45
How I can properly disable miuna window pop-up on mouseover? Its kinda annoying.
For now, I'm just edited miunanews.helper.js and comment some functions:
mouseenter: function () {
popup_id = $(this).attr('id') + '_popup';
alheight = $(this).height();
timenews = setTimeout(function(){
openmiunanews(popup_id, alheight, 'mouse');
}, 400);
},
mouseleave: function () {
clearTimeout(timenews);
},
English is not my native language, so, sorry for any mistakes which I will do for sure.
Reply
#46
(2015-03-11, 08:16 AM)rockenren Wrote: How I can properly disable miuna window pop-up on mouseover? Its kinda annoying.
For now, I'm just edited miunanews.helper.js and comment some functions:
mouseenter: function () {
popup_id = $(this).attr('id') + '_popup';
alheight = $(this).height();
timenews = setTimeout(function(){
openmiunanews(popup_id, alheight, 'mouse');
}, 400);
},
mouseleave: function () {
clearTimeout(timenews);
},

comment above is correct...
but this is something same of xenforo... in xenforo too open pop-up on mouseover...
Reply
#47
This user has been denied support. This user has been denied support.
rated 5stars, this's really good plugin for a forums
Reply
#48
Where is the "posted in thread" string located?
I've fully localized miunanews.lang.php, but this message still presents only in English.

I guess it's in server side files?
English is not my native language, so, sorry for any mistakes which I will do for sure.
Reply
#49
(2015-03-11, 12:20 PM)rockenren Wrote: Where is the "posted in thread" string located?
I've fully localized miunanews.lang.php, but this message still presents only in English.

I guess it's in server side files?

config_miunanews.lang.php
Reply
#50
This user has been denied support. This user has been denied support.
(2015-03-11, 12:20 PM)rockenren Wrote: Where is the "posted in thread" string located?
I've fully localized miunanews.lang.php, but this message still presents only in English.

I guess it's in server side files?

you need to edit the file mate, everything is in the lang file
Reply


Forum Jump:


Users browsing this thread: 37 Guest(s)