3.2.x Extensions Database 3.2 / 3.3 ⇒ Post Author 3.2.x
-
[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: Post Author 3.2.x
I can not remove this extension ... I get an html 500 if I choose to delete date
phpbb versie 3.2.4
phpbb versie 3.2.4
-
[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: Post Author 3.2.x
Fixed!
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayjpbc92
- Users

- Status: Offline
- User theme: Dark
- Posts: 8
- Joined: Mar 1st, '19, 00:07
Re: Post Author 3.2.x
When you have time, it would be nice please to update 3.3.0 because it's not compatible unfortunately. Later, there is no rush ... Happy holidays! 
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayTrekRed
- Users

- Status: Offline
- User theme: Dark
- Posts: 93
- Joined: Oct 27th, '19, 22:54
Re: Post Author 3.2.x
Hello! Postnumbers are not visible. How to fix?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayironside
- Users

- Status: Offline
- User theme: Dark
- Posts: 19
- Joined: May 3rd, '20, 06:58
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArraySatforum
- New user

- Status: Offline
- User theme: Dark
- Posts: 2
- Joined: May 10th, '22, 00:08
Re: Post Author 3.2.x
Why not show post auther on profile
version 3.3.7
version 3.3.7
-
[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: 5109
- Joined: Apr 6th, '14, 14:12
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayThe Good
- Users

- Status: Offline
- User theme: Dark
- Posts: 93
- Joined: Nov 5th, '15, 21:48
Re: Post Author 3.2.x
Can i try for 3.3 ?
-
[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: 138
- Joined: Aug 19th, '20, 10:54
Re: Post Author 3.2.x
Of course you can
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayThe Good
- Users

- Status: Offline
- User theme: Dark
- Posts: 93
- Joined: Nov 5th, '15, 21:48
Re: Post Author 3.2.x
Hey guys how to change the color of border and even the white background color
as the color of the member is silver (white)
as the color of the member is silver (white)
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
Arrayssl
- Users

- Status: Offline
- User theme: Dark
- Posts: 138
- Joined: Aug 19th, '20, 10:54
Re: Post Author 3.2.x
In the CSS file of this extension find this
Code: Select all
span.postauthor {
background: #FFFFFF;
padding: 1px 6px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.2em;
clear: both;
border: solid 1px #999999;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayThe Good
- Users

- Status: Offline
- User theme: Dark
- Posts: 93
- Joined: Nov 5th, '15, 21:48
Re: Post Author 3.2.x
ssl wrote: Oct 4th, '23, 09:19 In the CSS file of this extension find thisCode: Select all
span.postauthor { background: #FFFFFF; padding: 1px 6px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1.2em; clear: both; border: solid 1px #999999; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; }

