inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 12, 2013 20:23:44 GMT -8
|
|
tpc
New Member
Posts: 88
inherit
tpcemails@gmail.com
198048
0
Jan 19, 2014 8:46:43 GMT -8
tpc
88
August 2013
tpc
|
Post by tpc on Aug 14, 2013 6:51:37 GMT -8
hey Wormopolis is there a way to not add quotes within the trophy count? Sometimes just doing one count bumps up the word count by 100 words and gives them a bronze trophy before even typing? lol
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 14, 2013 7:33:18 GMT -8
Well the first version did... but something might have changed in how quotes are since it was converted. I will look tonight.
|
|
tpc
New Member
Posts: 88
inherit
tpcemails@gmail.com
198048
0
Jan 19, 2014 8:46:43 GMT -8
tpc
88
August 2013
tpc
|
Post by tpc on Aug 15, 2013 4:28:10 GMT -8
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 15, 2013 5:56:35 GMT -8
v1.1.2 was submitted
|
|
tpc
New Member
Posts: 88
inherit
tpcemails@gmail.com
198048
0
Jan 19, 2014 8:46:43 GMT -8
tpc
88
August 2013
tpc
|
Post by tpc on Aug 15, 2013 6:05:26 GMT -8
How long does that normally take to update? Do you have a link I can download the file?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 15, 2013 8:33:09 GMT -8
They typically look once a day, but if they get busy it takes longer. I dont have a dropbox link for that update. Tim Camara will update the library when he gets some free time.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Aug 15, 2013 8:38:00 GMT -8
*grumbles* It's done *grumbles*
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 15, 2013 8:39:20 GMT -8
see now he is grumbly.. which usually means he demands a sacrifice of a fruit basket.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jan 1, 2017 2:32:44 GMT -8
Getting an error associated to this plugin.
Kami: "Whatever plugin or JS you have for trophies is throwing an error into the mix. Looks like there's an undefined ID in the plugin, either in the build forum or you neglected to add an ID in your plugin options."
as there is no id in plugin options...I'm guessing it has to be in the build screen. Can you take a look wormo?
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jan 4, 2017 19:46:33 GMT -8
Wormo is currently out of the office, his trip to "explore strange new worlds, to seek out new life and new civilizations" has taken a bit longer than expected (I could have sworn he said 5 minutes..), in the mean time perhaps I could help if I could get a little bit more to go on such as a forum url where this error can be observed in its natural habitat and all factors can be taken into consideration.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jan 5, 2017 0:50:35 GMT -8
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jan 5, 2017 15:18:44 GMT -8
if (WCtrophyBoards.length==0 || jQuery.inArray(proboards.data('page').board.id.toString(), WCtrophyBoards)>-1) {
The error is coming from a line that is checking which board is currently being displayed then checking against a list of boards to see how to proceed. It is indeed an error but not a fatal error because it occurs when not in a board such as when viewing the homepage. The code neglects to check if in a board first before checking to see which board it is in.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jan 5, 2017 20:17:37 GMT -8
if (WCtrophyBoards.length==0 || jQuery.inArray(proboards.data('page').board.id.toString(), WCtrophyBoards)>-1) { The error is coming from a line that is checking which board is currently being displayed then checking against a list of boards to see how to proceed. It is indeed an error but not a fatal error because it occurs when not in a board such as when viewing the homepage. The code neglects to check if in a board first before checking to see which board it is in. So, I should just ignore it?
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jan 6, 2017 15:55:32 GMT -8
It's not an error that will prevent the plugin from working ( "not fatal" ) unless it needs to do something on pages that are not within a board. I'm not the author of course but from glancing at the code I'd say the plugin deals exclusively with posts (and their mini-profiles) so has no need to run on any other pages such as home. The only other case I can see it needing to run outside of a board would be on a page where there are search results containing posts (or predefined search results such as "recent posts") and I am guessing it never worked in those cases anyway if it is checking against a board list and accessing page data rather than the "proboards.post" data. Whether the error can be ignored is up to you, if the plugin is editable (don't think Wormo left any of his in that mode) then you could avoid the error by first checking if the returned object has a "board" property before proceeding to check the board's id code: if (WCtrophyBoards.length==0 || ( proboards.data('page').board && jQuery.inArray(proboards.data('page').board.id.toString(), WCtrophyBoards)>-1) ) {
ETA: I should also note that at one time "Oops" pages never used to return a page object which means you also had to check if pb.data("page") was an actual object before further testing for properties but that little bug was fixed.
|
|