3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Who Visited This Topic
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6488
- Joined: Jan 13th, '14, 20:45
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayTarantino
- Users

- Status: Offline
- User theme: Dark
- Posts: 42
- Joined: Sep 10th, '16, 02: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.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6488
- Joined: Jan 13th, '14, 20:45
Re: Who Visited This Topic
Will take this into accountTarantino wrote: Mar 2nd, '23, 19:13 Would be great to have an exclude option for forums. So it will only appear on the not excluded ones.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayScanialady
- Users

- Status: Offline
- User theme: Dark
- Posts: 310
- Joined: Apr 6th, '15, 16: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.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraypit
- New user

- Status: Offline
- User theme: Dark
- Posts: 1
- Joined: Aug 8th, '23, 12: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 15Seems to be correct now.
Merci beaucoup.
Last edited by pit on Aug 9th, '23, 20:37, edited 1 time in total.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayKinsman
- Users

- Status: Offline
- User theme: Dark
- Posts: 109
- Joined: Aug 18th, '16, 13: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.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayXxxbennyxxx
- Users

- Status: Offline
- User theme: Dark
- Posts: 74
- Joined: Dec 30th, '14, 21: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
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayssl
- Users

- Status: Offline
- User theme: Dark
- Posts: 148
- Joined: Aug 19th, '20, 10:54
Re: Who Visited This Topic
Disable your extensions and then checkKinsman wrote: Jan 9th, '24, 00: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: Jan 22nd, '24, 19: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
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayXxxbennyxxx
- Users

- Status: Offline
- User theme: Dark
- Posts: 74
- Joined: Dec 30th, '14, 21:23
Re: Who Visited This Topic
Of course, but I want it in view topic under the online block
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArraySpIdErPiGgY
- Users

- Status: Offline
- User theme: Dark
- Posts: 122
- Joined: Feb 4th, '21, 22:54
Re: Who Visited This Topic
Rename viewtopic_body_footer_before.htmt to overall_footer_content_after.htmlXxxbennyxxx wrote: Jan 22nd, '24, 19: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
✦ 🌐 phpBB Extensions in Dutch
✦ Free translations, updates, support and practical tutorials for phpBB.
✦ 💚 Support this project on Ko-fi
✦ Free translations, updates, support and practical tutorials for phpBB.
✦ 💚 Support this project on Ko-fi
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayXxxbennyxxx
- Users

- Status: Offline
- User theme: Dark
- Posts: 74
- Joined: Dec 30th, '14, 21: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: Jan 23rd, '24, 05:23Rename viewtopic_body_footer_before.htmt to overall_footer_content_after.htmlXxxbennyxxx wrote: Jan 22nd, '24, 19: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.

-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayssl
- Users

- Status: Offline
- User theme: Dark
- Posts: 148
- Joined: Aug 19th, '20, 10:54
Re: Who Visited This Topic
And what topics have these members read?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArraySpIdErPiGgY
- Users

- Status: Offline
- User theme: Dark
- Posts: 122
- Joined: Feb 4th, '21, 22:54
Re: Who Visited This Topic
The code is on the viewtopic page...
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayssl
- Users

- Status: Offline
- User theme: Dark
- Posts: 148
- Joined: Aug 19th, '20, 10:54
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayXxxbennyxxx
- Users

- Status: Offline
- User theme: Dark
- Posts: 74
- Joined: Dec 30th, '14, 21: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.
Subscribers