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.

Change the post background color of a specific user

5 posters

Go down

Solved Change the post background color of a specific user

Post by angel_of_night 29/4/2013, 16:50

Tried to use the following link: http://www.malware-site.www/forum/index.php/topic/135-how-to-change-the-post-background-color-of-a-specific-user/ which is unavaiable at the moment.
Does anyoone have the codes for it? Thanks in advance.


Last edited by angel_of_night on 29/4/2013, 21:26; edited 1 time in total
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by Sir Chivas™ 29/4/2013, 17:07

Try this,

RevexAU wrote:Hello you can use this one , I believe the color is almost the same as the Pale Green color behind your profile information provided in the screenshot. Put this in your Javascript and make sure you've ticked in all pages.

Code:

$(function() {
$('div.post:has(".admin1")').css('background','#fff url(http://i.imgur.com/BVlbi.png) repeat-y');
});

If you use this code make sure in Rank Administration the Rank title is
Code:
<span class="admin1">Rank Title Here</span>

If you are not satisfied with the gradient color you can change it to any one of these colors below , All you have to do is replace the link with the different gradient.

Other Gradients...
Change the post background color of a specific user Butto209
https://i.servimg.com/u/f47/16/97/26/79/butto209.png
Change the post background color of a specific user Butto210
https://i.servimg.com/u/f47/16/97/26/79/butto210.png
Change the post background color of a specific user Butto211
https://i.servimg.com/u/f47/16/97/26/79/butto211.png
Change the post background color of a specific user Butto212
https://i.servimg.com/u/f47/16/97/26/79/butto212.png
Change the post background color of a specific user Butto213
https://i.servimg.com/u/f47/16/97/26/79/butto213.png
Change the post background color of a specific user Butto214
https://i.servimg.com/u/f47/16/97/26/79/butto214.png
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by angel_of_night 29/4/2013, 18:29

I've put that code in the CSS and the rank title like you said, as special rank. But nothing happened.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by Sanket 29/4/2013, 18:46

What is your Forum URL & post the exact codes you added here.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by angel_of_night 29/4/2013, 18:48

http://www.namelesscraft.org/

I posted first code in CCS stylesheet

Then went User&Groups > Rank administration > Add new rank > Added <span class="admin1">TEST RANK</span> to the title and saved.

Changed my user rank to the TEST RANK, but my background is still the same.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by Sanket 29/4/2013, 18:59

Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by angel_of_night 29/4/2013, 19:31

Thanks, but is there a way to put in the right side instead?
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by Sanket 29/4/2013, 19:33

What do you mean right side?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by angel_of_night 29/4/2013, 19:41

The image "https://2img.net/h/i1136.photobucket.com/albums/n498/dragoa/etestast.png" goes to the right side instead.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by Sanket 29/4/2013, 19:54

Here, i have edited it for you.
Change the post background color of a specific user 14k8i0w

In the future, please make a graphic request.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by angel_of_night 29/4/2013, 20:02

No no, that was not what I meant.
I mean the code itself should be "go to right" because even if i post that image, it will be in the left side...
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by Derri 29/4/2013, 20:04

I'm sure this is solved. However you could take a look at this code.
http://www.avacweb.com/t1000-how-to-modify-the-post-background-of-a-specific-user

As this is the original FMQuery code like you linked above (I think) FMQuery has merged with Avacweb.

I know this is probably solved but thought this would be worth a look.
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by Sanket 29/4/2013, 20:05

Modify & increase the length of the image in such a way that it is transparent on the left side. That way, it would appear from right to left.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by angel_of_night 29/4/2013, 20:15

Derri wrote:I'm sure this is solved. However you could take a look at this code.
http://www.avacweb.com/t1000-how-to-modify-the-post-background-of-a-specific-user

As this is the original FMQuery code like you linked above (I think) FMQuery has merged with Avacweb.

I know this is probably solved but thought this would be worth a look.
So, with this that means I can make backgrounds for different users?

And thanks for the tip Sanket, didn't think about it.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by Derri 29/4/2013, 21:22

angel_of_night wrote:
Derri wrote:I'm sure this is solved. However you could take a look at this code.
http://www.avacweb.com/t1000-how-to-modify-the-post-background-of-a-specific-user

As this is the original FMQuery code like you linked above (I think) FMQuery has merged with Avacweb.

I know this is probably solved but thought this would be worth a look.
So, with this that means I can make backgrounds for different users?

And thanks for the tip Sanket, didn't think about it.

Like in the first line of the tutorial of the link I gave above says Razz . Yes it will allow you to give different post backgrounds to specific users for whatever your needs may be...
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by angel_of_night 29/4/2013, 21:25

Sweet! You guys are awesome. Smile
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: Change the post background color of a specific user

Post by SLGray 29/4/2013, 22:53

Topic Solved & Locked


Change the post background color of a specific user Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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