Announcement table background phpbb3
3 posters
Page 1 of 1
Announcement table background phpbb3
Hi, i asked for this thing some time ago and i got this response for punbb
JS
How do i do this for phpbb3?
JS
- Code:
jQuery(document).ready(function () { jQuery('.tcl.tdtopics:has(img[src="https://cdn1.iconfinder.com/data/icons/free-large-boss-icon-set/32/Global_manager.png"])').addClass('importantTopic'); });
- Code:
.importantTopic{background:blue!important;}
How do i do this for phpbb3?
Re: Announcement table background phpbb3
Try this:
JS
- Code:
jQuery(document).ready(function() {
jQuery('dd.dterm[title=""]:has(img[src="https://cdn1.iconfinder.com/data/icons/free-large-boss-icon-set/32/Global_manager.png"])').addClass('importantTopic');
});
JS
Re: Announcement table background phpbb3
That doesn't work.
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: Announcement table background phpbb3
In my tests worked yes!
You sure you still have or are using this https://cdn1.iconfinder.com/data/icons/free-large-boss-icon-set/32/Global_manager.png image for topics?
JS
You sure you still have or are using this https://cdn1.iconfinder.com/data/icons/free-large-boss-icon-set/32/Global_manager.png image for topics?
JS
Re: Announcement table background phpbb3
I am not using that but i changed that.
- Code:
jQuery(document).ready(function() {
jQuery('dd.dterm[title=""]:has(img[src="http://i59.servimg.com/u/f59/19/06/26/04/ga10.png"])').addClass('importantTopic');
});
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: Announcement table background phpbb3
How about you tell us the address of your forum in which you are using this code?
I assure you that this is going speed up the help,
JS
I assure you that this is going speed up the help,
JS
Re: Announcement table background phpbb3
I send you a pm about the forum i am referring to. Thanks for your time.
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: Announcement table background phpbb3
Try this:
JS
- Code:
jQuery(document).ready(function() {
jQuery('ul.topiclist.topics.bg_none dl.icon[style*="http://i59.servimg.com/u/f59/19/06/26/04/ga10.png"]').addClass('importantTopic');
});
JS
Re: Announcement table background phpbb3
Υes that did the work but it removed the icon of the announcement.
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: Announcement table background phpbb3
In your CSS, change this:
To this:
So long,
JS
- Code:
.importantTopic {
background: none repeat scroll 0 0 #d6d6d6 !important;
}
To this:
- Code:
.importantTopic {
background-color: #d6d6d6 !important;
}
So long,
JS
Re: Announcement table background phpbb3
That's what i have:
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: Announcement table background phpbb3
Add it to the top of your stylesheet.
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: Announcement table background phpbb3
Still the same..SLGray wrote:Add it to the top of your stylesheet.
Re: Announcement table background phpbb3
Try changing where you place the JavaScript.
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: Announcement table background phpbb3
MrMind wrote:That's what i have: https://i.imgur.com/flNq1Tx.png
Pay close attention in the image below and tell me if you have the same:
JS
Re: Announcement table background phpbb3
Yes thank you! Topic is now solved!
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: Announcement table background phpbb3
Topic solved and archived
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
» Table background image
» Announcement table background color
» Textarea Background for phpbb3
» How can I change the background of Stickies, Announcements Global Announcements table?
» Table Background image request (Tevest J)
» Announcement table background color
» Textarea Background for phpbb3
» How can I change the background of Stickies, Announcements Global Announcements table?
» Table Background image request (Tevest J)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum