Nyanna at 21h25
20
Oct
2011
Is it possible to have a personalized bg for your posts? I've been on forums that allow it but I can't figure out how to do so on FM.
Could you explain how if its possible?
Could you explain how if its possible?
1 Base, on 20/10/2011 at 21h28
Hi!
This is very much possible. Please take a look at this link for further explanation on how to do this: /t97913-colors-for-moderators-and-administrators#632712

This is very much possible. Please take a look at this link for further explanation on how to do this: /t97913-colors-for-moderators-and-administrators#632712
2 Nyanna, on 20/10/2011 at 21h59
Thanks! I looked over the thread and I'm assuming the only way you can do it is for a type of rank? Is it possible to do it only for one user rather then groups?
3 Base, on 20/10/2011 at 22h01
You're right, the post background colour is defined using a rank. It is possible to make it for one user, just create a special rank for the one user and apply the code to it. 
4 Nyanna, on 20/10/2011 at 22h03
Ah so its only a color? I couldn't use an image background?
5 Base, on 20/10/2011 at 22h07
You probably could, with modifications to the Javascript. You could try using:
However, I'm not familiar with Javascript so I'm not sure whether or not this would work. You can always give it a go though, but maybe Nera can help you.
- Code:
$(document).ready(function() {
$('.post:has(".admin1")').css('background-image', 'URL HERE');
$('.post:has(".mod2")').css('background-image', 'URL HERE');
});
However, I'm not familiar with Javascript so I'm not sure whether or not this would work. You can always give it a go though, but maybe Nera can help you.
6 Nera., on 20/10/2011 at 22h13
- Code:
$(document).ready(function() {
$('.post:has(".admin1")').css('background-image' , 'url(http://www.nextgenupdate.com/forums/images/Admin-bg.jpg)');
$('.post:has(".mod2")').css('background-image' , 'url(http://www.nextgenupdate.com/forums/images/Admin-bg.jpg)');
});
7 Base, on 20/10/2011 at 22h15
Nera. wrote:
- Code:
$(document).ready(function() {
$('.post:has(".admin")').css('background-image' , 'url(http://www.nextgenupdate.com/forums/images/Admin-bg.jpg)');
$('.post:has(".mod2")').css('background-image' , 'url(http://www.nextgenupdate.com/forums/images/Admin-bg.jpg)');
});
That's it! I forgot the url part.
Thanks, Nera!!
Looks like you can use images.
8 Nyanna, on 20/10/2011 at 22h24
Thanks for the help!
9 Base, on 20/10/2011 at 22h31
You're welcome, glad we could both help you!
![]() | Problem Solved: | Glad your problem is solved; topic marked as solved and archived. |
Similar topics
Edit by Mina:
Anyone who wants to make a request for a YouTube Background can post here! Please try give some detailed information about your wishes. (fandoms/colors/characters/etc.)
Well... Um... I don't have photoshop, and I can't make one...
Earthbound battle backgrounds (in any kind of image format, or any format that I can easily extract from)? Specifically against some of the enemies in early Onett?
Any help would be greatly appreciated. My reasons for this are kind of a surprise.
Can someone get all the white out of these backgrounds? The images will be going on a tan background
my site: http://geekedondungeonsanddragons.com
As always thanks!
Replies 1 to 9 on 9 for "Post Backgrounds"
Search
Informations
9 Replies For the topic :
"Post Backgrounds"
This topic has been viewed 559 times.
Last message :
20/10/2011 at 21h25 by "Nyanna"






