3.2.x Extensions Database 3.2 / 3.3 ⇒ Post Author 3.2.x
-
- Users
- Posts: 74
- Joined: 30 Dec 2014, 22: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
-
- Users
- Posts: 8
- Joined: 01 Mar 2019, 01: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! 
-
- Users
- Posts: 93
- Joined: 27 Oct 2019, 23:54
Re: Post Author 3.2.x
Hello! Postnumbers are not visible. How to fix?
-
- New user
- Posts: 2
- Joined: 10 May 2022, 02:08
Re: Post Author 3.2.x
Why not show post auther on profile
version 3.3.7
version 3.3.7
-
- Users
- Posts: 93
- Joined: 05 Nov 2015, 22: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.
-
- Donator
- Posts: 137
- Joined: 19 Aug 2020, 12: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;
}
-
- Users
- Posts: 93
- Joined: 05 Nov 2015, 22:48
Re: Post Author 3.2.x
ssl wrote: 04 Oct 2023, 11: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; }
