Problem in Staff Online Widget in the javascript
4 posters
Page 2 of 3
Page 2 of 3 • 1, 2, 3
Problem in Staff Online Widget in the javascript
First topic message reminder :
Hello,
I found an error in javascript of staff online widget can someone help me to solve it?
Hello,
I found an error in javascript of staff online widget can someone help me to solve it?
Re: Problem in Staff Online Widget in the javascript
@Black-Shadow
Hello!
I can assure you that the code I posted in this link: https://help.forumotion.com/t140589-problem-in-staff-online-widget-in-the-javascript#956123 - is working perfectly in my testing forum !
Edit:
The amount of JS code in your forum is greatly terrible !!!
I counted 22 JavaScripts modules ...
See:
Surely there are conflicts between them,
JS
Hello!
I can assure you that the code I posted in this link: https://help.forumotion.com/t140589-problem-in-staff-online-widget-in-the-javascript#956123 - is working perfectly in my testing forum !
Edit:
The amount of JS code in your forum is greatly terrible !!!
I counted 22 JavaScripts modules ...
See:
Surely there are conflicts between them,
JS
Re: Problem in Staff Online Widget in the javascript
Hello @JScript,
Yes that true I have a lot javascripts, but I think I have been correct the most of them or removed the problematic javascript codes. The problem as I watched is the way which writing on local storage cache. How can I locate the conflicts to edit them?
Yes that true I have a lot javascripts, but I think I have been correct the most of them or removed the problematic javascript codes. The problem as I watched is the way which writing on local storage cache. How can I locate the conflicts to edit them?
Re: Problem in Staff Online Widget in the javascript
Hello, I tested the code in your forum through the browser console and it worked normally!Black-Shadow wrote:Bump
JS
Re: Problem in Staff Online Widget in the javascript
Ok @JScript,
I have removed some javascripts to make my forum working more quickly and debug the most of them. The only problem is when browser's cache full filled the status updates are not appearing in the widget but it is ok because I am usually cleaning the browser's cache.
So I am marking the topic as solved. If will appearing any new problem I will open a new topic.
Thank you very much for your assistance.
With Best Regards,
Black-Shadow
I have removed some javascripts to make my forum working more quickly and debug the most of them. The only problem is when browser's cache full filled the status updates are not appearing in the widget but it is ok because I am usually cleaning the browser's cache.
So I am marking the topic as solved. If will appearing any new problem I will open a new topic.
Thank you very much for your assistance.
With Best Regards,
Black-Shadow
Re: Problem in Staff Online Widget in the javascript
Interesting to know this!Black-Shadow wrote:(...)The only problem is when browser's cache full filled the status updates are not appearing in the widget but it is ok because I am usually cleaning the browser's cache.
(...)
In this case, if you allow me to review the "storage" used by your forum to detect a possible failure or even the full use of 5mb ...
JS
Re: Problem in Staff Online Widget in the javascript
How can I allow you to review the browser's local storage? Mozilla firefox using 350MB as cache by default I think the local storage cache is inside this folder(s)/files. This problem is appearing more usually in google chrome then mozilla firefox.
Re: Problem in Staff Online Widget in the javascript
@Black-Shadow
I think I did not express myself well, what I meant is that I will check the "storage" used on your forum with the code below:
That way I can check if there are any problems about it!
@APE
Maybe, but I do still wish to do some checks...
JS
I think I did not express myself well, what I meant is that I will check the "storage" used on your forum with the code below:
- Code:
console.clear();
var i;
console.log("local storage");
for (i=0; i<localStorage.length; i++) {
console.log(localStorage.key(i)+"=["+localStorage.getItem(localStorage.key(i))+"]");
}
console.log("session storage");
for (i=0; i<sessionStorage.length; i++) {
console.log(sessionStorage.key(i)+"="+sessionStorage.getItem(sessionStorage.key(i))+"]");
}
That way I can check if there are any problems about it!
@APE
Maybe, but I do still wish to do some checks...
JS
Re: Problem in Staff Online Widget in the javascript
ok i will leave it open for now until i get word from you marked as back in progress
Re: Problem in Staff Online Widget in the javascript
JScript wrote:@Black-Shadow
I think I did not express myself well, what I meant is that I will check the "storage" used on your forum with the code below:
- Code:
console.clear();
var i;
console.log("local storage");
for (i=0; i<localStorage.length; i++) {
console.log(localStorage.key(i)+"=["+localStorage.getItem(localStorage.key(i))+"]");
}
console.log("session storage");
for (i=0; i<sessionStorage.length; i++) {
console.log(sessionStorage.key(i)+"="+sessionStorage.getItem(sessionStorage.key(i))+"]");
}
That way I can check if there are any problems about it!
@APE
Maybe, but I do still wish to do some checks...
JS
Hello dear all,
@JScript must I place this code on my forum?
Re: Problem in Staff Online Widget in the javascript
@Black-Shadow
No, it was just to show you how I will check the storage used by your forum...
As soon as I complete the review I'll let you know,
JS
No, it was just to show you how I will check the storage used by your forum...
As soon as I complete the review I'll let you know,
JS
Re: Problem in Staff Online Widget in the javascript
Hello @JScript,
Is there an optimized code for the widget?
Is there an optimized code for the widget?
Re: Problem in Staff Online Widget in the javascript
@Black-Shadow
Yes, I will post soon on this link: https://help.forumotion.com/f37-community-coding-and-analysis-zone
Stay tuned,
JS
Yes, I will post soon on this link: https://help.forumotion.com/f37-community-coding-and-analysis-zone
Stay tuned,
JS
Re: Problem in Staff Online Widget in the javascript
Hello,
@JScript have you completed the test to mark it as "Solved"?
@JScript have you completed the test to mark it as "Solved"?
Re: Problem in Staff Online Widget in the javascript
@Black-Shadow
Yes, unfortunately I did not find problems in the code and it is working perfectly in various other forums that I have tested!
JS
Yes, unfortunately I did not find problems in the code and it is working perfectly in various other forums that I have tested!
JS
Re: Problem in Staff Online Widget in the javascript
Hello @JScript
Ok I marked it as "Solved". If you have any code update please tag me.
With Best-Regards,
Black-Shadow.
Ok I marked it as "Solved". If you have any code update please tag me.
With Best-Regards,
Black-Shadow.
Page 2 of 3 • 1, 2, 3
Similar topics
» Staff Online Widget Problem
» Staff online widget help.
» Staff online widget
» View online Staff in a widget?
» Modify Staff Online Widget
» Staff online widget help.
» Staff online widget
» View online Staff in a widget?
» Modify Staff Online Widget
Page 2 of 3
Permissions in this forum:
You cannot reply to topics in this forum