#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 16, 2020 17:08:33 GMT -8
Hi Todge I've messed up somewhere along the line whilst trying to change the color of the heading Also, the heading used to be centered and even after adding your code which I found from a previous post, it's still positioned top-left This is the code I have: #important_threads .list { #important_threads th, #important_threads td{ border-color: #000000; } #important_threads .title-bar { text-align: center; } #important_threads .title-bar>h2 { width: 100%; } Thank you Hi gb9454, just remove the first line of the code you quoted.... #important_threads .list {That line is unfinished and is stopping everything below it from taking effect.
|
|
inherit
220198
0
Sept 7, 2024 5:43:00 GMT -8
gb9454
Life is too short. Don't waste it reading this.
521
April 2015
gb9454
|
Post by gb9454 on Nov 22, 2020 21:35:19 GMT -8
Thank you, Todge. Is there any way I can choose a color for the heading?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 23, 2020 10:08:18 GMT -8
Thank you, Todge. Is there any way I can choose a color for the heading? By heading, do you mean the title bar? If so, you can change the background and text colors with these... #important_threads .title-bar { background-color: red ;} #important_threads .title-bar>h2 { color: black; }
|
|
inherit
220198
0
Sept 7, 2024 5:43:00 GMT -8
gb9454
Life is too short. Don't waste it reading this.
521
April 2015
gb9454
|
Post by gb9454 on Nov 26, 2020 10:40:34 GMT -8
Thank you, Todge.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 27, 2020 7:00:57 GMT -8
No worries...
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Dec 2, 2021 17:01:09 GMT -8
Hi, Todge: Since removing and readding Flag Important Threads due to threads no longer showing up, it collapses and stays collapsed on the homepage but stays up on other pages. What could be causing it to not stay collapsed on other pages? pondfriends.boards.net
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 4, 2021 3:09:33 GMT -8
<p> Hi, Todge: Since removing and readding Flag Important Threads due to threads no longer showing up, it collapses and stays collapsed on the homepage but stays up on other pages. What could be causing it to not stay collapsed on other pages? pondfriends.boards.netThe Important Threads collapsing is not part of the plugins' functions, so that must be caused by another code or plugin. What you could try is to move it to the very top of your plugins list, so that any other plugins take effect after this one has run, that may allow whichever code that collapses it on the home page can do so on the other pages.</p>
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Dec 4, 2021 5:51:16 GMT -8
<p> Hi, Todge: Since removing and readding Flag Important Threads due to threads no longer showing up, it collapses and stays collapsed on the homepage but stays up on other pages. What could be causing it to not stay collapsed on other pages? pondfriends.boards.netThe Important Threads collapsing is not part of the plugins' functions, so that must be caused by another code or plugin. What you could try is to move it to the very top of your plugins list, so that any other plugins take effect after this one has run, that may allow whichever code that collapses it on the home page can do so on the other pages.</p> Same issue. I never made any changes and have been using support.proboards.com/thread/584229/hide-collapsable-category-button-title?page=1#post-6707115All I did was delete/reinstall the plugin and then did the clear data for the key since important threads weren’t showing up.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 4, 2021 18:01:22 GMT -8
<p> <p> The Important Threads collapsing is not part of the plugins' functions, so that must be caused by another code or plugin. What you could try is to move it to the very top of your plugins list, so that any other plugins take effect after this one has run, that may allow whichever code that collapses it on the home page can do so on the other pages.</p> Same issue. I never made any changes and have been using support.proboards.com/thread/584229/hide-collapsable-category-button-title?page=1#post-6707115All I did was delete/reinstall the plugin and then did the clear data for the key since important threads weren’t showing up. The post you linked to says to put the given code into the Main Footer, doing that will only allow it to work on the home page of your forum. If you want it to work forum wide, it will need to be put into your GLOBAL Footer.</p>
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Dec 4, 2021 18:50:30 GMT -8
<p> The post you linked to says to put the given code into the Main Footer, doing that will only allow it to work on the home page of your forum. If you want it to work forum wide, it will need to be put into your GLOBAL Footer.</p> Ah, right. That fixed it. Thanks.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 5, 2021 4:51:22 GMT -8
No worries..
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Dec 5, 2021 7:48:45 GMT -8
<p> The post you linked to says to put the given code into the Main Footer, doing that will only allow it to work on the home page of your forum. If you want it to work forum wide, it will need to be put into your GLOBAL Footer.</p> Well, adding it to Global Footer makes it really glitchy: posts in threads not showing, your profile not showing when clicking on Profile from another page, etc. So, I reverted it back to Main Footer. Some members don’t want Important Threads to show up at all, so I was hoping to be able to collapse it on other pages also.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 6, 2021 8:28:28 GMT -8
<p> The post you linked to says to put the given code into the Main Footer, doing that will only allow it to work on the home page of your forum. If you want it to work forum wide, it will need to be put into your GLOBAL Footer.</p> Well, adding it to Global Footer makes it really glitchy: posts in threads not showing, your profile not showing when clicking on Profile from another page, etc. So, I reverted it back to Main Footer. Some members don’t want Important Threads to show up at all, so I was hoping to be able to collapse it on other pages also.
That's not a problem.. Keep the current version in your Main Footer AND copy it into your Global Footer, but change this line in the Global Footer copy...
$(".title-bar").each(function(i, v){
to
$("#title_wrapper").each(function(i, v){
|
|
inherit
220198
0
Sept 7, 2024 5:43:00 GMT -8
gb9454
Life is too short. Don't waste it reading this.
521
April 2015
gb9454
|
Post by gb9454 on May 3, 2022 23:45:04 GMT -8
Hi Todge. I've just posted nine posts on my forum but on the ninth post I made the mistake of choosing 'Announcement' instead of 'Important Thread' but when I ticked the box and chose 'Remove Announcement', the eight 'Important Threads' disappeared and I no longer have the option to put them back as Important Threads. Hope that makes sense. Thank you.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on May 4, 2022 8:19:05 GMT -8
Hi Todge. I've just posted nine posts on my forum but on the ninth post I made the mistake of choosing 'Announcement' instead of 'Important Thread' but when I ticked the box and chose 'Remove Announcement', the eight 'Important Threads' disappeared and I no longer have the option to put them back as Important Threads. Hope that makes sense. Thank you.
That's a strange one.. I can't recreate the issue on my test forum, no matter how many times I mark threads as important or make them announcements.
I imagine the key data has been corrupted. In your Admin Panel, go to 'Plugins' > 'Manage' and click the 'Keys' tab, then scroll down until you find the tab named 'important_thread'.. 3 columns to the right you should see a blue 'Clear' link, click that, then click 'Yes' in the warning pop-up. Go back to your forum and you should now be able to mark your threads as Important.
|
|