#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 Jun 30, 2014 10:42:47 GMT -8
Any plugins I post here are available for all to download, so feel free to update to an 'unofficial' one if you so wish.. If no problems are reported they usually end up in the library anyhow.
|
|
inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Jun 30, 2014 11:28:32 GMT -8
Thank you! Kriss
|
|
inherit
207638
0
Dec 7, 2022 1:36:56 GMT -8
dogruff100
81
April 2014
dogruff100
|
Post by dogruff100 on Jul 1, 2014 1:08:42 GMT -8
hi todge has the side bar been in proved on wet as we have problem if a post is entered incorectly you can not remove and have to wait for it to drop off board
|
|
#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 Jul 1, 2014 11:53:02 GMT -8
I'm currently working on some admin functions for the Recent Threads cell, once I decide the best way to add it, and assuming I get it working, that will be in a soon-to-be-released version.
|
|
inherit
201162
0
Jun 19, 2020 19:26:01 GMT -8
wanderingjedi
Jedi Master Artist
138
October 2013
shakiah
|
Post by wanderingjedi on Jul 2, 2014 5:28:19 GMT -8
Hey Todge, I was wondering about the background on the second cell of the recent side bars? I have all the background colors marked as #00000 and it's still showing as the forum colors. Thanks! [ starwarsrevival.freeforums.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 Jul 2, 2014 9:14:14 GMT -8
I cannot see any styling for the extra cell in the plugin CSS..
Ensure that you have this in the CSS box..
#extra-cell { background-color: #000000; }
Also, you appear to have <div id=\"OTM\"></div> in the CSS box.. If so, that should be removed.
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Jul 3, 2014 9:57:13 GMT -8
Oopsie, I think I broke something. I moved my "recent posts from the right sidebar to my left one" and my "shoutbox from the global footer to my right sidebar". Now when pages load you can see the recent threads look like they're pulling out and in. EXAMPLE I don't think it's the shoutbox because I've checked over it and it installed correctly but I'm not sure about this one. Hoping maybe you'll know what I did wrong
|
|
#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 Jul 3, 2014 11:05:05 GMT -8
That was an issue when that happened when you moved the Recent Threads into another location, and was kind of rectified in version 0.1.9.
If you update to the latest version in the library, that should no longer happen.
|
|
#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 Jul 6, 2014 13:32:17 GMT -8
Version 0.2.0 is now available.. Staff members can now remove threads from the list by clicking on the Recent Threads title cell.
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Jul 10, 2014 7:52:58 GMT -8
I've not used custom pages, so I'm not 100% sure how this would work, but try putting this somewhere in the header.. <div id="RT-parent" style="position: absolute; $[plugin.settings.left_or_right]: 0px; display: none;"> <div id="RT-Master" class="container"> <div class="RTTitle-Bar" id="announcement-title">Announcements</div> <div class="RTCell" id="announcements-cell"></div> <div class="rtcell-spacer"></div> <div class="RTTitle-Bar" id="recent-threads-title">Recent Threads</div> <div class="RTCell" id="recent-threads-cell"></div> </div> </div> The plugin 'should' pick it up and add the threads. Hmm, I had it in my Global Footer and it was working but now it's not I just updated to your newest version and now my custom page boxes are A. Empty and B. I'm not using the Announcements box and it's showing up. LINK
|
|
#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 Jul 10, 2014 14:07:07 GMT -8
|
|
tt15fan
New Member
Figuring it out some how! ;)
Posts: 88
inherit
181523
0
Dec 11, 2015 18:59:18 GMT -8
tt15fan
Figuring it out some how! ;)
88
July 2012
tt15fan
|
Post by tt15fan on Jul 10, 2014 14:55:27 GMT -8
Hello there. I love this idea and I know with a little bit of tweaking it can work on my forum. I have the sidebar redux. I followed the instructions by labeling it correctly with Sidebarr-left and I still am not seeing the recent thread even though it is enabled.
My forum is timtebowfans.com
Thanks!
|
|
tt15fan
New Member
Figuring it out some how! ;)
Posts: 88
inherit
181523
0
Dec 11, 2015 18:59:18 GMT -8
tt15fan
Figuring it out some how! ;)
88
July 2012
tt15fan
|
Post by tt15fan on Jul 10, 2014 15:06:35 GMT -8
Okay, so I got it to work, however I am getting two header bars. What can I do about that?
|
|
#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 Jul 10, 2014 15:11:37 GMT -8
Hello there. I love this idea and I know with a little bit of tweaking it can work on my forum. I have the sidebar redux. I followed the instructions by labeling it correctly with Sidebarr-left and I still am not seeing the recent thread even though it is enabled. My forum is timtebowfans.com Thanks! It looks ok to me... What browser are you using?
|
|
#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 Jul 10, 2014 15:15:15 GMT -8
Okay, so I got it to work, however I am getting two header bars. What can I do about that? It looks like you created a cell with the ID 'sidebarr-left' in order to move the Recent Threads cell.. Try removing that, and add 'sidebarr-left-td' into the container ID instead.
|
|