Posts: 124
Threads: 5
Joined: Nov 2014
Reputation:
9
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.
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
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.
Posts: 124
Threads: 5
Joined: Nov 2014
Reputation:
9
2015-03-11, 07:27 AM
(This post was last modified: 2015-03-11, 08:17 AM by rockenren.)
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.
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(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
Posts: 124
Threads: 5
Joined: Nov 2014
Reputation:
9
2015-03-11, 08:16 AM
(This post was last modified: 2015-03-11, 08:16 AM by rockenren.)
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.
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(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...
Posts: 14
Threads: 2
Joined: Oct 2014
Reputation:
0
This user has been denied support.
rated 5stars, this's really good plugin for a forums
Posts: 124
Threads: 5
Joined: Nov 2014
Reputation:
9
2015-03-11, 12:20 PM
(This post was last modified: 2015-03-11, 12:26 PM by rockenren.)
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.
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(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
Posts: 14
Threads: 2
Joined: Oct 2014
Reputation:
0
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
|