Redesign postProfile content [All versions]
4 posters
Page 1 of 1
Redesign postProfile content [All versions]
If you are bored with default concept of having postProfile content like this:
But want something like this:
Then, follow these simple instructions.
1. Go to AP -> Display -> Colors & CSS -> CSS Stylesheet
All versions
Paste this CSS code:
Edit templates. Go to AP -> Display -> Templates -> General ->viewtopic_body and find:
PhpBB2, PhpBB3, PunBB, Invision,
Find:
Replace it with:
ModernBB
Find:
Replace it with:
AwesomeBB
Find:
Replace it with:
I hope this was useful to somebody.
But want something like this:
Then, follow these simple instructions.
1. Go to AP -> Display -> Colors & CSS -> CSS Stylesheet
All versions
Paste this CSS code:
- Code:
.postData {
margin-left:auto;
margin-right:auto;
background-color: #fff;
width:150px;
margin-bottom:5px;
text-align:center;
padding: 6px 2px;
border: 1px solid #dfdfdf;
border-radius: 4px;
}
Edit templates. Go to AP -> Display -> Templates -> General ->viewtopic_body and find:
PhpBB2, PhpBB3, PunBB, Invision,
Find:
|
Replace it with:
- Code:
<div class="postData">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}</div>
ModernBB
Find:
- Code:
{postrow.displayed.profile_field.LABEL}
{postrow.displayed.profile_field.CONTENT}
{postrow.displayed.profile_field.SEPARATOR}
Replace it with:
- Code:
<div class="postData">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}</div>
AwesomeBB
Find:
- Code:
<dt>{postrow.displayed.profile_field.LABEL}</dt>
<dd>{postrow.displayed.profile_field.CONTENT}</dd>
Replace it with:
- Code:
<div class="postData">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}</div>
I hope this was useful to somebody.
Guest- Guest
Re: Redesign postProfile content [All versions]
I love how clean it looks. Thanks for the tutorial! Nice job!
Re: Redesign postProfile content [All versions]
Why is it visible on this side? It should be visible in the middle.
Re: Redesign postProfile content [All versions]
Guru22 wrote:
Why is it visible on this side? It should be visible in the middle.
hello
this is not the right section to ask for help
please open a new thread in our support section providing all the necessary information such as forum URL ect
thank you
Re: Redesign postProfile content [All versions]
Guru22 wrote:
Why is it visible on this side? It should be visible in the middle.
Moderators may open new topic from your post, so my obvious solution is to add this to your CSS:
- Code:
.postprofile {
text-align: center;
}
I think you are running phpBB3, so..
Guest- Guest
Similar topics
» PostProfile content appearence
» This forum brakes your rules: Illicit contents, Hateful or abusive content, Defamatory content and / or affecting ...
» How to add color to postprofile
» How to disable postprofile for a certain rank?
» How to center link in postprofile?
» This forum brakes your rules: Illicit contents, Hateful or abusive content, Defamatory content and / or affecting ...
» How to add color to postprofile
» How to disable postprofile for a certain rank?
» How to center link in postprofile?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum