#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 Apr 15, 2014 12:33:50 GMT -8
This plugin will list the most recently updated and/or created threads in a sidebar. It also has an 'Announcement' box where you can add messages to your members, staff or guests and the option to have a third cell for you to use as you wish.
It works very well with Sidebar Redux plugin, but can be used by itself.
Plugin Current version 0.4.6
Direct Download (0.4.6)
The sidebar will always be available on your main page, but you can choose which board(s) you'd like it displayed on too.
Staff members can remove threads from the list by clicking on the Recent Threads title bar.
In the 'Settings' tab you have the following options...
Ancillary pages? Selecting 'yes' will display the Recent Threads on the profile and PM pages.
Left or Right? Pretty obvious really.. If you are not putting the sidebar cells into an already existing cell, you can choose to display the sidebar to the left or right of the forum.
Cell Width How wide would you like the sidebar in pixels.
Offset? If you choose 'Yes', your forum will be moved to the left or right to account for the extra width of the sidebar.
Container ID if you'd like the recently displayed threads to be listed in a specific place, add a cell to your forum with a unique ID and add that ID here. The Sidebar will then be displayed there. Adding a <div> to the header or footer of your forum, for instance, you can then have the Recent Threads list displayed at the top or bottom of your forum instead, or if you have the sidebar Redux plugin, you can put sidebarr-right or sidebarr-left here and the threads will be listed in your existing sidebar.
Scroll or Static? Would you like the sidebar to scroll with your forum or remain static while the rest of the page scrolls up and down?
Match Forum Styling? If you'd like the sidebar cells to match the current theme, then select 'Yes', otherwise select 'No', then you can style the cells yourself in the CSS box below.
Read Permissions and Write permissions should be set to 'Everyone'.
Hopefully the other three tabs will be self explanatory, but feel free to ask here if you need to.
Please be aware that initially there will be no threads listed, any newly updated threads will only appear in the list as they are updated/created AFTER this plugin is activated.
If you wish to add your own styling to the cells, below are the IDs and class names you will need..
#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.
0.4.6 Added option to take you to the LAST post of a thread instead of the most recent.
0.4.5 Fixed issue where post time was set at the start of the post being authored rather than when it was actually posted.
0.4.4 Updated to work with decoy submit buttons.
0.4.3 Corrected an issue where the displayed thread was included in the Recent Threads List.
0.4.2 Updated to still work if users theme removes the #wrapper.
0.4.0 Fixed issue with forum width.
0.3.9 Fixed issue that was created in version
0.3.8 Re-wrote the 'offset' function to use percentages instead of fixed widths.
0.3.7 Fixed possible issue with key data.
0.3.6 Replaced 'Recent Threads' title with link to recent threads page.
0.3.5 You can now choose to have both updated and new threads displayed in the RUTs
0.3.4 Altered cell titles to allow easier renaming.
0.3.3 Added option for use with InSite Forwarding.
0.3.2 Added option to list All Posts.
0.3.1 Forgot to push avatar to new thread key.
0.3.0 Added post time. Added poster's avatar Added option to create you own display format.
0.2.9 Added cog for admin functions
0.2.8 Updated to ensure compatibility with other plugins.
0.2.7 Updated function to correct thread number.
0.2.6 Updated to take you to the last viewed post rather than the beginning of the thread.
0.2.5 Increased compatibility with some other plugins.
0.2.4 Added 'THREAD in BOARD' option.
0.2.3 Added bookmarks page to the ancillary pages option.
0.2.2 Fixed issue with cells hiding post options.
0.2.1 Updated to include custom pages with the ancillary option.
0.2.0 Updated to include ability for staff members to remove threads from the list.
0.1.9 Updated extra cell checking.
0.1.7 Updated ancillary page list.
0.1.6 Added option to include staff bumped threads.
0.1.5 Updated ancillary page list. Changed code to truncate thread title when added to the cell rather than when writing to the key.
0.1.4 Fixed error that repeated the list in board pages.
0.1.3 Added option to display threads on the ancillary pages.
0.1.2 Added options to truncate thread titles and not include restricted threads.
0.1.0 Force prepend to <body>
0.0.9 Updated New Thread Checking.
0.0.8 Updated thread array handling.
0.0.7 Added Recent Threads display options.
0.0.6 Fixed non-group member posting.
0.0.5 Added Key Permissions.
0.0.4 Updated array handling.
0.0.3 Updated function to match forum styling.
0.0.2 Updated to include options to match forum styling and to move the sidebar into your own container cell.
|
|
inherit
bryanstroupy2@yahoo.com
195266
0
Apr 7, 2020 4:13:58 GMT -8
smokeystick
34
June 2013
smokeystick
|
Post by smokeystick on Apr 19, 2014 4:46:23 GMT -8
Last thing I need is what am I doing wrong with the html? I tried to get links to work and can't seem to get anything to work.
|
|
#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 Apr 19, 2014 7:13:45 GMT -8
The basic HTML for a link is...
<a href="URL OF LINK">LINK CONTENT</a>
Edit the red for the link location and the content you actually click.
If you still have problems, could you please post here what you are trying to add.
|
|
inherit
bryanstroupy2@yahoo.com
195266
0
Apr 7, 2020 4:13:58 GMT -8
smokeystick
34
June 2013
smokeystick
|
Post by smokeystick on Apr 19, 2014 8:57:49 GMT -8
Awesome works great! I was using wrong html link. Thanks a bunch really improved my forum!
|
|
#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 Apr 19, 2014 9:57:44 GMT -8
No worries..
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 21, 2024 13:44:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 20, 2014 5:04:02 GMT -8
Hi, TodgeContainer ID if you'd like the recently displayed threads to be listed in a specific place, add a cell to your forum with a unique ID and add that ID here. The Sidebar will then be displayed there. Adding a <div> to the header or footer of your forum, for instance, you can then have the Recent Threads list displayed at the top or bottom of your forum instead. I got kind of lost on how I would add the recently displayed threads at the top of the forum I wonder if you would consider adding the option that one could select the option on the plugin if do not wish it to display on a side bar so it would auto add it to the top or bottom of the forum Steve
|
|
#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 Apr 20, 2014 12:09:45 GMT -8
That would not be as straight forward as it sounds....
If you want the this code at the top of you forum, add this into your Global Header,
<div id="recent_threads_here"></div>
then put recent_threads_here into the plugin where it asks for the Container ID.
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 21, 2024 13:44:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 20, 2014 13:05:07 GMT -8
That would not be as straight forward as it sounds.... If you want the this code at the top of you forum, add this into your Global Header, <div id="recent_threads_here"></div>then put recent_threads_here into the plugin where it asks for the Container ID. Hi Todge - Thanks tcptestingboard.boards.net/Browsers - Firefox 29 - Latest version Chrome I have added the div code on my home template on my test forum link above that shows the recent threads OK But when you click on the board or view a thread it shows the small table of the threads also on the right of the forum? Not sure if it suppose to that - or a setting I'm missing as I thought if just have it show at the top of the forum it would not show else where EDIT: I did try it GLOBAL HEADERS and also Main Headers - and have it currently on the Home Template But it still shows side table also on the right when viewing the board and threads. Steve
|
|
inherit
bryanstroupy2@yahoo.com
195266
0
Apr 7, 2020 4:13:58 GMT -8
smokeystick
34
June 2013
smokeystick
|
Post by smokeystick on Apr 20, 2014 17:08:27 GMT -8
hey Todge!
Some members are saying when they post the message board is shifting on them. It does it for me sometimes. It only started after I added the plug in. What can I do to fix this? You have to scroll back over to re align the messge board. thanks
|
|
#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 Apr 20, 2014 17:34:01 GMT -8
That would not be as straight forward as it sounds.... If you want the this code at the top of you forum, add this into your Global Header, <div id="recent_threads_here"></div>then put recent_threads_here into the plugin where it asks for the Container ID. Hi Todge - Thanks tcptestingboard.boards.net/Browsers - Firefox 29 - Latest version Chrome I have added the div code on my home template on my test forum link above that shows the recent threads OK But when you click on the board or view a thread it shows the small table of the threads also on the right of the forum? Not sure if it suppose to that - or a setting I'm missing as I thought if just have it show at the top of the forum it would not show else where EDIT: I did try it GLOBAL HEADERS and also Main Headers - and have it currently on the Home Template But it still shows side table also on the right when viewing the board and threads. Steve It's because you have the <div> in your Main page only.. It needs to be in your GLOBAL Header, otherwise it will only be displayed at the top on the main page.
|
|
#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 Apr 20, 2014 17:36:18 GMT -8
hey Todge! Some members are saying when they post the message board is shifting on them. It does it for me sometimes. It only started after I added the plug in. What can I do to fix this? You have to scroll back over to re align the messge board. thanks I'm guessing it's because of the width of your forum/screen, but I would need to see your forum to know. Have you tried installing the Sidebar Redux plugin and combining it with that?
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 21, 2024 13:44:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 20, 2014 22:43:42 GMT -8
Hi Todge - Thanks tcptestingboard.boards.net/Browsers - Firefox 29 - Latest version Chrome I have added the div code on my home template on my test forum link above that shows the recent threads OK But when you click on the board or view a thread it shows the small table of the threads also on the right of the forum? Not sure if it suppose to that - or a setting I'm missing as I thought if just have it show at the top of the forum it would not show else where EDIT: I did try it GLOBAL HEADERS and also Main Headers - and have it currently on the Home Template But it still shows side table also on the right when viewing the board and threads. Steve It's because you have the <div> in your Main page only.. It needs to be in your GLOBAL Header, otherwise it will only be displayed at the top on the main page. Thank You - Todge - That Fixed It
|
|
#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 Apr 21, 2014 3:16:03 GMT -8
No worries..
|
|
#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 Apr 21, 2014 8:01:33 GMT -8
Version 0.1.0 is now available, hopefully fixing the issues some were getting when 'offsetting' their forums.
|
|
inherit
204286
0
Jan 17, 2015 16:12:31 GMT -8
Mr. Undecided
Resident Airsofter
272
January 2014
blacknightbravo
|
Post by Mr. Undecided on Apr 21, 2014 8:25:57 GMT -8
Hi, Todge. You were inquiring about the space to the right side of the forum. Here is a screenshot. Not matter what I do I can't seem to get it to go away. It's making the screen have a scroll bar I dont' want. Yes, I checked and mny browser is set at 100%. Attachments:
|
|