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.

Adding crowns next to Name

4 posters

Go down

Adding crowns next to Name Empty Adding crowns next to Name

Post by Link4 June 30th 2012, 8:28 pm

Hi guys,


I am currently trying to add crowns next to names but I am not sure how. I have phpBB3 Forums, what do I do/What are the codes I need to insert to make them work? All help is appreciated thank you.
avatar
Link4
New Member

Posts : 14
Reputation : 0
Language : English

Back to top Go down

Adding crowns next to Name Empty Re: Adding crowns next to Name

Post by Sanket June 30th 2012, 8:41 pm

Sanket
Sanket
ForumGuru

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

Back to top Go down

Adding crowns next to Name Empty Re: Adding crowns next to Name

Post by Link4 June 30th 2012, 9:49 pm

It's not really helping me out.. I don't understand.
avatar
Link4
New Member

Posts : 14
Reputation : 0
Language : English

Back to top Go down

Adding crowns next to Name Empty Re: Adding crowns next to Name

Post by Sir Chivas™ July 1st 2012, 12:52 am

Hi, Hello

Click on the group on legend and check the address in the browser tab. It will be like this one (example https://help.forumotion.com/g387-forumotion-administrators)
All you need from the address is this /g387-forumotion-administrators

Add this code to your CSS. Of course, you need to add your group href (example: /g387-forumotion-administrators) and your picture link in the code.


Code:
a[href="/g387-forumotion-administrators"] {
    background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
}

Recommend you to use: 16x16 image.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Adding crowns next to Name Empty Re: Adding crowns next to Name

Post by LostSoul July 8th 2012, 2:00 am

Hey ther! Try using this, it works PERFECT on my phpBB3 forum Smile

Code:
.pun a.gensmall[href="/u#"], #onlinelist [href="/u#"], .statused a[href="/u#"], #stats [href="/u#"], #chatbox_members a[href="/u#"], #chatbox a[href="/u#"],  #onlinechat a[href="/u#"]{
        background: url("ICON LINK") no-repeat;
        padding-left: 18px;
     padding-top: 3px;
    }

Just change the [/u#] to the # of whatever member, make sure to use a seperate code for each member, and change the # according to the person; to find a user's #, go to their profile and look in the url bar. --->Adding crowns next to Name Url10
avatar
LostSoul
New Member

Posts : 10
Reputation : 1
Language : English

Back to top Go down

Back to top

- Similar topics

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