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 Jan 31, 2023 6:11:27 GMT -8
Just to clarify, I want Important Threads above Recent Threads. Not what your attachment is showing. Sorry to ask but how did you get the Recently Updated Threads bar. Hi. Sorry but which bar do you mean?
|
|
inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Feb 18, 2023 2:47:45 GMT -8
Just to clarify, I want Important Threads above Recent Threads. Not what your attachment is showing. Sorry to ask but how did you get the Recently Updated Threads bar. It is from another plugin: Recently Updated Threads Sidebar
|
|
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 Feb 19, 2023 0:39:34 GMT -8
Hi Todge. Sorry but I've messed up again and can't solve the problem. As per my previous post, I accidently clicked make announcement instead of making post important and the option to mark posts as important has now gone. I've deleted the plugin and re-installed but that hasn't helped. Previously, you said to delete the 'key data' but I don't know what you mean by that. Where is the key data? Annoyingly, I somehow solved it previously but can't remember what I did! Thank you. talkaboutfootballforum.com/
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 19, 2023 7:14:36 GMT -8
Hi Todge. Sorry but I've messed up again and can't solve the problem. As per my previous post, I accidently clicked make announcement instead of making post important and the option to mark posts as important has now gone. I've deleted the plugin and re-installed but that hasn't helped. Previously, you said to delete the 'key data' but I don't know what you mean by that. Where is the key data? Annoyingly, I somehow solved it previously but can't remember what I did! Thank you. talkaboutfootballforum.com/In the Admin Panel select Plugins > Manage > Keys.. Now scroll down until you find important_thread.. To the right you have 2 options, Clear and Delete. Click 'Clear' and then 'Yes' in the pop-up to confirm that that's what you want to do. The 'Clear' link should turn from blue to black.. The key data has now been removed, and hopefully the plugin will function again.
|
|
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 Feb 20, 2023 7:15:02 GMT -8
Thank you, Todge, all sorted now.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 20, 2023 7:58:43 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 Aug 1, 2023 1:01:08 GMT -8
Hi Todge. I'm having trouble putting Important Threads at the top of the page. That is, where Recent Threads are now so that Recent Threads is under Important Threads. Also, I've got 'Weekend Games (Fri 4 Aug - Sun 6 Aug)' in the Global Footer, but it's not showing. BTW, I've tried this: support.proboards.com/post/7211997Thank you. talkaboutfootballforum.com/
|
|
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 Aug 3, 2023 5:44:52 GMT -8
It ok Todge, I found the solution in a previos post.
|
|
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 Aug 3, 2023 8:26:23 GMT -8
Hi Todge. Take a look at the Important Threads on my forum please. The black heading is much too big, I want the text on the black square bar, not on the black bar with rounded corners. I'd appreciate you help. Thank you. talkaboutfootballforum.com/
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Aug 6, 2023 4:45:30 GMT -8
Hi Todge. Take a look at the Important Threads on my forum please. The black heading is much too big, I want the text on the black square bar, not on the black bar with rounded corners. I'd appreciate you help. Thank you. talkaboutfootballforum.com/The black heading at the top of the Important Threads table looks so big because it includes the title row which contains the Thread, Post and Last Post headers. It looks to be a solid header because containing DIV title bar and the TABLE title row have the same background colour, with the table title row having the same text colour as the background. You can remove the table title row by adding this to the plugin's CSS Styling option.. #important_threads thead { display: none; } Or, you can restore the text and/or change the background colour of the bar with this.. #important_threads thead { color: red; background-color: blue; } Change the colours in the coloured areas or remove them altogether if you want that aspect to remain the same.
|
|
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 Aug 6, 2023 23:14:32 GMT -8
Hi Todge. I think you've made an error in you code; #important_threads thead { display: none; } I've changed it to this; #important_threads .thread { display: none; } and put it in line 2 of the CSS Styling tab. Also, I've changed your code #important_threads thead { color: red; background-color: blue; } to this; #important_threads .thread { color: black; background-color: white; } and put it on line 4. The code in line 2 does nothing and the only thing I can get the code on line 4 to do is change to background of the 'box' where most f the text is. Am I doing something wrong? Thanks for your help.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Aug 7, 2023 2:56:29 GMT -8
Sorry gb9454, the codes I gave you are correct. The table menu is in the THEAD cell of the containing table, so the CSS is directed to that. Your modified code is trying to target the cells with the class name 'thread', of which there are none..
|
|
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 Aug 7, 2023 8:32:58 GMT -8
Oh Todge, I'm so sorry. There's me thinking I had spotted a mistake when in actual fact I've made a fool of myself. I don't know if I'm still doing something wrong but I've now added your first line of code; #important_threads thead { display: none; } and it hasn't made any difference. I've also tried the other line of text, with no luck.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Aug 7, 2023 10:08:43 GMT -8
Oh Todge, I'm so sorry. There's me thinking I had spotted a mistake when in actual fact I've made a fool of myself. I don't know if I'm still doing something wrong but I've now added your first line of code; #important_threads thead { display: none; } and it hasn't made any difference. I've also tried the other line of text, with no luck. No need to apologise, everyone makes mistakes.. This is your current CSS settings.. #important_threads th, #important_threads td{ #important_threads thead { display: none; } border-color: #000000; } #important_threads .title-bar { text-align: center; text-size \"18px\"; } #important_threads .title-bar>h2 { width: 100%; }
#important_threads .title-bar { background-color: black; } #important_threads .title-bar>h2 { color: white; } You have put the new piece of code inside the first statement.. Try changing what you have to this.. #important_threads th, #important_threads td{ border-color: #000000; }
#important_threads thead { display: none; }
#important_threads .title-bar { text-align: center; text-size: 18px; }
#important_threads .title-bar>h2 { width: 100%; }
#important_threads .title-bar { background-color: black; }
#important_threads .title-bar>h2 { color: white; }
|
|
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 Aug 8, 2023 22:35:51 GMT -8
Todge, that's perfect. Thank you so much!
|
|