#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 Sept 4, 2015 12:53:58 GMT -8
Yup, it's because you have replaced the words 'Status','Posts','Likes' etc. with images.. The code cannot find the location to add the threads and so is placing it between all the rows. You could try replacing those images with the text equivalent, and then putting this into your GLOBAL FOOTER.. <script type="text/javascript"> $(document).ready(function(){ if(pb.data('route').name == 'user') { var hdgs = $('.content-box').find('.headings'); for(h=0; h<hdgs.length; h++) { var div1 = $('<div></div>').css('padding','2px'); var div2 = $('<div></div>').css({ 'height':'25px', 'width':'88px', 'border':'1px solid white', 'padding-top':'2px', 'font-size':'18px', 'text-align':'center' }); $(div2).html($(hdgs[h]).html()); $(div1).append(div2); $(hdgs[h]).html(div1); } } }); </script> You will also need to update the plugin to this version
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 21, 2024 18:23:17 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 4, 2015 13:34:48 GMT -8
Todgeany idea why the threads turn up here ? inbetween the status,email, location etc etc. it works fine on the mp. goldenbeatz.uk/ Yup, it's because you have replaced the words 'Status','Posts','Likes' etc. with images.. The code cannot find the location to add the threads and so is placing it between all the rows. You could try replacing those images with the text equivalent, and then putting this into your GLOBAL FOOTER.. <script type="text/javascript"> $(document).ready(function(){ if(pb.data('route').name == 'user') { var hdgs = $('.content-box').find('.headings'); for(h=0; h<hdgs.length; h++) { var div1 = $('<div></div>').css('padding','2px'); var div2 = $('<div></div>').css({ 'height':'25px', 'width':'88px', 'border':'1px solid white', 'padding-top':'2px', 'font-size':'18px', 'text-align':'center' }); $(div2).html($(hdgs[h]).html()); $(div1).append(div2); $(hdgs[h]).html(div1); } } }); </script> You will also need to update the plugin to this versionright i see, i'll have look again thanks
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Mar 14, 2016 8:37:05 GMT -8
Hey Todge ! Just installed this fantastic plugin, I absolutely love it. For some reason getting to have compiled data of random numbers always makes me happy. The more I get to know about what my members have contributed, the happier I get xD So far it seems to be working flawlessly besides one oddity--after the count, it puts a pound sign. So it's like thread count: 33# for example. I can link you my site through PM if you need it to troubleshoot because it's in maintenance mode and I'd open it for you. Take your time, this is hardly a big deal or must-fix-soon issue =) Edit: Also, I read through the entire thread here and was unable to deduce the answer, so I'll ask right quick--how often does the pop-up occur currently? Is it when the plugin senses it's out of date (which would happen how often?) or after a certain amount of time? Just so I know, not because I want to edit 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 Mar 14, 2016 12:38:16 GMT -8
Hey Todge ! Just installed this fantastic plugin, I absolutely love it. For some reason getting to have compiled data of random numbers always makes me happy. The more I get to know about what my members have contributed, the happier I get xD So far it seems to be working flawlessly besides one oddity--after the count, it puts a pound sign. So it's like thread count: 33# for example. I can link you my site through PM if you need it to troubleshoot because it's in maintenance mode and I'd open it for you. Take your time, this is hardly a big deal or must-fix-soon issue =) Edit: Also, I read through the entire thread here and was unable to deduce the answer, so I'll ask right quick--how often does the pop-up occur currently? Is it when the plugin senses it's out of date (which would happen how often?) or after a certain amount of time? Just so I know, not because I want to edit it The # in the profile page denotes that the key has been updated manually, and so should stop the annoying pop-up asking you to update the key. I have removed it from the profile page, you can get the updated version here (0.1.4). As for the frequency of the pop-up, a member should get that continuously until their key has been updated, either by themselves or by another member if that option is selected. After that, the only time the pop-up should be seen is you are viewing a member's recently created threads page and the numbers do not tally.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Mar 14, 2016 12:48:22 GMT -8
Hey Todge ! Just installed this fantastic plugin, I absolutely love it. For some reason getting to have compiled data of random numbers always makes me happy. The more I get to know about what my members have contributed, the happier I get xD So far it seems to be working flawlessly besides one oddity--after the count, it puts a pound sign. So it's like thread count: 33# for example. I can link you my site through PM if you need it to troubleshoot because it's in maintenance mode and I'd open it for you. Take your time, this is hardly a big deal or must-fix-soon issue =) Edit: Also, I read through the entire thread here and was unable to deduce the answer, so I'll ask right quick--how often does the pop-up occur currently? Is it when the plugin senses it's out of date (which would happen how often?) or after a certain amount of time? Just so I know, not because I want to edit it The # in the profile page denotes that the key has been updated manually, and so should stop the annoying pop-up asking you to update the key. I have removed it from the profile page, you can get the updated version here (0.1.4). As for the frequency of the pop-up, a member should get that continuously until their key has been updated, either by themselves or by another member if that option is selected. After that, the only time the pop-up should be seen is you are viewing a member's recently created threads page and the numbers do not tally. The # is still showing up in the mini-profile, any way to remove that and not just the profile one? Thank you for your help, I'm loving how it looks in my mini-pros! <3 Oh, ohkay, perfect! I think that works out for the best. Annoy 'em til they update it. It's easy and painless and then it populates the info and I'd much rather that. xD
|
|
#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 Mar 14, 2016 16:17:14 GMT -8
Ooops, sorry about that.
You can grab the update from the same link as before.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Mar 14, 2016 17:50:06 GMT -8
Thank you so much for the quick fix, it's working perfectly now!
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Mar 15, 2016 0:44:37 GMT -8
Any chance I could request you add commas to the totals as applicable? I realized my post count will do 1,000 when the thread count is 1000 and since they're side-by-side, it's more noticeable. It's an incredibly tiny thing so it's no sweat if that's a hard change you don't wanna do =)
|
|
#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 Mar 15, 2016 11:47:42 GMT -8
Any chance I could request you add commas to the totals as applicable? I realized my post count will do 1,000 when the thread count is 1000 and since they're side-by-side, it's more noticeable. It's an incredibly tiny thing so it's no sweat if that's a hard change you don't wanna do =) 'Tis done.. You can get the new version (0.1.42) from the same link as before.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Mar 15, 2016 15:34:26 GMT -8
Thank you so so much!
|
|
#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 Mar 15, 2016 16:39:31 GMT -8
No worries.
|
|
inherit
210984
0
Oct 5, 2024 1:27:59 GMT -8
Ghost77
148
July 2014
fairypodmother
|
Post by Ghost77 on Jun 10, 2016 2:06:11 GMT -8
Hi Todge,
I've recently installed this, and I love it, thank you! Especially the pop-up to update, that's awesome, as my member count would make it impossible to update everyone manually.
That said, there are a couple of things I'd like to request.
First, the issue a PP was having with the member list where the thread count doesn't appear (and subsequent columns moved over one spot) is still happening for me. It's ok when I first go to the member page but as soon as I move to a different page, or change the sort, or search for a member, the issue reoccurs. Refreshing the page at that point fixes it, but I doubt my members will think to do that! ETA If I sort on a page this is true, but when I move through the pages the thread count does appear but it adds an extra Threads column header every time so if I page forward 3 time I end up with 4 Thread columns (and only one threads data column so the 3 columns at the right hand end of the page are blank). I'll definitely add a screenshot of this when I'm able.
Also on the member list, would it be possible to make the thread count column sortable?
Finally when updating counts via the pop-up window, for anyone who doesn't have any threads their name is replaced in the pop-up with 'null' (say's "Null's thread count needs to be reset."
These are all very minor niggles but if you're able to fix them it would make this pretty much perfect in my eyes (although I'd totally get if you don't want to make any changes until v6.
(I was trying to post screenshots for 1 & 3 but having trouble adding attachments from here. Will try again later if it would be helpful.)
|
|
#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 Jun 10, 2016 13:41:19 GMT -8
Hi Todge, I've recently installed this, and I love it, thank you! Especially the pop-up to update, that's awesome, as my member count would make it impossible to update everyone manually. That said, there are a couple of things I'd like to request. First, the issue a PP was having with the member list where the thread count doesn't appear (and subsequent columns moved over one spot) is still happening for me. It's ok when I first go to the member page but as soon as I move to a different page, or change the sort, or search for a member, the issue reoccurs. Refreshing the page at that point fixes it, but I doubt my members will think to do that! ETA If I sort on a page this is true, but when I move through the pages the thread count does appear but it adds an extra Threads column header every time so if I page forward 3 time I end up with 4 Thread columns (and only one threads data column so the 3 columns at the right hand end of the page are blank). I'll definitely add a screenshot of this when I'm able. Also on the member list, would it be possible to make the thread count column sortable? Finally when updating counts via the pop-up window, for anyone who doesn't have any threads their name is replaced in the pop-up with 'null' (say's "Null's thread count needs to be reset." These are all very minor niggles but if you're able to fix them it would make this pretty much perfect in my eyes (although I'd totally get if you don't want to make any changes until v6. (I was trying to post screenshots for 1 & 3 but having trouble adding attachments from here. Will try again later if it would be helpful.) All should be fixable except for your request to make the thread count sortable. The reason why is because the plugin only has access to those members currently displayed on screen, so it's simply not possible to grab all the info needed. I'll try to get the plugin patched up over the weekend, but feel free to nudge me if I take too long.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Aug 24, 2016 6:21:28 GMT -8
Hey Todge :) I'm not sure if anyone else is experiencing this problem, I wasn't having any issue with it before, but all of the thread counts keep resetting to 1,000. Every account that I've noticed. Accounts that should only have, like, 10 as their number at most, and accounts that I've gone to their recent threads page for and hit "OK" so it should have the right number. Sometimes it will go up a bit, like to 1,001 but it always goes back. I'm not sure what the problem is. I would say this surfaced in the past few weeks. Now, I do have a few codes in my mini-profile that basically say "If ______ is over 1,000, then make _______ image show up" but none of them have to do with thread count. They're post count, amount of money from the monetary plugin, number that was entered into a custom profile field, etc. I don't know if that could somehow screw with the thread count plugin or not but it had a shared/common number so I got suspicious. I did try bringing it to the top of my plugin list in case something was overriding it. I can give you the link to the site, of course. =)
|
|
#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 Aug 25, 2016 14:21:01 GMT -8
|
|