Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on Mar 24, 2013 10:16:16 GMT -8
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 24, 2013 10:56:17 GMT -8
how can i get it to go all the way across, theres white on each side thenotablenook.com/board/45/moviesif you delete threads from the drop down the sticky or announcement divider doesnt appear when it reloads the page if you make threads a sticky or announcement the sticky or announcement divider doesnt appear when it reloads the page same thing if you remove a sticky or announcement lock and unlock are ok if you delete a thread the dividers disappear if you bump a thread the dividers disappear if you move a thread the dividers disappear
|
|
Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on Mar 24, 2013 11:04:40 GMT -8
how can i get it to go all the way across, theres white on each side thenotablenook.com/board/45/moviesif you delete threads from the drop down the sticky divider doesnt appear when it reloads the page, i dont have announcements so i wouldnt know This plugin was programmed to the ProBoard's default layout. Because you've removed the <thead> containing Subject, Created by, Replies, Views, and Last Post, it broke my logic for checking how many columns the divider needs to span across. I will look into making adjustments for this, but please be aware that heavy modifications to the template files can break plugins.
|
|
Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on Mar 24, 2013 11:10:46 GMT -8
how can i get it to go all the way across, theres white on each side thenotablenook.com/board/45/moviesif you delete threads from the drop down the sticky or announcement divider doesnt appear when it reloads the page if you make threads a sticky or announcement the sticky or announcement divider doesnt appear when it reloads the page same thing if you remove a sticky or announcement lock and unlock are ok if you delete a thread the dividers disappear if you bump a thread the dividers disappear if you move a thread the dividers disappear Update your plugin to version 1.4.1 to fix the length of the divider. All of those AJAX requests break nearly every ProBoards plugin because we rely on jQuery to process our code once the page has been loaded - most plugins won't run a second time after an AJAX request has been called. Because you can simply refresh the page and still see the dividers, I will not be changing this.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 24, 2013 11:31:40 GMT -8
Update your plugin to version 1.4.1 to fix the length of the divider. nothings different
|
|
baz657
Junior Member
Roll on the warmer weather
Posts: 384
inherit
182600
0
Jul 21, 2021 2:46:54 GMT -8
baz657
Roll on the warmer weather
384
September 2012
baz657
|
Post by baz657 on Mar 24, 2013 11:43:35 GMT -8
Thanks for 1.4.1. I noticed after removing an announcement that they all went away but it's no big deal to hit f5.
|
|
Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on Mar 24, 2013 12:02:05 GMT -8
Looks fine to me. What's the issue you're experiencing now?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 24, 2013 12:11:16 GMT -8
it doesnt go all the way across
|
|
Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on Mar 24, 2013 12:22:57 GMT -8
it doesnt go all the way across Like I've said, you've made template modifications. Looking at the image you just attached, I can tell regular threads don't go all the way across either. Looking at your source, it looks as if you added this code: |
<div class="content cap-bottom" style="border-width: 0 1px; border-radius: 0px;"> |
The border-width: 0 1px; is adding a 1px border to the left & right sides of the div. Change this to border-width: 0;
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 24, 2013 12:39:20 GMT -8
thanks aaron, i have no idea what that was anyway
|
|
Former Member
inherit
guest@proboards.com
185676
0
Nov 22, 2024 1:49:00 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 5, 2013 13:31:07 GMT -8
Thank you for this.
|
|
inherit
154088
0
Jan 6, 2014 7:13:23 GMT -8
Liz
499
May 2010
frenchliving
|
Post by Liz on Apr 5, 2013 23:07:48 GMT -8
Thanks for the latest version Aaron
|
|
inherit
20842
0
Apr 27, 2013 23:32:50 GMT -8
rochellerose
58
February 2004
rochellerose
|
Post by rochellerose on Apr 19, 2013 21:48:43 GMT -8
I'm using the newest version of IE and the plugin downloaded fine, but I'm getting an error trying to import it. Says "Invalid File Type"
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on May 28, 2013 5:42:08 GMT -8
Hello AaronOne great plugin! I know there are thread divider templates and was wondering if you could do a plugin for Thread Divider with same features for multiple themes?
|
|
Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on May 28, 2013 7:44:59 GMT -8
rochellerose, apologies for such a late reply. If you haven't already gotten it to work, try downloading from the Plugin Library. aRMY83, could you give me an example of how it would function?
|
|