3.2.x Extensions Database 3.2 / 3.3Post Author 3.2.x

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Xxxbennyxxx
Users
Users
Status: Offline
User theme: Dark
Posts: 74
Joined: Dec 30th, '14, 21:23
    Windows 10 Chrome

Re: Post Author 3.2.x

Post by Xxxbennyxxx »

I can not remove this extension ... I get an html 500 if I choose to delete date

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
Array

Xxxbennyxxx
Users
Users
Status: Offline
User theme: Dark
Posts: 74
Joined: Dec 30th, '14, 21:23
    Windows 10 Chrome

Re: Post Author 3.2.x

Post by Xxxbennyxxx »

Fixed!

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

jpbc92
Users
Users
Status: Offline
User theme: Dark
Posts: 8
Joined: Mar 1st, '19, 00:07
    Windows 10 Chrome

Re: Post Author 3.2.x

Post by jpbc92 »

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! :smile:

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

TrekRed
Users
Users
Status: Offline
User theme: Dark
Posts: 93
Joined: Oct 27th, '19, 22:54
    Windows 10 Chrome

Re: Post Author 3.2.x

Post by TrekRed »

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
Array

ironside
Users
Users
Status: Offline
User theme: Dark
Posts: 19
Joined: May 3rd, '20, 06:58
    Windows 10 Firefox

Re: Post Author 3.2.x

Post by ironside »

Bonjour , Merci beaucoup , good job :tumbsyes:
Image Proute To Be French :D

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

Satforum
New user
New user
Status: Offline
User theme: Dark
Posts: 2
Joined: May 10th, '22, 00:08
    Windows 7 Chrome

Re: Post Author 3.2.x

Post by Satforum »

Why not show post auther on profile

version 3.3.7

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

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5109
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: Post Author 3.2.x

Post by martin »

Read the first post.
Image

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

The Good
Users
Users
Status: Offline
User theme: Dark
Posts: 93
Joined: Nov 5th, '15, 21:48
    Windows 10 Chrome

Re: Post Author 3.2.x

Post by The Good »

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
Array

ssl
Users
Users
Status: Offline
User theme: Dark
Posts: 138
Joined: Aug 19th, '20, 10:54
    Mac OS X Opera

Re: Post Author 3.2.x

Post by ssl »

Of course you can
phpBB: 3.3.15 | PHP: 8.4
[Some French translation of extensions]

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

The Good
Users
Users
Status: Offline
User theme: Dark
Posts: 93
Joined: Nov 5th, '15, 21:48
    Windows 10 Chrome

Re: Post Author 3.2.x

Post by The Good »

Hey guys how to change the color of border and even the white background color

as the color of the member is silver (white)
silver.jpg
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
Array

ssl
Users
Users
Status: Offline
User theme: Dark
Posts: 138
Joined: Aug 19th, '20, 10:54
    Mac OS X Opera

Re: Post Author 3.2.x

Post by ssl »

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
Array

The Good
Users
Users
Status: Offline
User theme: Dark
Posts: 93
Joined: Nov 5th, '15, 21:48
    Windows 10 Chrome

Re: Post Author 3.2.x

Post by The Good »

ssl wrote: Oct 4th, '23, 09:19 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;
}
Image
:D thank you bro