Change the post background color of a specific user
5 posters
Page 1 of 1
Change the post background color of a specific user
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.
Does anyoone have the codes for it? Thanks in advance.
Last edited by angel_of_night on April 29th 2013, 8:26 pm; edited 1 time in total
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Change the post background color of a specific user
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...
https://i.servimg.com/u/f47/16/97/26/79/butto209.png
https://i.servimg.com/u/f47/16/97/26/79/butto210.png
https://i.servimg.com/u/f47/16/97/26/79/butto211.png
https://i.servimg.com/u/f47/16/97/26/79/butto212.png
https://i.servimg.com/u/f47/16/97/26/79/butto213.png
https://i.servimg.com/u/f47/16/97/26/79/butto214.png
Re: Change the post background color of a specific user
I've put that code in the CSS and the rank title like you said, as special rank. But nothing happened.
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Change the post background color of a specific user
What is your Forum URL & post the exact codes you added here.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Change the post background color of a specific user
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.
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- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Change the post background color of a specific user
https://help.forumotion.com/t113843-how-do-i-change-the-color-post-for-staff-on-a-forum#748237
Use those codes instead, it shall work for phpbb3.
Use those codes instead, it shall work for phpbb3.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Change the post background color of a specific user
Thanks, but is there a way to put in the right side instead?
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Change the post background color of a specific user
What do you mean right side?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Change the post background color of a specific user
The image "https://2img.net/h/i1136.photobucket.com/albums/n498/dragoa/etestast.png" goes to the right side instead.
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Change the post background color of a specific user
Here, i have edited it for you.
In the future, please make a graphic request.
In the future, please make a graphic request.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Change the post background color of a specific user
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...
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- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Change the post background color of a specific user
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.
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- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Re: Change the post background color of a specific user
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- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Change the post background color of a specific user
So, with this that means I can make backgrounds for different users?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.
And thanks for the tip Sanket, didn't think about it.
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Change the post background color of a specific user
angel_of_night wrote:So, with this that means I can make backgrounds for different users?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.
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 . Yes it will allow you to give different post backgrounds to specific users for whatever your needs may be...
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Re: Change the post background color of a specific user
Sweet! You guys are awesome.
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Change the post background color of a specific user
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» [background color update]-I want the code to change the background color
» How to change the background in user profiles?
» How to add a color on the post background
» [done]Change background color
» Background image for user's post inside a topic
» How to change the background in user profiles?
» How to add a color on the post background
» [done]Change background color
» Background image for user's post inside a topic
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum