ModernBB Favorited Background change
5 posters
Page 1 of 1
ModernBB Favorited Background change
Hello, I'm trying to create a new forum, and I was wondering how you would go on about changing the favorited background..
like when you favorite someones post, the background changes, how do we customize that background??
Forum version ModernBB
like when you favorite someones post, the background changes, how do we customize that background??
Forum version ModernBB
Re: ModernBB Favorited Background change
AP > Display > Pictures & Colors > Colors
Colors Tab
Backgrounds Section
Thanked message background color:
Colors Tab
Backgrounds Section
Thanked message background color:
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.
Re: ModernBB Favorited Background change
I want to add a picture tho, I don't want to just change the color, is that possible?
like in this case I want there to be something at the bottom right saying " Dream Interpretation Favorited "
like in this case I want there to be something at the bottom right saying " Dream Interpretation Favorited "
Re: ModernBB Favorited Background change
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.
Re: ModernBB Favorited Background change
Yes , I followed the instructions for that, but apparently its not working.. I saw the forum versions in the code but I did not see ModernBB
Re: ModernBB Favorited Background change
Hello,
Can you post here your forum link and possibly a message where guests can see the thanked message please?
Thanks.
Can you post here your forum link and possibly a message where guests can see the thanked message please?
Thanks.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: ModernBB Favorited Background change
Okay. This is one easy way to do what you want to accomplish.
Simply add in your CSS this code:
Simply add in your CSS this code:
- Code:
.post[style*="#bbe6fc"] {
background: url(IMAGE URL HERE) transparent;
}
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: ModernBB Favorited Background change
I don't see the code in your CSS. Did you add it? Also, have you tried adding
to it?
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: ModernBB Favorited Background change
I tried moving it to the top, and it still doesn't work, and I wouldent kno where to add !important at
Re: ModernBB Favorited Background change
You add
to the rule, just before the
or if the ";" doesn't exist at the end of the rule. Something like this:
|
|
- Code:
.post[style*="#bbe6fc"] {
background: url(IMAGE URL HERE) transparent!important;
}
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: ModernBB Favorited Background change
This modification is for any version so long as you meet the following conditions :
Your templates are not heavily modified
- You can contact the support for help with modifying the script for your templates if it does not work
The thanks system is enabled
- Administration Panel > Modules > Reputation > Activate "Thanks" button
You have a thanks color selected
- Administration Panel > Display > Colors > Thanked message background color
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.
Re: ModernBB Favorited Background change
Yes I have all that enabled and it still does not work
I think its a version issue with modernbb because when I changed the thanks button picture in advanced settings, the default wasnt even a heart icon, and when I changed the picture to a custom one , it remained the heart icon
I think its a version issue with modernbb because when I changed the thanks button picture in advanced settings, the default wasnt even a heart icon, and when I changed the picture to a custom one , it remained the heart icon
Re: ModernBB Favorited Background change
I think the problem comes from the code is old and when this was made the new ModernBB system was not made so maybe the code needs some little change to work with the ModernBB system
Re: ModernBB Favorited Background change
I'm sure it can be done with some small changes but I'm not really the one to ask as i Don't know a lot about Javascript
Re: ModernBB Favorited Background change
Try this
- Code:
div.post[style="background-color:#bbe6fc;"] {
background: url('IMAGE URL') center no-repeat #HEXCOLOR!important;
}
Re: ModernBB Favorited Background change
yes ive added it, I'm trying to change
DreamArchive.org not the one that's set in my profile, if that helps at all
DreamArchive.org not the one that's set in my profile, if that helps at all
Re: ModernBB Favorited Background change
Please post a link to a thanked post that guests can see.
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
» ModernBB forum icons size change
» [background color update]-I want the code to change the background color
» How to change background!
» I can not change my background
» I can't change my background
» [background color update]-I want the code to change the background color
» How to change background!
» I can not change my background
» I can't change my background
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum