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.

Mini icons before name, Small question

Go down

Mini icons before name, Small question Empty Mini icons before name, Small question

Post by DeathsEssence 23.12.11 20:04

I've read: https://help.forumotion.com/t90311-how-to-add-an-icon-before-username

I'm working on getting some on my website. For the most part it works, it only shows up on my user (the only one with the "o") for everything except posts.

but here lies the problem: http://www.noeit.com/t334-mw3-minimaps-leaked#1400

the Crown appears for everyone in the actual posts?

Here is my CSS code:
Code:
/*********************** MINI ICONS OWNER-CAPTAIN-MOD **************************/
    #fo_stat a[href="/u1"], .activeusers-box p a[href="/u1"], #chatbox a[href="/u1"], #chatbox_members a[href="/u1"], table.ipbtable td a[href="/u1"], .postprofile strong, .module a[href="/u1"] {
        background: url("http://i125.photobucket.com/albums/p71/yoedog0/owner_mini_con_1.png") no-repeat scroll 0 0 transparent;
        padding-left: 16px;
    }

I am wondering how to fix this? I'd rather not have to make a new line of code for every user that joins with a blank image so that it doesnt show.

EDIT: i fixed the above issue, you might want to add to that tutorial:

If you only post one in, it makes all users actual posts appear to be "owner" or "captain" or whatever. so:

to fix this issue, you put Mini icon /u1 , mini icon /u11 or u/45 or whatever your u# is .... and at the very end you can pull a random normal user from the forum (ideally a user that has been inactive, or an alt account that you use.) and type:

Code:
    #fo_stat a[href="/u#"], .activeusers-box p a[href="/u#"], #chatbox a[href="/u#"], #chatbox_members a[href="/u#"], table.ipbtable td a[href="/u#"], .postprofile strong, .module a[href="/u1"] {
        background: url("AN_EMPTY_.PNG_IMAGE_HERE") no-repeat scroll 0 0 transparent;
        padding-left: 16px;
    }

Also, I would like to Give multiple users this image: https://2img.net/h/i125.photobucket.com/albums/p71/yoedog0/mod_mini_con_1.png

is there an easy way to give lets say u21, u45, and u909 all this Mini icon, without typing a new line of code for ever user?

Thanks so much for your help in advance guys! i'm really looking forward to seeing your answer! <3
DeathsEssence
DeathsEssence
Forumember

Male Posts : 30
Reputation : 0
Language : English
Location : Niagara Falls, ON

http://www.noeit.com/

Back to top Go down

Back to top

- Similar topics

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