whoisonlineextradetails

The section where we discuss phpBB extensions.
User avatar
alon
Normal Member
Posts: 31
Joined: Tue Feb 22, 2022 7:47 pm
Answers: 0
Reputation: 4
Has thanked: 10 times
Been thanked: 8 times

Re: whoisonlineextradetails

Post by alon »

Maybe I found some clues that can help us.
I entered the PCA and set the forum language to English but not everything was translated on the home page, much remained in Italian. I entered my profile and I also set the language to English for me, after the forum page which is white and no longer accessible but only for me,
the others the forum saw it. I contacted an admin who reset the language to Italian from the PCA and so I reviewed the forum and returned.
There is something wrong.

User avatar
J. H. Rasmussen
Administrator
Posts: 1338
Joined: Thu Nov 07, 2019 9:13 pm
Latest blog post: Play » RealEstate Giant « on Web Browser Games
Answers: 0
Reputation: 618
Location: Copenhagen, Denmark
Has thanked: 45 times
Been thanked: 52 times
Contact:

Re: whoisonlineextradetails

Post by J. H. Rasmussen »

As wrote in a earlier post:
J. H. Rasmussen wrote: Sun Dec 04, 2022 10:08 pm I did setup the test forum yesterday, and added the extension from the data you had uploaded. Only issue i found, was it came with an error that it could not find the English language file in the extension, but i could see you had removed it after adding the Italian language. That would require that your forum only uses the Italian language, or it least the Italian language would need to be set as the default language, so the extension can fall back to the Italian language in case a user can chose another language, for the extension to work.

That lead me to 3 questions, first does your forum only use the Italian language, and second is the Italian language set to be the default language of your forum, and third, is there any users on your forum that uses other language(s) then Italian?

You may also want to enable php and your web server to show errors, in case you have those suppressed, to see if it shows any errors that may help solve the issue you have.
If the Who Is Online Extra Details extension does not have it's English language file(because you removed it), and you set the forum to only use the English language, then you will get an error from the extension. So, i recommend that you download the extension again and copy the English language file to the extension on your forum. It never hurts to have both languages. Before testing out the English language on your forum.

User avatar
alon
Normal Member
Posts: 31
Joined: Tue Feb 22, 2022 7:47 pm
Answers: 0
Reputation: 4
Has thanked: 10 times
Been thanked: 8 times

Re: whoisonlineextradetails

Post by alon »

Yes, but I put it back some time ago and there is the English language in the extension.
The problem then is another related to the language package of the forum, as I said if I go to set the language to English not the whole forum is translated, will that be the problem of all connected users on the forum index?

User avatar
J. H. Rasmussen
Administrator
Posts: 1338
Joined: Thu Nov 07, 2019 9:13 pm
Latest blog post: Play » RealEstate Giant « on Web Browser Games
Answers: 0
Reputation: 618
Location: Copenhagen, Denmark
Has thanked: 45 times
Been thanked: 52 times
Contact:

Re: whoisonlineextradetails

Post by J. H. Rasmussen »

According to the link i send you by PM as a response to your PM https://tracker.phpbb.com/browse/PHPBB3-13810 you may want to check the folder "/style/theme/(lang_iso)" exists. You could also try to reinstall the Italian and English languages on your forum.

If your forum has the Italian language set as default, and you chose to use the English language, and some files was missing in the English language, the forum would most likely fall back on using the Italian language where English text is missing. However, there is the possibility that you may be using some Italian language extension that would show some Italian text on your forum, even if you have chosen to use the English language in your profile.

User avatar
alon
Normal Member
Posts: 31
Joined: Tue Feb 22, 2022 7:47 pm
Answers: 0
Reputation: 4
Has thanked: 10 times
Been thanked: 8 times

Re: whoisonlineextradetails

Post by alon »

Hi Rasmussen dear..
I solved the problem, fiddling with the local forum I understood where the bug was.
In the style I use inside the images folder the main site_logo.gif logo was missing, but since I use another one via an ext I added a very small transparent image renaming it to "site_logo.gif inside the folder.
Now online users are all seen with their locations. :D

User avatar
J. H. Rasmussen
Administrator
Posts: 1338
Joined: Thu Nov 07, 2019 9:13 pm
Latest blog post: Play » RealEstate Giant « on Web Browser Games
Answers: 0
Reputation: 618
Location: Copenhagen, Denmark
Has thanked: 45 times
Been thanked: 52 times
Contact:

Re: whoisonlineextradetails

Post by J. H. Rasmussen »

I'm glad you finally got it working :)

I'm also glad that the issue wasn't because of the Who Is Online Extra Details extension :) But i do need to test if it works if a forum does not have the English language installed.

User avatar
alon
Normal Member
Posts: 31
Joined: Tue Feb 22, 2022 7:47 pm
Answers: 0
Reputation: 4
Has thanked: 10 times
Been thanked: 8 times

Re: whoisonlineextradetails

Post by alon »

Hello dear,
the same problem of all online users on the index reoccurred after migrating the forum to another host.
I did a search and this forum seems to have the same problem.

Code: Select all

https:   //   www.php b b. com/community/viewtopic.php?t=1692145   

Re: Problem with Users Online
Post by Aken » Wed Jul 15, 2009 6:49 pm

Ok, I solved the problem.

It was the iframe wich loaded some header information about the session. I removed the "$user->setup();" line and the users then came back.
-------------------------------------
iframe where can i find it?
Thank you

User avatar
J. H. Rasmussen
Administrator
Posts: 1338
Joined: Thu Nov 07, 2019 9:13 pm
Latest blog post: Play » RealEstate Giant « on Web Browser Games
Answers: 0
Reputation: 618
Location: Copenhagen, Denmark
Has thanked: 45 times
Been thanked: 52 times
Contact:

Re: whoisonlineextradetails

Post by J. H. Rasmussen »

Well, i don't think you'll find an iframe on the Who Is Online page. Maybe he/she is talking about a special setup he/she has, or maybe the older version of phpBB he/she used made use of a iframe somewhere. I don't think the issue he/she is referring to, is related to the issue you have.

I think you should look at your language files, maybe reinstall them so you know all files and folders are there.

User avatar
alon
Normal Member
Posts: 31
Joined: Tue Feb 22, 2022 7:47 pm
Answers: 0
Reputation: 4
Has thanked: 10 times
Been thanked: 8 times

Re: whoisonlineextradetails

Post by alon »

I want to clarify to all users who visit this topic that the problem is not your extension, the ext is fantastic and works perfectly, I wrote here from the beginning because I thought it was the ext but it's my problem.
I tried it locally and found it's my style to not show users in sections.
With the prosilver everything works.

User avatar
J. H. Rasmussen
Administrator
Posts: 1338
Joined: Thu Nov 07, 2019 9:13 pm
Latest blog post: Play » RealEstate Giant « on Web Browser Games
Answers: 0
Reputation: 618
Location: Copenhagen, Denmark
Has thanked: 45 times
Been thanked: 52 times
Contact:

Re: whoisonlineextradetails

Post by J. H. Rasmussen »

Maybe you should compare the two style's files, to see what files may be missing in the main style you use on your forum? You mentioned an image with the wrong file extension in one of your earlier post.

Post Reply

Return to “PhpBB Extensions”

Who is online

Users browsing this forum: No members and 10 guests