inherit
260319
0
Feb 11, 2020 3:04:27 GMT -8
nordlicht
3
January 2020
nordlicht
|
Post by nordlicht on Jan 29, 2020 11:19:54 GMT -8
hey
the plugin is very nice
it works very well untill now
i did not change anything, but from now on i do not get the extra option to mark anything as importent this option disappeared completely other threads already marked as importent are gone aswell
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 Jan 31, 2020 19:09:23 GMT -8
hey the plugin is very nice it works very well untill now i did not change anything, but from now on i do not get the extra option to mark anything as importent this option disappeared completely other threads already marked as importent are gone aswell thank you That is strange... can you please leave a link to a guest friendly part of you forum so I can take a look? Thank you.
|
|
inherit
260319
0
Feb 11, 2020 3:04:27 GMT -8
nordlicht
3
January 2020
nordlicht
|
Post by nordlicht on Feb 1, 2020 9:31:16 GMT -8
|
|
#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 Feb 2, 2020 7:22:08 GMT -8
It looks like your key data has become corrupt, that is tripping up the code and stopping it from displaying. Can you please clear the key data then see if the Ipmortant Threads return. To clear the key do the following... In your Admin Panel, goto Plugins >> manage.. Allong the top find the 'Keys' tab and open it. You should now be presented with a list of keys that you are using on your forum. Scroll down until you find the the 'important_thread' key, in the 4th column to the right you should see a blue 'Clear', click that, and you should now get a pop-up confirming that you want to clear that key data, click 'Yes', then go back to your forum, refresh the page and hoefully you should now be able to set your Important Threads again.
|
|
inherit
260319
0
Feb 11, 2020 3:04:27 GMT -8
nordlicht
3
January 2020
nordlicht
|
Post by nordlicht on Feb 3, 2020 0:35:32 GMT -8
thank you very much
i works again :-)
|
|
#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 Feb 4, 2020 12:46:56 GMT -8
No worries...
|
|
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 Sept 17, 2020 7:31:55 GMT -8
Hello Todge. How can I change the background color and the text color?
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 Sept 17, 2020 7:59:30 GMT -8
Hello Todge. How can I change the background color and the text color? Thank you. You can do that by adding this to the plugins CSS Styling.. #important_threads .list { background-color: #123456; color: #654321; } Changing the hex numbers to suit.
|
|
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 Sept 17, 2020 8:32:01 GMT -8
Hi Todge. The background color changes, but not the text. Also, is there a way to change the color of the horizontal and vertical lines? 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 Sept 17, 2020 9:01:42 GMT -8
Hi Todge. The background color changes, but not the text. Also, is there a way to change the color of the horizontal and vertical lines? Thank you. That is probably because table contents are already being changed elsewhere on you forum.. Try forcing the issue by adding '!important'... #important_threads .list { background-color: #123456; color: #654321!important; } And you can change the color of the lines within the table with this... #important_threads th, #important_threads td{ border-color: #789542; }
|
|
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 Sept 21, 2020 6:49:57 GMT -8
Hi Todge. If you go to my front page and click on any of the current links in Important Threads, the next page shows a black background (which is what I want) but no text, although I suspect that the text is black. I'd like to know the code that will allow the text to be seen, please. Also, you may notice that when you click a link, there is a moment lasting about half a second when you can see a white page with black text. Is there a way to prevent that?
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 Sept 22, 2020 12:20:27 GMT -8
Hi Todge. If you go to my front page and click on any of the current links in Important Threads, the next page shows a black background (which is what I want) but no text, although I suspect that the text is black. I'd like to know the code that will allow the text to be seen, please. Also, you may notice that when you click a link, there is a moment lasting about half a second when you can see a white page with black text. Is there a way to prevent that? Thank you. I assume you mean 'talkaboutfootballforum' when you say your home page? When I click any of the boards listed in your Important Threads I don't see any black backgrounds hiding text, as for the pause while the page is rendering, that doesn't seem to have anything to do with this plugin, I will look to see if I can find a cause, but unless it is linked to a plugin of mine, then I doubt there's much I can do.
|
|
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 Sept 23, 2020 10:05:38 GMT -8
Thank you, Todge. All is good now.
|
|
#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 Sept 23, 2020 17:13:06 GMT -8
Thank you, Todge. All is good now. No worries..
|
|
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 16, 2020 1:09:57 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
|
|