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 Jun 13, 2014 4:47:22 GMT -8
Todge What about adding it to custom pages?? 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
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Jun 13, 2014 12:49:11 GMT -8
Try moving it to your Global Header.
|
|
inherit
204286
0
Jan 17, 2015 16:12:31 GMT -8
Mr. Undecided
Resident Airsofter
272
January 2014
blacknightbravo
|
Post by Mr. Undecided on Jun 13, 2014 13:11:00 GMT -8
Why not both? *mexican music* Ok, sorry for useless post....
|
|
Former Member
inherit
guest@proboards.com
131621
0
Oct 31, 2024 19:30:11 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 14, 2014 13:38:30 GMT -8
Is there by chance a way to make it so certain boards do not show up when posted in? Not that the recent threads sidebar disappears when you view those boards, but so threads created in those boards are not added into the recent threads sidebar? I'm hoping to blot out my advertisements board because I want the threads in my recent threads sidebar to be relevant to my members, not just guest after guest advertising their site lol
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Jun 14, 2014 13:56:23 GMT -8
Is there by chance a way to make it so certain boards do not show up when posted in? Not that the recent threads sidebar disappears when you view those boards, but so threads created in those boards are not added into the recent threads sidebar? I'm hoping to blot out my advertisements board because I want the threads in my recent threads sidebar to be relevant to my members, not just guest after guest advertising their site lol That is already an option in the latest version. You should have a tab 'Restricted Boards' in the plugin settings, you can choose which boards are omitted from the post list there.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Oct 31, 2024 19:30:11 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 14, 2014 14:10:25 GMT -8
Ohh wow I'm a dummmmmmy. Thank you very much for pointing that out =)
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Jun 14, 2014 16:57:43 GMT -8
No worries..
|
|
inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Jun 17, 2014 11:04:34 GMT -8
I have done all the necessary bits... at least I think I have but nothing at all is showing up... Do I have to change the width of the forum to a set width rather than a %? savinghope.proboards.com/I have put in something to the extra cell and that is not showing up either. Kriss UPDATE : It is working on some of the pages but not on the home page and they have disappeared off the edge of the page.... just going to change width and see what happens... ok now we don't have anything disappearing but still things not quite right... oh and still nothing on the home page.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Jun 17, 2014 16:09:53 GMT -8
I have done all the necessary bits... at least I think I have but nothing at all is showing up... Do I have to change the width of the forum to a set width rather than a %? savinghope.proboards.com/I have put in something to the extra cell and that is not showing up either. Kriss UPDATE : It is working on some of the pages but not on the home page and they have disappeared off the edge of the page.... just going to change width and see what happens... ok now we don't have anything disappearing but still things not quite right... oh and still nothing on the home page. Hmmm.. Can you please try this version
|
|
inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Jun 17, 2014 22:13:17 GMT -8
WOOHOOO! that worked... and I can also use the scroll function which is why it is so far up the page. Thank you for all your help! <3 Kriss
|
|
inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Jun 18, 2014 0:11:25 GMT -8
You already have the CSS to create all the effects, so all you really need is the CSS selectors, they are all listed in the first post of this thread, but here the are again.. #RT-parent The containing cell surrounding the entire sidebar.. (This only applies if you do NOT fill in the Container ID field in the plugin.
#RT-Master As above, but also applies when sidebar is relocated.
#extra-title, #announcement-title & #recent-threads-title The title bars of each of the cells.
#extra-cell, #announcements-cell & #recent-threads-cell The information cells themselves.
There are also class names that cover all of the cells..
.RTTitle-Bar This class covers ALL title bars when you select not to have them match your forum styling.
.RTCell This class covers ALL of the information cells when you select not to have them match your forum styling.
.rtcell-spacer The spacer cell, changing the height of this cell will change the space between the cells in the sidebar. That should cover everything, but if you have any questions, or if I have forgotten anything, feel free to yell. Todge Can you put this info into the first post? it would make life so much easier... just had to trawl through the whole thread just to find it.. thank you... Kriss
|
|
inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Jun 18, 2014 2:16:09 GMT -8
Being cheeky here but is there anyway of being able to add more extra cells? I would like to have one for Links and I like your plugin rather than the other one... I found it a bit more complicated... Thanks in advance Kriss
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Jun 18, 2014 9:35:29 GMT -8
You already have the CSS to create all the effects, so all you really need is the CSS selectors, they are all listed in the first post of this thread, but here the are again.. #RT-parent The containing cell surrounding the entire sidebar.. (This only applies if you do NOT fill in the Container ID field in the plugin.
#RT-Master As above, but also applies when sidebar is relocated.
#extra-title, #announcement-title & #recent-threads-title The title bars of each of the cells.
#extra-cell, #announcements-cell & #recent-threads-cell The information cells themselves.
There are also class names that cover all of the cells..
.RTTitle-Bar This class covers ALL title bars when you select not to have them match your forum styling.
.RTCell This class covers ALL of the information cells when you select not to have them match your forum styling.
.rtcell-spacer The spacer cell, changing the height of this cell will change the space between the cells in the sidebar. That should cover everything, but if you have any questions, or if I have forgotten anything, feel free to yell. Todge Can you put this info into the first post? it would make life so much easier... just had to trawl through the whole thread just to find it.. thank you... Kriss 'Tis done..
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Jun 18, 2014 9:37:44 GMT -8
Being cheeky here but is there anyway of being able to add more extra cells? I would like to have one for Links and I like your plugin rather than the other one... I found it a bit more complicated... Thanks in advance Kriss How many extra cells are you thinking of? I could add an extra cell to the plugin, or it may be simpler to add extra cells with a footer code.
|
|
inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Jun 18, 2014 9:48:26 GMT -8
I personally just wanted one more... but maybe 2 for others. As to adding with Footer code not too sure about that... yes I do know HTML and CSS but anything else and I am lost... And thank you for adding the info <3 Kriss
|
|