The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Width of the 'user display' on the side of a post?

2 posters

Go down

In progress Width of the 'user display' on the side of a post?

Post by Grand Moderator September 29th 2011, 10:49 pm

Hello, I was wondering if there is a way to reduce or change the width of the 'user display section' that is found on the left or right hand side of a forum post? The section where the avatar, username, and contact buttons are located. For some reason, this section appears a bit too wide on my own forum for my tastes.

Also, is there a way to hide the "number of posts" number on the main forum homepage that sits beside each forum section? I tried one technique I found on this forum but I couldn't get it to work properly.

Just one more thing, if I want every member who signs up to my forum to display (as an automatic option) html, smilies, signatures, ect ect, how do I set my forum to automatically show those things for each member?

Thank you!
Grand Moderator
Grand Moderator
New Member

Female Posts : 2
Reputation : 1
Language : English

http://rhinoplace.userboard.net

Back to top Go down

In progress Re: Width of the 'user display' on the side of a post?

Post by Grand Moderator September 30th 2011, 8:14 pm

Any help would be highly appreciated!
Grand Moderator
Grand Moderator
New Member

Female Posts : 2
Reputation : 1
Language : English

http://rhinoplace.userboard.net

Back to top Go down

In progress Re: Width of the 'user display' on the side of a post?

Post by Nera. September 30th 2011, 10:12 pm

Hi,

1. For phpBB3 you can set the width of the part wit users info in this CSS part
Code:
.postprofile {
and than change the width of to fit your wishes.
Code:
.postbody {
I'd tell you the exact numbers but your posts are not accesable.

2. To hide the number of posts on the index page add this to your CSS
Code:
.forabg .header .posts {
    display: none;
}
.forabg .row .posts {
    display: none;
}

3. Third question is no you can not.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum