3.2.x Extensions Database 3.2 / 3.3 ⇒ Post Author 3.2.x
-
Xxxbennyxxx
- Users

- Posts: 74
- Joined: 11 years ago
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
-
jpbc92
- Users

- Posts: 8
- Joined: 7 years ago
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! 
-
TrekRed
- Users

- Posts: 93
- Joined: 6 years ago
Re: Post Author 3.2.x
Hello! Postnumbers are not visible. How to fix?
-
Satforum
- New user

- Posts: 2
- Joined: 4 years ago
Re: Post Author 3.2.x
Why not show post auther on profile
version 3.3.7
version 3.3.7
-
The Good
- Users

- Posts: 93
- Joined: 10 years ago
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.
-
ssl
- Banned

- Posts: 150
- Joined: 6 years ago
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;
}-
The Good
- Users

- Posts: 93
- Joined: 10 years ago
Re: Post Author 3.2.x
ssl wrote: 2 years ago 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; }



