How can I change the background of Stickies, Announcements Global Announcements table?
2 posters
Page 1 of 1
How can I change the background of Stickies, Announcements Global Announcements table?
Hi all,
How can I change the background of Stickies, Announcements and Global Announcements table http://prntscr.com/3fg0hm ? My forum version is Punbb.
Best Regards,
Dark-Avenger
How can I change the background of Stickies, Announcements and Global Announcements table http://prntscr.com/3fg0hm ? My forum version is Punbb.
Best Regards,
Dark-Avenger
Last edited by Dark-Avenger on 2/5/2014, 09:00; edited 1 time in total
Re: How can I change the background of Stickies, Announcements Global Announcements table?
Hello Dark-Avenger,
Try this :
Administration Panel > Modules > Javascript codes management > create a new script
Title : what you wish
Placement : in the sub forums, or all pages if you want
Paste the code below and save :
Try this :
Administration Panel > Modules > Javascript codes management > create a new script
Title : what you wish
Placement : in the sub forums, or all pages if you want
Paste the code below and save :
- Code:
$(function() {
$('.statused tr:contains(Global announcement:)').css('background-color','#FFDF8F');
});
Re: How can I change the background of Stickies, Announcements Global Announcements table?
Hi Ange,
Thank you very much its working perfectly.
Best Regards,
Dark-Avenger
Thank you very much its working perfectly.
Best Regards,
Dark-Avenger
Re: How can I change the background of Stickies, Announcements Global Announcements table?
If you want to create it for others you must do the following.
Copy the declaration for the global and double it :
Lastly just change Global announcement: to the other texts of one of your topic icons.
Don't forget to change the color too !
Copy the declaration for the global and double it :
- Code:
$(function() {
$('.statused tr:contains(Global announcement:)').css('background-color','#FFDF8F');
$('.statused tr:contains(Global announcement:)').css('background-color','#FFDF8F');
});
Lastly just change Global announcement: to the other texts of one of your topic icons.
- Code:
$(function() {
$('.statused tr:contains(Global announcement:)').css('background-color','#FFDF8F');
$('.statused tr:contains(Sticky:)').css('background-color','green');
});
Don't forget to change the color too !
Re: How can I change the background of Stickies, Announcements Global Announcements table?
Thank you very much Ange its amazing.
Best Regards,
Dark-Avenger
Best Regards,
Dark-Avenger
Re: How can I change the background of Stickies, Announcements Global Announcements table?
You're welcome
Topic solved and archived
Topic solved and archived
Similar topics
» How can I change the background of Stickies, Announcements , Global Announcements ?
» creating an area for global and stickies
» Cannot Create Stickies, Announcements, OR Global Announcements... As Founder
» change height of table
» Announcement table background phpbb3
» creating an area for global and stickies
» Cannot Create Stickies, Announcements, OR Global Announcements... As Founder
» change height of table
» Announcement table background phpbb3
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum