Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(2016-03-04, 07:37 PM)TheCheeseMaster16 Wrote: Quote: (2016-03-04, 05:11 AM)TheCheeseMaster16 Wrote: But this didn't used to happen back in version 7.5.0 and i still had the same host with the same server time and the token used to be like 4 minutes. Guessing it might be a server problem. I'll try to get in contact with my host about this problem.
hi you can replace code below to test?
in inc/plugins/miunashoutbox.php
find: "exp" => TIME_NOW + (int)$mybb->settings['miunashout_tokenexp']*3600,
replace: "exp" => time() + (int)$mybb->settings['miunashout_tokenexp']*3600, Nothing has been solved :/
so probably secret code is incorrect.
in this case need recreate app in openshift.
check if you not inserting space in end or start of secret code.
(2016-03-04, 06:45 PM)p00lz Wrote: (2016-03-04, 02:39 AM)martec Wrote: (2016-03-03, 11:36 PM)p00lz Wrote: For some reason ENTER/RETURN isnt submittin a shout it's just making a new line
reply all questions below...
reply all questions without exceptions:
1- you readed first post and follow install guide?
2- installed too Miuna shoutbox server in openshift?
3- tested with default theme?
4- appear javascript error? if not know how see javascript error so check https://codex.wordpress.org/Using_Your_B...ipt_Errors (step 3 only) and post here javascript error.
5- repeat step 4 too with default theme if you using custom theme. Instealled and used several times before without issue
There was a token issue for some reason, started again from scratch and is now fine
edit; only difference i had was I put the 700char limit up
so in your case incorrect secret code in first attempt.
Posts: 19
Threads: 4
Joined: Nov 2015
Reputation:
0
2016-03-05, 08:51 PM
(This post was last modified: 2016-03-05, 08:57 PM by TheCheeseMaster16.)
(2016-03-04, 08:15 PM)martec Wrote: (2016-03-04, 07:37 PM)TheCheeseMaster16 Wrote: Quote: (2016-03-04, 05:11 AM)TheCheeseMaster16 Wrote: But this didn't used to happen back in version 7.5.0 and i still had the same host with the same server time and the token used to be like 4 minutes. Guessing it might be a server problem. I'll try to get in contact with my host about this problem.
hi you can replace code below to test?
in inc/plugins/miunashoutbox.php
find: "exp" => TIME_NOW + (int)$mybb->settings['miunashout_tokenexp']*3600,
replace: "exp" => time() + (int)$mybb->settings['miunashout_tokenexp']*3600, Nothing has been solved :/
so probably secret code is incorrect.
in this case need recreate app in openshift.
check if you not inserting space in end or start of secret code.
Nothing has been changed. Already recreated the app, already regenerated the secret code, already added time() to what you provided in /inc/plugins/miunashoutbox.php , nothing has been fixed.
edit: Also this is another question. How do I add more tabs? for example, the default tab is <name>shoutbox and the other is the staff chat for mods and admins to chat and also, active users? Just saying. I saw a forum that has that.
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(2016-03-05, 08:51 PM)TheCheeseMaster16 Wrote: Nothing has been changed. Already recreated the app, already regenerated the secret code, already added time() to what you provided in /inc/plugins/miunashoutbox.php , nothing has been fixed.
so i can setup for you if you want.
send admin test account of your forum, openshift account and ftp account in https://martyan.xyz/test/
User: test
pass: test123
Need create account but activation not required.
Create account with same nick of here, and create thread inside "Support of Miuna Shoutbox" this is private folder.
(2016-03-05, 08:51 PM)TheCheeseMaster16 Wrote: edit: Also this is another question. How do I add more tabs? for example, the default tab is <name>shoutbox and the other is the staff chat for mods and admins to chat and also, active users? Just saying. I saw a forum that has that.
this not my product.
Posts: 19
Threads: 4
Joined: Nov 2015
Reputation:
0
2016-03-06, 02:13 AM
(This post was last modified: 2016-03-06, 04:01 AM by TheCheeseMaster16.)
(2016-03-05, 09:32 PM)martec Wrote: (2016-03-05, 08:51 PM)TheCheeseMaster16 Wrote: Nothing has been changed. Already recreated the app, already regenerated the secret code, already added time() to what you provided in /inc/plugins/miunashoutbox.php , nothing has been fixed.
so i can setup for you if you want.
send admin test account of your forum, openshift account and ftp account in https://martyan.xyz/test/
User: test
pass: test123
Need create account but activation not required.
Create account with same nick of here, and create thread inside "Support of Miuna Shoutbox" this is private folder. Sure. I'll try to set up FTP access for you in inc/plugins/
edit: Sent you a PM on your shoutbox on your master account to see if you're still on your site
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(2016-03-06, 02:13 AM)TheCheeseMaster16 Wrote: (2016-03-05, 09:32 PM)martec Wrote: (2016-03-05, 08:51 PM)TheCheeseMaster16 Wrote: Nothing has been changed. Already recreated the app, already regenerated the secret code, already added time() to what you provided in /inc/plugins/miunashoutbox.php , nothing has been fixed.
so i can setup for you if you want.
send admin test account of your forum, openshift account and ftp account in https://martyan.xyz/test/
User: test
pass: test123
Need create account but activation not required.
Create account with same nick of here, and create thread inside "Support of Miuna Shoutbox" this is private folder. Sure. I'll try to set up FTP access for you in inc/plugins/
edit: Sent you a PM on your shoutbox on your master account to see if you're still on your site
please use only "Support of Miuna Shoutbox" folder to request support I not give support in shoutbox.
Posts: 5
Threads: 1
Joined: Apr 2013
Reputation:
0
2016-03-09, 10:28 AM
(This post was last modified: 2016-03-09, 10:52 AM by MrNiitriiX.
Edit Reason: update
)
Hi, I have tried everything...but my shoutbox still just looks like this
when i hit enter, nothing sends, and there is no send button...anyway to change this??
I would love to have a send button, but if not possible, simply enter to send will work.
Also clicking on"Active Users" does nothing ...
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(2016-03-09, 10:28 AM)MrNiitriiX Wrote: Hi, I have tried everything...but my shoutbox still just looks like this
when i hit enter, nothing sends, and there is no send button...anyway to change this??
I would love to have a send button, but if not possible, simply enter to send will work.
Also clicking on"Active Users" does nothing ...
reply all questions below...
reply all questions without exceptions:
1- you readed first post and follow install guide?
2- installed too Miuna shoutbox server in openshift?
3- tested with default theme?
4- appear javascript error? if not know how see javascript error so check https://codex.wordpress.org/Using_Your_B...ipt_Errors (step 3 only) and post here javascript error.
5- repeat step 4 too with default theme if you using custom theme.
Posts: 19
Threads: 3
Joined: Dec 2015
Reputation:
0
2016-03-10, 07:28 PM
(This post was last modified: 2016-03-10, 07:32 PM by Sibez.)
Hey martec, everything is all setup. However, it says "Expired Token. Refresh the page to obtain new Token." I refresh and it says it again. Any help? Thanks!
Ignore the last message, i fixed it. Just forgot my secret key
Posts: 86
Threads: 14
Joined: Feb 2016
Reputation:
1
This user has been denied support.
Sir martec, why is it that everytime I'll type an email address, it won't display anything on the chatbox? :/
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(2016-03-12, 05:34 AM)jaydee9296 Wrote: Sir martec, why is it that everytime I'll type an email address, it won't display anything on the chatbox? :/
sorry this is bug...
in root/jscripts/miuna/shoutbox/miunashout.helper.js
find:
'<a href="mailto:$1">$1</a>'
replace:
'<a href="mailto:$2">$2</a>'
And after replaced, clear cache of browser and if using cloudflare, clear cache of cloudflare too https://support.cloudflare.com/hc/en-us/...-my-cache- .
|