How to Move username place in topic to center
3 posters
Page 1 of 1
How to Move username place in topic to center
Hello, i tried to change name place to middle but wan't to change
what the edit for this code :
To make it show in middle ?
Version : Punbb
what the edit for this code :
- Code:
<h4 class="username" >{postrow.displayed.POSTER_NAME}</h4>
To make it show in middle ?
Version : Punbb
Last edited by Abdalah_98 on May 16th 2016, 11:47 pm; edited 3 times in total
Re: How to Move username place in topic to center
Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
- Code:
<center><h4 class="username" >{postrow.displayed.POSTER_NAME}</h4></center>
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to Move username place in topic to center
SLGray wrote:Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
- Code:
<center><h4 class="username" >{postrow.displayed.POSTER_NAME}</h4></center>
Thanks for your help but didn't work
Re: How to Move username place in topic to center
Hi @Abdalah_98,
On PunBB the username is positioned absolutely, so you need to change its position to static. Add the following CSS rule to your stylesheet :
Display > Colors > CSS stylesheet
If any problems let us know.
Have a good day.
On PunBB the username is positioned absolutely, so you need to change its position to static. Add the following CSS rule to your stylesheet :
Display > Colors > CSS stylesheet
- Code:
.pun .user-ident .username {
position:static;
}
If any problems let us know.
Have a good day.
Re: How to Move username place in topic to center
Ange Tuteur wrote:Hi @Abdalah_98,
On PunBB the username is positioned absolutely, so you need to change its position to static. Add the following CSS rule to your stylesheet :
Display > Colors > CSS stylesheet( This should center your name considering you added SLGray's modification )
- Code:
.pun .user-ident .username {
position:static;
}
If any problems let us know.
Have a good day.
Thats make it work
Thanks you very much to you and to SLgray's
my best wishes
Re: How to Move username place in topic to center
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Username center
» [Preview] and [Send] Buttons are on the left, how do i move it to center
» Center only username in the poster's profile?
» How do I center my forums and add a crown by username?
» Center the username (in topics) of a phpBB2 forum?
» [Preview] and [Send] Buttons are on the left, how do i move it to center
» Center only username in the poster's profile?
» How do I center my forums and add a crown by username?
» Center the username (in topics) of a phpBB2 forum?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum