
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Who Visited This Topic
-
- Users
- Posts: 42
- Joined: 10 Sep 2016, 04:58
Re: Who Visited This Topic
Would be great to have an exclude option for forums. So it will only appear on the not excluded ones.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Who Visited This Topic
Will take this into accountTarantino wrote: 02 Mar 2023, 20:13 Would be great to have an exclude option for forums. So it will only appear on the not excluded ones.

-
- Users
- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Who Visited This Topic
German language files for 1.0.9 here. (Choose the file, right click - save under...)
-
If you want to get German translations for extensions: ask me.
If you want to get German translations for extensions: ask me.
-
- New user
- Posts: 1
- Joined: 08 Aug 2023, 14:03
Re: Who Visited This Topic
Thank U for this valuable extension.
My provider just upgraded mysql to V8 and we got following errors when accessing to a post (phpbb 3.3.10, php 8.2.8)
The solution found by the provider was to deactivate the SQL ONLY_FULL_GROUP_BY mode, as you wrote somewhere above.
Seems to be correct now.
Merci beaucoup.

My provider just upgraded mysql to V8 and we got following errors when accessing to a post (phpbb 3.3.10, php 8.2.8)
Code: Select all
Erreur générale
SQL ERROR [ mysqli ]
Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'hva_forum.w.counter_user' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [1055]
SQL
SELECT w.user_id, w.topic_id, w.counter_user, w.date, u.username, u.user_colour, u.user_id, u.user_avatar, u.user_avatar_type, u.user_avatar_height, u.user_avatar_width, u.user_type, SUM(w.counter_user) AS total FROM phpbb_whovisitedthistopic w, phpbb_users u WHERE w.topic_id = 4836 AND w.user_id = u.user_id AND w.user_id <> '65' GROUP BY w.user_id ORDER BY w.date DESC LIMIT 15
Seems to be correct now.
Merci beaucoup.

Last edited by pit on 09 Aug 2023, 22:37, edited 1 time in total.
-
- Users
- Posts: 109
- Joined: 18 Aug 2016, 15:38
Re: Who Visited This Topic
I'm not sure why this is happening, we use the standard coloured usernames in PHPBB3, and this is how it displays?
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 74
- Joined: 30 Dec 2014, 22:23
Re: Who Visited This Topic
Is it possible to put who visited this topic under who is online in view_topic? I've looked myself, but I can't find an event
-
- Donator
- Posts: 137
- Joined: 19 Aug 2020, 12:54
Re: Who Visited This Topic
Disable your extensions and then checkKinsman wrote: 09 Jan 2024, 01:24 I'm not sure why this is happening, we use the standard coloured usernames in PHPBB3, and this is how it displays?
Do you really understand the meaning of this extension?Xxxbennyxxx wrote: 22 Jan 2024, 20:29 Is it possible to put who visited this topic under who is online in view_topic? I've looked myself, but I can't find an event
-
- Users
- Posts: 74
- Joined: 30 Dec 2014, 22:23
Re: Who Visited This Topic
Of course, but I want it in view topic under the online block
-
- Users
- Posts: 117
- Joined: 04 Feb 2021, 23:54
Re: Who Visited This Topic
Rename viewtopic_body_footer_before.htmt to overall_footer_content_after.htmlXxxbennyxxx wrote: 22 Jan 2024, 20:29 Is it possible to put who visited this topic under who is online in view_topic? I've looked myself, but I can't find an event
And clear forum cache
-
- Users
- Posts: 74
- Joined: 30 Dec 2014, 22:23
Re: Who Visited This Topic
Then it will not be shown in my block but below it. But it is solved, I created an event myselfOnnozel Manneke wrote: 23 Jan 2024, 06:23Rename viewtopic_body_footer_before.htmt to overall_footer_content_after.htmlXxxbennyxxx wrote: 22 Jan 2024, 20:29 Is it possible to put who visited this topic under who is online in view_topic? I've looked myself, but I can't find an event
And clear forum cache
viewtopic_body_online_list_after.html
Now just a little CSS and it's perfect.

-
- Donator
- Posts: 137
- Joined: 19 Aug 2020, 12:54
Re: Who Visited This Topic
And what topics have these members read?
-
- Users
- Posts: 117
- Joined: 04 Feb 2021, 23:54
Re: Who Visited This Topic
The code is on the viewtopic page...
-
- Users
- Posts: 74
- Joined: 30 Dec 2014, 22:23
Re: Who Visited This Topic
Indeed, I created the event in viewtopic_body.html The extension still works as expected. But at least now it is displayed where it should be (for my style) in the block with the other statistics.