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.

Mod Icon Chatbox Change

3 posters

Go down

Solved Mod Icon Chatbox Change

Post by Bones! February 7th 2015, 5:49 am

Technical Details

Forum version : Invision
Position : Founder
Concerned browser(s) : Google Chrome, Internet Explorer, Safari
Who the problem concerns : All members
When the problem appeared : When Chatbox was updated
Forum link : http://unknownlandsrp.forumotion.com/

Description of problem

https://help.forumotion.com/t119377-chatbox-icon-changer

Basically the above, I would like to know the code for the new chatbox.


Last edited by Kaseki on February 15th 2015, 4:48 pm; edited 1 time in total
Bones!
Bones!
Forumember

Posts : 173
Reputation : 20
Language : English, CCS, HTML
Location : Behind you

http://www.unknownlandsrp.com/

Back to top Go down

Solved Re: Mod Icon Chatbox Change

Post by Fierce Star February 7th 2015, 6:20 pm

Hello @Kaseki,

Currently, I don't believe this is possible to do anymore without the use of JavaScript, which as you may know, isn't possible to use on the /chatbox page.
But to be sure, I'll tag @Ange Tuteur to see if she has a solution.
avatar
Fierce Star
Forumember

Male Posts : 110
Reputation : 17
Language : English
Location : United States

http://inactivesite.onlyhelpwithothersnow.com

Back to top Go down

Solved Re: Mod Icon Chatbox Change

Post by _Twisted_Mods_ February 7th 2015, 7:08 pm

you can thank ange he gave to me yesterday

replace the color #52BCE3 with the color of the group
replace yourimage.gif with with a image url of your choice

Code:
.user[style="color:#52BCE3"] span:before, #chatbox_members span[style="color:#52BCE3"] span:before {  content:url(yourimage.gif);  margin-left:-17px;  vertical-align:top; }
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: Mod Icon Chatbox Change

Post by Bones! February 9th 2015, 3:44 am

_Twisted_Mods_ wrote:you can thank ange he gave to me yesterday

replace the color #52BCE3 with the color of the group
replace yourimage.gif with with a image url of your choice

Code:
.user[style="color:#52BCE3"] span:before, #chatbox_members span[style="color:#52BCE3"] span:before {  content:url(yourimage.gif);  margin-left:-17px;  vertical-align:top; }
Alright, so this worked on my test forum.. but not my other forum.

Code:
.user[style="color:#000000"] span:before, #chatbox_members span[style="color:#000000"] span:before {  content:url(http://i565.photobucket.com/albums/ss95/Klan_Kao/Staff-1.png;  margin-left:-17px;  vertical-align:top; }
That's the code I created, and it worked fine. However... it only worked one one of my forums...

I know the CSS has be be in a certain order for it to work... I'll be more than glad to PM my CSS. However, my codes go in the order of #ChatboxMembers, then my Codebox code, followed by my code that rounds images.... so like... what do i do?
Bones!
Bones!
Forumember

Posts : 173
Reputation : 20
Language : English, CCS, HTML
Location : Behind you

http://www.unknownlandsrp.com/

Back to top Go down

Solved Re: Mod Icon Chatbox Change

Post by Bones! February 9th 2015, 3:50 am

NEVERMIND, I SOLVED IT. I'M STUPID.

I deleted a paraenthsisss.

This can be locked.
Bones!
Bones!
Forumember

Posts : 173
Reputation : 20
Language : English, CCS, HTML
Location : Behind you

http://www.unknownlandsrp.com/

Back to top Go down

Solved Re: Mod Icon Chatbox Change

Post by _Twisted_Mods_ February 15th 2015, 8:21 pm

Topic solved and archived
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

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