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.

How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

4 posters

Go down

In progress How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by PlatinumWata June 20th 2011, 1:28 am

1) How do I make it where when I PM someone I see their rank image, and username only once? It looks odd seeing username twice...(only happens in PM's)

How to make PM avatar ranks same as post, take outlines away, and fix the buttons? PM3

2) * COMPLETED *How do I delete that ugly outline thats blue around the categorys? Not the line that separatesbetween forums, but just the outline of cateogrys?

How to make PM avatar ranks same as post, take outlines away, and fix the buttons? Categorys3

3) How can I tidy this up abit? It looks like buttons are all over the place?

How to make PM avatar ranks same as post, take outlines away, and fix the buttons? Buttons3

4) How do I change rank text color?

Thanks! I appreciate any help thats given!


Last edited by PlatinumWata on June 20th 2011, 4:06 am; edited 2 times in total
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by Mike June 20th 2011, 2:01 am

for #2 there should be a CSS property, if you give me the link to your site i can get it.

for #3, use a table.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by PlatinumWata June 20th 2011, 2:08 am

www.gfxfreeze.com is my site.

How do I use a table for number 3?
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by Mike June 20th 2011, 3:15 am

If you have templates then you can use that to make the legend in a table.

See here: https://help.forumotion.com/t77104-how-to-make-a-stylish-legend

For #2... Do this

Find:
Code:
.pun div {
border-color: #238ED1;
color: #333;
}

REplace with:

Code:
.pun div {
color: #333;
}

If that doesnt work find:

Code:
.main .main-head, .main .main-foot {
    padding: 0.7em 1.3em;
    font-decoration: bold;
    color: #333333;
    background-color: transparent;
     
    }

Replace with:

Code:
.main .main-head, .main .main-foot {
    padding: 0.7em 1.3em;
    font-decoration: bold;
    color: #333333;
    background-color: transparent;
        border: 1px #238ED1 solid;
    }
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by PlatinumWata June 20th 2011, 3:28 am

Drogba, thanks for the effort, but it doesn't work.

PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by Mike June 20th 2011, 3:33 am

case i posted the code wrong Razz

Find:

Code:
.main .main-head, .main .main-foot {
    padding: 0.7em 1.3em;
    font-decoration: bold;
    color: #333333;
    background-color: transparent;
        border: 1px #238ED1 solid;
    }

Replace with:

Code:
.main .main-head, .main .main-foot {
    padding: 0.7em 1.3em;
    font-decoration: bold;
    color: #333333;
    background-color: transparent;
        border: none;
    }
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by PlatinumWata June 20th 2011, 4:06 am

Worked like a charm. Thanks Wink
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by Sanket June 20th 2011, 6:24 am

UNlocked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by PlatinumWata July 6th 2011, 9:03 pm

Been a while till this got a reply.

Any more help?
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by Nera. July 6th 2011, 9:44 pm

Hi,

Regarding ranks, are you searching for this https://help.forumotion.com/t16692-user-ranks ?

For the legend, it's a preety general question, what do you want to do with it?
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by PlatinumWata July 6th 2011, 9:46 pm

Yea for the ranks it will say Admin for example. I want to make it black?

I just want to tidy the legend up so the buttons dont look all over the place.

Also Nera did you get my PM about the image behind the avatar? You said you would look into it a couple weeks back.

Thanks.
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by Nera. July 6th 2011, 10:00 pm

1. Admin
Code:
<font color="black">Administrator</font>
2. It's the
Code:
ul#pun-legend, ul.pun-legend {
for punBB. You didn't tell me what you want so I can't give you a precize answer. It will touch the fist legend also.

3. I suppose, I get many pale
Send it again. Sorry.
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by PlatinumWata July 6th 2011, 10:02 pm

I will send PM again now.

Also for ul#pun-legend, ul.pun-legend {, where I put that?

And what about the username twice thing? How do I fix that?

Thanks mate!
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by Nera. July 6th 2011, 10:07 pm

You don't put it, you already have it. You can customize your legend through it. You need to specify your needs for me to tell you precisely what you want.

Messages=
Go to privmsgs_read_body and delete one {MESSAGE_FROM}, lower one, save and publish template.
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: How to make PM avatar ranks same as post, take outlines away, and fix the buttons?

Post by PlatinumWata July 6th 2011, 10:10 pm

Alright, the messages worked! Wink However, how do I put the rank image, and or rank text?

As for the legend, I want anything to clear it up abit. Whatever you think is best Wink

I sent you a PM btw

Thanks.
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Back to top

- Similar topics

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