Just for the record 3.2 will also need changing.
3.1.x Snippets ⇒ Who is where
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5133
- Joined: Apr 6th, '14, 14:12
Re: Who is where
Use another account and make sure it shows you viewing topics and replying and posting
Just for the record 3.2 will also need changing.
Just for the record 3.2 will also need changing.

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

- Status: Offline
- User theme: Dark
- Posts: 175
- Joined: Feb 26th, '16, 22:20
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayzardos
- Users

- Status: Offline
- User theme: Dark
- Posts: 175
- Joined: Feb 26th, '16, 22:20
Re: Who is where
What do you think martin, is its working.
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
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5133
- Joined: Apr 6th, '14, 14:12
Re: Who is where
Just checked my 3.2 and your not far away from having it working.
Code: Select all
//'U_EDIT' => ($edit_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", "mode=edit&f=$forum_id&p={$row['post_id']}") : '',
'U_EDIT' => ($edit_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", "mode=edit&f=$forum_id&t=$topic_id&p={$row['post_id']}") : '',
//'U_QUOTE' => ($auth->acl_get('f_reply', $forum_id)) ? append_sid("{$phpbb_root_path}posting.$phpEx", "mode=quote&f=$forum_id&p={$row['post_id']}") : '',
'U_QUOTE' => ($quote_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", "mode=quote&f=$forum_id&t=$topic_id&p={$row['post_id']}") : '',
'U_INFO' => ($auth->acl_get('m_info', $forum_id)) ? append_sid("{$phpbb_root_path}mcp.$phpEx", "i=main&mode=post_details&f=$forum_id&p=" . $row['post_id'], true, $user->session_id) : '',
//'U_DELETE' => ($delete_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", 'mode=' . (($softdelete_allowed) ? 'soft_delete' : 'delete') . "&f=$forum_id&p={$row['post_id']}") : '',
'U_DELETE' => ($delete_allowed) ? append_sid("{$phpbb_root_path}posting.$phpEx", 'mode=' . (($softdelete_allowed) ? 'soft_delete' : 'delete') . "&f=$forum_id&t=$topic_id&p={$row['post_id']}") : '',-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayAnders
- Users

- Status: Offline
- User theme: Dark
- Posts: 80
- Joined: Sep 15th, '15, 06:15
Re: Who is where
Hi
Is it something in root zip that need to change to work on 3.2?
Is it something in root zip that need to change to work on 3.2?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayHoodieWeather
- Users

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Jun 21st, '16, 22:33
Re: Who is where
Need to upload bigger images. really hard to see small images.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayAntaka
- Users

- Status: Offline
- User theme: Dark
- Posts: 8
- Joined: Feb 2nd, '16, 06:03
Re: Who is where
Hello Martin
beautiful on phpBB 3.1.9
see the preview below

enjoy it
beautiful on phpBB 3.1.9
see the preview below

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

- Status: Offline
- User theme: Dark
- Posts: 5133
- Joined: Apr 6th, '14, 14:12
Re: Who is where
3.2 version looks better.
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
ArrayAntaka
- Users

- Status: Offline
- User theme: Dark
- Posts: 8
- Joined: Feb 2nd, '16, 06:03
Re: Who is where
Hi Martin
not sure I can pass phpBB version 3.2x and install this amendment today, which is still in phase of RC and I read on phpBB.com there would still be some buggs
And yet will have to see if extensions that interested me is compatible on 3.2x rhea
cordially
not sure I can pass phpBB version 3.2x and install this amendment today, which is still in phase of RC and I read on phpBB.com there would still be some buggs
And yet will have to see if extensions that interested me is compatible on 3.2x rhea
cordially
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayAntaka
- Users

- Status: Offline
- User theme: Dark
- Posts: 8
- Joined: Feb 2nd, '16, 06:03
Re: Who is where
Hello Martin
I spent my week in 3.2.0 RC1 last night and now I installed this modification and find myself to make a problem, and nothing is displayed in the forum console with chrome end up with an error 503
For all information functioned to wonder under 3.1x and now I have moved your CSS extension on Magic 3.2.0 RC1
cordially
I spent my week in 3.2.0 RC1 last night and now I installed this modification and find myself to make a problem, and nothing is displayed in the forum console with chrome end up with an error 503
For all information functioned to wonder under 3.1x and now I have moved your CSS extension on Magic 3.2.0 RC1
cordially
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5133
- Joined: Apr 6th, '14, 14:12
Re: Who is where
Who is where code for 3.2 rc1 has not been released as of yet the code for 3.1 will not work on 3.2 hence the blank box.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykillfrenzy
- Users

- Status: Offline
- User theme: Dark
- Posts: 118
- Joined: Feb 6th, '16, 18:22
Re: Who is where
I got one problem image doesn't show in flags and browser. I don't know why because I believe I uploaded it in the root/images. I'm using 3.1.9 board
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Compilation of Android Roms, Recoverys, Apps, Games and Tricks
Visit my blog http://androidcribs.com

Visit my blog http://androidcribs.com
- Androidcribs.com
- Androidcribs

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

- Status: Offline
- User theme: Dark
- Posts: 5133
- Joined: Apr 6th, '14, 14:12
Re: Who is where
If you uploaded them to the right place they will show.
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
Arraykillfrenzy
- Users

- Status: Offline
- User theme: Dark
- Posts: 118
- Joined: Feb 6th, '16, 18:22
Re: Who is where
I laready fixed Sir. I just changed the permission of the folder flags and browser from 700 to 755 and all the file inside from 664 to 644. Then it will shows now. Thanks
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykillfrenzy
- Users

- Status: Offline
- User theme: Dark
- Posts: 118
- Joined: Feb 6th, '16, 18:22
Re: Who is where
I noticed one it gave me a false IP country in my forum. It appears I'm in USA but I'm Philippines.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Subscribers
