Hey,
It's me (again)
I have a problem with my phpBB memberlist : some users aren't displaying in the memberlist, if sort by "Last Active".
The thing is that these users, have recently visit the forum (you can see the right last visite date at the member's profile) but they aren't displaying if i sort the memberlist. (they appear very far away, like in december, but written "Last Active in 29th march" !! ).
I thought it was a phpBB problem or due to some extensions, then i contact the support of my phpBB theme.
They take a look at my forum and the files and told me that it was a problem with the phpBB / wordpress bridge.
There i am....
If you have any idea or heard about an issue...
There is some exax
First image : the last active members
Second Image : All the members beginning by "D". We can see that the last active date ... and that these members aren't displaying in the memberlist last active, even if they were active :O
Problem with Memberlist
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Problem with Memberlist
ok checking, but here seem to be all in order at axew3.com and this is the default theme.
Can you see if these users not displayed, contain some special chars inside?
like an&nice$user%name or something else...
p.s check also that these users aren't not on next page list ....
Can you see if these users not displayed, contain some special chars inside?
like an&nice$user%name or something else...
p.s check also that these users aren't not on next page list ....
-
- User www
- Posts: 70
- Joined: Fri Nov 11, 2016 3:50 pm
Re: Problem with Memberlist
I don't see special chars... i will check it better
They are !!
I have to go in december (Last Active) for find one of the member who visits today !!
Example : Last active :
END OF THE PAGE 1
BEGINNING OF THE PAGE 2 (of last active members)
They are !!
I have to go in december (Last Active) for find one of the member who visits today !!
Example : Last active :
END OF THE PAGE 1
BEGINNING OF THE PAGE 2 (of last active members)
-
- User www
- Posts: 70
- Joined: Fri Nov 11, 2016 3:50 pm
Re: Problem with Memberlist
No more idea ?
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Problem with Memberlist
so, i've misunderstand they are! and i was thinking all was ok.
Since as you see here in this online example, member list return correctly the right time (isn't it? if not please let me know i will re-check), the fact that a theme author return you as answer that this is a problem with this plugin is not correct due to the fact, that this integration plugin, do not run any code into phpBB side. It just execute queries on his database, when user is on WP side.
The responsible of the time update in phpBB is phpBB code when you click on any phpBB link, also in iframe mode (as the displayed is an iframe, that is a separate page, the phpBB real page).
Now, if the scenario is, an user come into WP side, without visit phpBB or WP page forum, than you have reason. The last visit of the user into phpBB isn't updated if the user not visit the forum.
This is very easy to resolve, it is just required to add two lines of code. I'm not sure if it should be an option, or by default behavior.
1.6.7 so will resolve this (as option or by default).
So, if this the problem, this will be resolved on 1.6.7.
If last online time for the user, not update when the user is navigating phpBB full forum or navigating forum on iframe, you can be sure than you have a phpBB problem somewhere, not related this plugin.
Since as you see here in this online example, member list return correctly the right time (isn't it? if not please let me know i will re-check), the fact that a theme author return you as answer that this is a problem with this plugin is not correct due to the fact, that this integration plugin, do not run any code into phpBB side. It just execute queries on his database, when user is on WP side.
The responsible of the time update in phpBB is phpBB code when you click on any phpBB link, also in iframe mode (as the displayed is an iframe, that is a separate page, the phpBB real page).
Now, if the scenario is, an user come into WP side, without visit phpBB or WP page forum, than you have reason. The last visit of the user into phpBB isn't updated if the user not visit the forum.
This is very easy to resolve, it is just required to add two lines of code. I'm not sure if it should be an option, or by default behavior.
1.6.7 so will resolve this (as option or by default).
So, if this the problem, this will be resolved on 1.6.7.
If last online time for the user, not update when the user is navigating phpBB full forum or navigating forum on iframe, you can be sure than you have a phpBB problem somewhere, not related this plugin.
-
- User www
- Posts: 70
- Joined: Fri Nov 11, 2016 3:50 pm
Re: Problem with Memberlist
Okey, thanks for your answer.
Having last visite even if the member is visiting WP-Side should be great !
I'm waiting for 1.6.7 with pleasure
The main problem was that we can see the last visite date, but it didn't sort on the Last Active Members. Maybe it's like you said.
Having last visite even if the member is visiting WP-Side should be great !
I'm waiting for 1.6.7 with pleasure
The main problem was that we can see the last visite date, but it didn't sort on the Last Active Members. Maybe it's like you said.