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.

I want to set another gladient for staff in my forum.

2 posters

Go down

bdb953 - I want to set another gladient for staff in my forum. Empty Re: I want to set another gladient for staff in my forum.

Post by brandon_g January 27th 2016, 5:15 pm

Hello,

Is this not the same issue as this topic: https://help.forumotion.com/t145431p30-special-users-bg-color-in-forum ? Was the issue not solved?

P.s In the future if you ever need an archived topic unlocked, please just send a pm to a staff member (ex. Support moderator or manager) a pm with the link to the topic and request an unlock. We will be more then happy to unlock for you.

-Brandon


bdb953 - I want to set another gladient for staff in my forum. Brando10
Remember to mark your topic bdb953 - I want to set another gladient for staff in my forum. Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

bdb953 - I want to set another gladient for staff in my forum. Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

bdb953 - I want to set another gladient for staff in my forum. Empty Re: I want to set another gladient for staff in my forum.

Post by brandon_g January 27th 2016, 6:28 pm

Well since you already created this topic, might as well ask your question here now.

I just wanted to let you know for future reference.

What is your question?

-Brandon


bdb953 - I want to set another gladient for staff in my forum. Brando10
Remember to mark your topic bdb953 - I want to set another gladient for staff in my forum. Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

bdb953 - I want to set another gladient for staff in my forum. Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

bdb953 - I want to set another gladient for staff in my forum. Empty Re: I want to set another gladient for staff in my forum.

Post by Ape January 27th 2016, 10:09 pm

Okay i can help you there

you was gave this code before Wink
     
Code:
 <span class="staff-rank">YOUR RANK HERE</span>

Now to add this to a new member of staff you do the same again but you need to change one thing each time you add it


NEW CODES
see the part that says staff rank ?
Rank code:    
Code:
<span class="staff-rank1">YOUR RANK HERE</span>
as you can see it changed the name to staff rank1  Now you need to do the same with all the other codes Wink

Java Code:
Code:
  $(function() {
          $('.post:has(.staff-rank1)').addClass('staff-post1');
        });

Place this under your last code DO NOT DELETE YOUR OLD CODE



CSS files:

Code:
.post.staff-post1 {
          background-image:url(http://i39.servimg.com/u/f39/18/21/41/30/f6011.png);
          background-repeat:no-repeat;
          background-position:left bottom;
        }

Place this under your last code DO NOT DELETE YOUR OLD CODE




as you can see i just added the number 1 on the end of the codes Wink
now in the last code you have  this  
https://i.servimg.com/u/f39/18/21/41/30/f6011.png
This is the background color you may want a new color for that staff group in that case you need to ask for this to be made in the Graphic Design Section


bdb953 - I want to set another gladient for staff in my forum. Left1212bdb953 - I want to set another gladient for staff in my forum. Center11bdb953 - I want to set another gladient for staff in my forum. Right112
bdb953 - I want to set another gladient for staff in my forum. Ape_b110
bdb953 - I want to set another gladient for staff in my forum. Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

bdb953 - I want to set another gladient for staff in my forum. Empty Re: I want to set another gladient for staff in my forum.

Post by Ape January 27th 2016, 11:05 pm

ok so the code you need is

Place this in your ranks:
Code:
<span class="staff-rank1">YOUR RANK HERE</span>

CSS:
Code:
.post.staff-post1 {
background-image:url(http://i68.servimg.com/u/f68/19/40/18/34/keacut12.png);
background-repeat:no-repeat;
background-position:left bottom;
}

Place this in the same place as the other JavaScript:
Code:
$(function() {
          $('.post:has(.staff-rank1)').addClass('staff-post1');
        });


bdb953 - I want to set another gladient for staff in my forum. Left1212bdb953 - I want to set another gladient for staff in my forum. Center11bdb953 - I want to set another gladient for staff in my forum. Right112
bdb953 - I want to set another gladient for staff in my forum. Ape_b110
bdb953 - I want to set another gladient for staff in my forum. Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

bdb953 - I want to set another gladient for staff in my forum. Empty Re: I want to set another gladient for staff in my forum.

Post by Ape January 27th 2016, 11:51 pm

Im not sure what you mean

The codes i gave you are the same as you are already using i just made the change for your ranks on your site already you just got to add the codes to the right place

This code is the rank code
<span class="staff-rank1">YOUR RANK HERE</span>


bdb953 - I want to set another gladient for staff in my forum. Left1212bdb953 - I want to set another gladient for staff in my forum. Center11bdb953 - I want to set another gladient for staff in my forum. Right112
bdb953 - I want to set another gladient for staff in my forum. Ape_b110
bdb953 - I want to set another gladient for staff in my forum. Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

bdb953 - I want to set another gladient for staff in my forum. Empty Re: I want to set another gladient for staff in my forum.

Post by Ape January 28th 2016, 12:06 am

Hold on if you want our rank color its this #BDB953

Note if you want a background made with that color you are asking in the wrong place we do not make backgrounds here you have already been told to use the right forum for your art work

Here >> Graphic Design Section

you will need to ask them staff members to make it for you then ask them to make all the colors you want all in one post.

This forum is only for codes and support not for graphic & design


bdb953 - I want to set another gladient for staff in my forum. Left1212bdb953 - I want to set another gladient for staff in my forum. Center11bdb953 - I want to set another gladient for staff in my forum. Right112
bdb953 - I want to set another gladient for staff in my forum. Ape_b110
bdb953 - I want to set another gladient for staff in my forum. Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

bdb953 - I want to set another gladient for staff in my forum. Empty Re: I want to set another gladient for staff in my forum.

Post by Ape January 28th 2016, 12:08 am

I just made a post just now for color code Wink


bdb953 - I want to set another gladient for staff in my forum. Left1212bdb953 - I want to set another gladient for staff in my forum. Center11bdb953 - I want to set another gladient for staff in my forum. Right112
bdb953 - I want to set another gladient for staff in my forum. Ape_b110
bdb953 - I want to set another gladient for staff in my forum. Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top


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