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 put a picture on a usergroups

2 posters

Go down

In progress how to put a picture on a usergroups

Post by HcMz Sun 14 Aug 2011 - 19:26

is there any way to put a picture in Usergroups !!
if there is can some one tell me how, thanks !!!

My Forum : http://www.HardcoreModz.com
My Version : PHPBB2

Example : where it shows your rank picture, right under it have a another pic which is the pic of the group !!
Example : Have a admin picture so when you become a admin under the rank it have the picture set for admin !!!
HcMz
HcMz
New Member

Male Posts : 8
Reputation : 0
Language : english

http://www.HardcoreModz.com

Back to top Go down

In progress Re: how to put a picture on a usergroups

Post by Nera. Sun 14 Aug 2011 - 19:47

Hi,

This?

Hi,

Take a look here https://help.forumotion.com/t94636-name-designs-on-legend

The same way she gave them glow you can do on your forum for pictures.

Href must be yours, you can't use any of those topics.

It could have been done linke this, just an example

Code:
a[href="/g1-administratori"] {
    background-image: url('http://2img.net/i/fa/i/smiles/icon_smile.gif');
    background-repeat: no-repeat;
    padding-left: 16px;
}

how to put a picture on a usergroups 80cy
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: how to put a picture on a usergroups

Post by HcMz Sun 14 Aug 2011 - 19:54

Hey were do i put this code at on my forum:

a[href="/g1-administratori"] {
background-image: url('https://2img.net/i/fa/i/smiles/icon_smile.gif');
background-repeat: no-repeat;
padding-left: 16px;
}
HcMz
HcMz
New Member

Male Posts : 8
Reputation : 0
Language : english

http://www.HardcoreModz.com

Back to top Go down

In progress Re: how to put a picture on a usergroups

Post by Nera. Sun 14 Aug 2011 - 20:00

You can't add that, i wrote up href must be yours, you can't use any of those topics.

Never mind, add this to CSS and change the photo link.

Code:
a[href="/g5-hardcoremodz"] {
    background-image: url('http://2img.net/i/fa/i/smiles/icon_smile.gif');
    background-repeat: no-repeat;
    padding-left: 17px;
}

Add it to AP > Display > Colors > CSS
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Hey

Post by HcMz Sun 14 Aug 2011 - 20:15

Nera. wrote:You can't add that, i wrote up href must be yours, you can't use any of those topics.

Never mind, add this to CSS and change the photo link.

Code:
a[href="/g5-hardcoremodz"] {
    background-image: url('http://2img.net/i/fa/i/smiles/icon_smile.gif');
    background-repeat: no-repeat;
    padding-left: 17px;
}

Add it to AP > Display > Colors > CSS

Hey i want this for my gold member group and does this put it under the rank on you profile and post !!!
HcMz
HcMz
New Member

Male Posts : 8
Reputation : 0
Language : english

http://www.HardcoreModz.com

Back to top Go down

In progress Re: how to put a picture on a usergroups

Post by Nera. Sun 14 Aug 2011 - 20:18

It's the only grup I see on your index, you need to show that one to in order for me to give you a code for it.

For icons by names https://help.forumotion.com/t90311-how-to-add-an-icon-before-username
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: how to put a picture on a usergroups

Post by HcMz Sun 14 Aug 2011 - 20:20

Nera. wrote:It's the only grup I see on your index, you need to show that one to in order for me to give you a code for it.

For icons by names https://help.forumotion.com/t90311-how-to-add-an-icon-before-username

I open the group
HcMz
HcMz
New Member

Male Posts : 8
Reputation : 0
Language : english

http://www.HardcoreModz.com

Back to top Go down

In progress Re: how to put a picture on a usergroups

Post by Nera. Sun 14 Aug 2011 - 20:24

Do the same thing with this code.

Code:
a[href="/g4-gold-member"] {
    background-image: url('http://2img.net/i/fa/i/smiles/icon_smile.gif');
    background-repeat: no-repeat;
    padding-left: 17px;
}
Nera.
Nera.
Energetic

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

Back to top Go down

Back to top


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