inherit
220772
0
Jan 11, 2021 3:31:06 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,040
April 2015
tiffythecodingwhiz
Pizza
Cheesecake
|
Post by Tiffy-Bean on Jan 23, 2020 0:39:38 GMT -8
Feature Request: Is it possible to add an 'allowed' boards. There's an option for restricted boards, but since I'm constantly making boards for our purposes..it'd be a heck of a lot easier if I could have an allowed option. It would take a bit of coding, but it would be possible, yes.. But I'm not sure why it would be useful. All boards are allowed by default, so to have an allowed option, I'd have to make all the boards restricted by default, and so would be a pain for 99% of those that use it. I understand. Is there any chance you'd be willing to make me a copy version of this that is backwards like this that just I can use? I understand if you don't want to and you can absolutely say no. Just thought it wouldn't hurt to ask.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
16,912
January 2004
todge
|
Post by Todge on Jan 23, 2020 9:54:35 GMT -8
I understand. Is there any chance you'd be willing to make me a copy version of this that is backwards like this that just I can use? I understand if you don't want to and you can absolutely say no. Just thought it wouldn't hurt to ask. Please give this a go....Note that restricted boards should work the opposite, so intead of disallowing, restricted boards are should now be allowed.
|
|
inherit
220772
0
Jan 11, 2021 3:31:06 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,040
April 2015
tiffythecodingwhiz
Pizza
Cheesecake
|
Post by Tiffy-Bean on Jan 24, 2020 1:30:02 GMT -8
I understand. Is there any chance you'd be willing to make me a copy version of this that is backwards like this that just I can use? I understand if you don't want to and you can absolutely say no. Just thought it wouldn't hurt to ask. Please give this a go....Note that restricted boards should work the opposite, so intead of disallowing, restricted boards are should now be allowed. Works like a charm. Thank you. I appreciate it.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
16,912
January 2004
todge
|
Post by Todge on Jan 24, 2020 18:15:08 GMT -8
No worries.. 
|
|
SG
New Member
Posts: 11
inherit
157504
0
Feb 10, 2020 13:30:49 GMT -8
SG
11
August 2010
wyrdfayth
|
Post by SG on Feb 7, 2020 16:32:00 GMT -8
Todge - I've tried installing this and no matter what I do it won't show up. ;-; I have a sidebar that is NOT the sidebar redux plugin, and I'm trying to get it to appear in a div with the id "recent_threads_here", but it won't show anything. When I inspect the cell, it's empty. Board link: legends-rising.proboards.com/My CSS in the plugin atm is: #RT-parent { top:0px; height:200px; width:200px; } .RTTitle-Bar { height:0px;}
.rtcell-spacer { height: 15px; }
#announcements-cell { height: 0px; }
#recent-threads-cell { height: 200px; border: 1px solid black; } I'm using version 0.4.1 and have tried turning it off and back on, moving it around in the plugin list, and adjusting every setting I can think of, but nothing shows up at all. Any idea what's up?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
16,912
January 2004
todge
|
Post by Todge on Feb 7, 2020 17:40:26 GMT -8
Todge - I've tried installing this and no matter what I do it won't show up. ;-; I have a sidebar that is NOT the sidebar redux plugin, and I'm trying to get it to appear in a div with the id "recent_threads_here", but it won't show anything. When I inspect the cell, it's empty. Board link: legends-rising.proboards.com/My CSS in the plugin atm is: #RT-parent { top:0px; height:200px; width:200px; } .RTTitle-Bar { height:0px;}
.rtcell-spacer { height: 15px; }
#announcements-cell { height: 0px; }
#recent-threads-cell { height: 200px; border: 1px solid black; } I'm using version 0.4.1 and have tried turning it off and back on, moving it around in the plugin list, and adjusting every setting I can think of, but nothing shows up at all. Any idea what's up? Hmmm.... Your CSS is fine, so the plugin must either be conflicting with another plugin, it is not liking your layout, or there is something wrong with the way it is set up. The plugin does appear to be functioning, as it has saved key data, so for some reason it is only the display part of the code that is having a hissy-fit. First test... Would it be possible to try the plugin with the standard forum layout? And, can you please reply to this post via PMs so we can work on this without clogging up the thread. Thanks.
|
|
inherit
259408
0
Dec 10, 2020 14:57:21 GMT -8
Diov H
6
September 2019
junovshera
|
Post by Diov H on Feb 14, 2020 19:00:48 GMT -8
Hi Todge, Firstly, thanks so much for this plugin! I'm working with version 4.1 on roleplayark.com and I want to erase the space on the right on the sub-boards that don't have the sidebar visible. I searched this thread but didn't really understand what to do, or if they were working with the same versions. I've installed Sidebar Redux and I haven't touched any of the settings except input an I.D from the Recently Updated plugin. On the Recently Plugin, I've given the same I.D that I inserted into Sidebar Redux. Here's the CSS for the Recently Plugin:
#RT-parent
{ margin-top: 2.2rem; background-color: transparent; }
.RTTitle-Bar { background-color: transparent; background-image:url(''); text-align: center; font-size: 26px; letter-spacing:-1.5px; height: 40px; color: #3998a5; text-align: center; border: 0; background-repeat:no-repeat; text-transform:lowercase; margin-top: 1rem; }
.rtcell-spacer { height: 0px; }
#announcements-cell { height: 300px; background-color: #1b1b1b; background-repeat:no-repeat; padding:20px; background-image:url(''); text-align: justify; font-size: 13px; letter-spacing:1px; overflow-y: auto; margin-bottom: 2.2rem; color:white; }
#announcements-cell a {color: #3998a5;}
#recent-threads-cell { height: 350px;
background-color: #1b1b1b; background-repeat:no-repeat; padding:20px; background-image:url(''); text-align: center; font-size: 12px; line-height:22px; letter-spacing:1px; overflow-y: auto; color:white; }
#recent-threads-cell a {color: #3998a5;}
#extra-cell { height: 280px;
background-color: #1b1b1b; background-repeat:no-repeat; padding:20px; background-image:url(''); text-align: center; font-size: 14px; letter-spacing:1px; margin-bottom: 2rem; color:white; }
#extra-cell a {color: #3998a5;}
Any help would be appreciated, thanks!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
16,912
January 2004
todge
|
Post by Todge on Feb 15, 2020 4:51:33 GMT -8
Hi Todge, Firstly, thanks so much for this plugin! I'm working with version 4.1 on roleplayark.com and I want to erase the space on the right on the sub-boards that don't have the sidebar visible. I searched this thread but didn't really understand what to do, or if they were working with the same versions. I've installed Sidebar Redux and I haven't touched any of the settings except input an I.D from the Recently Updated plugin. On the Recently Plugin, I've given the same I.D that I inserted into Sidebar Redux. Here's the CSS for the Recently Plugin:
#RT-parent
{ margin-top: 2.2rem; background-color: transparent; }
.RTTitle-Bar { background-color: transparent; background-image:url(''); text-align: center; font-size: 26px; letter-spacing:-1.5px; height: 40px; color: #3998a5; text-align: center; border: 0; background-repeat:no-repeat; text-transform:lowercase; margin-top: 1rem; }
.rtcell-spacer { height: 0px; }
#announcements-cell { height: 300px; background-color: #1b1b1b; background-repeat:no-repeat; padding:20px; background-image:url(''); text-align: justify; font-size: 13px; letter-spacing:1px; overflow-y: auto; margin-bottom: 2.2rem; color:white; }
#announcements-cell a {color: #3998a5;}
#recent-threads-cell { height: 350px;
background-color: #1b1b1b; background-repeat:no-repeat; padding:20px; background-image:url(''); text-align: center; font-size: 12px; line-height:22px; letter-spacing:1px; overflow-y: auto; color:white; }
#recent-threads-cell a {color: #3998a5;}
#extra-cell { height: 280px;
background-color: #1b1b1b; background-repeat:no-repeat; padding:20px; background-image:url(''); text-align: center; font-size: 14px; letter-spacing:1px; margin-bottom: 2rem; color:white; }
#extra-cell a {color: #3998a5;}
Any help would be appreciated, thanks! Hi Diov H, the easiest way is to put this in your sub-board headers.. <style> .sidebarr-right-td { display: none; } </style>
|
|
inherit
259408
0
Dec 10, 2020 14:57:21 GMT -8
Diov H
6
September 2019
junovshera
|
Post by Diov H on Feb 15, 2020 21:36:55 GMT -8
Thank you so much!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
16,912
January 2004
todge
|
Post by Todge on Feb 16, 2020 4:09:47 GMT -8
No worries.. 
|
|
inherit
259716
0
Jun 1, 2020 9:12:49 GMT -8
reefloat
14
October 2019
reefloat
|
Post by reefloat on Feb 28, 2020 9:20:06 GMT -8
its probably already been mentioned but if it is struggling to find = can spacing or lines between threads be added to better define between posts 
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
16,912
January 2004
todge
|
Post by Todge on Feb 29, 2020 4:11:29 GMT -8
its probably already been mentioned but if it is struggling to find = can spacing or lines between threads be added to better define between posts Download AttachmentYou can do either.. To add a line to separate the posts you can add this to the plugins' CSS.. #recent-threads-cell > div { border-bottom: 1px solid black; } To add a gap you can use.. #recent-threads-cell > div { padding-bottom: 10px; } Or you can add both with.. #recent-threads-cell > div { border-bottom: 1px solid black; padding-top: 10px; } just change the numbers and color to match.
|
|
inherit
235621
0
Jan 15, 2021 5:57:20 GMT -8
jonboycubs
twitter feed
206
August 2016
jonboycubs
|
Post by jonboycubs on Mar 3, 2020 9:54:50 GMT -8
Todge Thank you very much for the plugin. I have it installed and entered sidebarr-right into my sidebar redux plugin. How do I get the info from your plugin to transfer to the cell I created? Thank you for your time. theshow420.proboards.com/
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
16,912
January 2004
todge
|
Post by Todge on Mar 3, 2020 10:13:47 GMT -8
Todge Thank you very much for the plugin. I have it installed and entered sidebarr-right into my sidebar redux plugin. What step am I missing as threads are not showing in the cell I creted in sidebar redux, just the recently updated threads box? Thank you for your time. theshow420.proboards.com/ Threads/posts should start appearing as they are posted. Unfortunately there is no way for the plugin to include posts/threads created BEFORE the plugin was installed and activated.
|
|
inherit
235621
0
Jan 15, 2021 5:57:20 GMT -8
jonboycubs
twitter feed
206
August 2016
jonboycubs
|
Post by jonboycubs on Mar 3, 2020 10:20:43 GMT -8
Todge Thank you very much for the plugin. I have it installed and entered sidebarr-right into my sidebar redux plugin. What step am I missing as threads are not showing in the cell I creted in sidebar redux, just the recently updated threads box? Thank you for your time. theshow420.proboards.com/ Threads/posts should start appearing as they are posted. Unfortunately there is no way for the plugin to include posts/threads created BEFORE the plugin was installed and activated. I understand that it will take new posts and that is why I created some for testing purposes but still nothing showing. If I may ask also how do you bold the text, and is it possible to alter color? Thank you
|
|