JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Mar 27, 2023 14:31:26 GMT -8
Hey Todge ! I was seeking help in the support boards for a different error and someone pointed out the following issue with this plugin being raised on my site... The only thing that jumps out at me is that your Recently Updated sidebar coding has a command to parse.icons and the console is throwing an error that it's undefined...This is my site: aeipathyrp.com/It doesn't seem to be impacting on the function of the plugin or the site in general, but I'm not particularly savvy on this kind of code so before it does create an issue, or in case you needed to know about it, I thought I'd post the issue here... ? Ahh, thank you. It was a relic from a previous version, the plugin was trying to call up a function that no longer exists. Can you please try version 0.4.8Fabulous! Thank you! All updated!
|
|
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 6, 2023 7:37:15 GMT -8
Hi Todge I've tried to add an rss feed into the extra cell feature but it hasn't appeared where I want it. If it's possble, I'd like the rss 'box' above or below Recent Threads. The rss for football news has appeared, but it's at the very bottom of the forum. Thank you.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Sept 8, 2023 11:33:12 GMT -8
Hi Todge I've tried to add an rss feed into the extra cell feature but it hasn't appeared where I want it. If it's possble, I'd like the rss 'box' above or below Recent Threads. The rss for football news has appeared, but it's at the very bottom of the forum. Thank you. Can you please PM me the code you are using to get the RSS feed onto you forum. Thanks.
|
|
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 Jun 12, 2024 8:18:49 GMT -8
Hello Todge. This is part of the code I have in the settings tab, but there is no color text showing anywhere. #recent-threads { margin-bottom: 20px; } #recent-threads-cell .ruts_thread>a { font-size:100; color: #000000; } .ruts_board { color: #8a091c; } .ruts_peep>a { color: #0a852e; } .ruts_time>.date>.time { color: #0a0e85; } #RT-Master { margin-top: 30px; } #RT-Master { margin-bottom: 10px; } talkaboutfootballforum.com/
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Jun 12, 2024 10:27:06 GMT -8
I would say that your theme CSS is taking priority..
Try adding !important to the colors that are not showing..
#recent-threads { margin-bottom: 20px; } #recent-threads-cell .ruts_thread>a { font-size:100; color: #000000!important; } .ruts_board { color: #8a091c!important; } .ruts_peep>a { color: #0a852e!important; } .ruts_time>.date>.time { color: #0a0e85; } #RT-Master { margin-top: 30px; } #RT-Master { margin-bottom: 10px; }
I didn't add !important to the date, as you are not displaying it.
|
|
inherit
172177
0
Nov 19, 2024 22:06:12 GMT -8
smally
12
September 2011
smallclaw
|
Post by smally on Oct 26, 2024 9:56:16 GMT -8
Hi Todge. I really like this plugin and I've been able to do a lot with it. The one problem I am having on it is the little gear wheel that enables the pop up to remove replies/content from the list being visible for everyone, including general members. Is there a way to hide the gear wheel? The site is in maintenance mode right now so linking wouldn't help much but I have a screenshot to show what it's looking like. (Ignore that it's blank, there hasn't been any new posts since I'm remodeling)
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Oct 26, 2024 10:39:05 GMT -8
Hi Todge. I really like this plugin and I've been able to do a lot with it. The one problem I am having on it is the little gear wheel that enables the pop up to remove replies/content from the list being visible for everyone, including general members. Is there a way to hide the gear wheel? The site is in maintenance mode right now so linking wouldn't help much but I have a screenshot to show what it's looking like. (Ignore that it's blank, there hasn't been any new posts since I'm remodeling) I have just tested this on multiple browsers on my test site, and the gear wheel is only visible to staff members. Are you using the latest version of the plugin?
|
|
inherit
172177
0
Nov 19, 2024 22:06:12 GMT -8
smally
12
September 2011
smallclaw
|
Post by smally on Nov 3, 2024 21:29:58 GMT -8
Hi Todge. I really like this plugin and I've been able to do a lot with it. The one problem I am having on it is the little gear wheel that enables the pop up to remove replies/content from the list being visible for everyone, including general members. Is there a way to hide the gear wheel? The site is in maintenance mode right now so linking wouldn't help much but I have a screenshot to show what it's looking like. (Ignore that it's blank, there hasn't been any new posts since I'm remodeling) I have just tested this on multiple browsers on my test site, and the gear wheel is only visible to staff members. Are you using the latest version of the plugin? I understand. I had given some members a blank staff role to assist with testing and didn't realize! This is great to hear, much thanks.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Nov 4, 2024 10:20:46 GMT -8
Glad you like it, and good to hear you have found the issue with the cog wheel.
|
|