Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 9:13:10 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 13, 2015 20:47:11 GMT -8
i see the link thing now, but im wondering why he said 'he' when he was talking to me ..... sorry it didnt make sense. he also said 'his' then said 'what is your'
confused and tired
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Sept 13, 2015 21:17:07 GMT -8
i see the link thing now, but im wondering why he said 'he' when he was talking to me ..... sorry it didnt make sense. he also said 'his' then said 'what is your' confused and tired You are being a dunce. He and his is in fact referring to pebbles his forum and his shoutbox. So give me your url so i can help or ill make you a plugin that prevents it from working altogether like you requested. Either way im solving your request.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 9:13:10 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 14, 2015 5:01:55 GMT -8
i see the link thing now, but im wondering why he said 'he' when he was talking to me ..... sorry it didnt make sense. he also said 'his' then said 'what is your' confused and tired You are being a dunce. He and his is in fact referring to pebbles his forum and his shoutbox. So give me your url so i can help or ill make you a plugin that prevents it from working altogether like you requested. Either way im solving your request. i am a dunce lol well noticed goldenbeatz.uk/just to clarifiy ...... i was joking about the ' please make a plugin which will disable this plugin' what day is it again
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Sept 14, 2015 12:04:30 GMT -8
You are being a dunce. He and his is in fact referring to pebbles his forum and his shoutbox. So give me your url so i can help or ill make you a plugin that prevents it from working altogether like you requested. Either way im solving your request. i am a dunce lol well noticed goldenbeatz.uk/just to clarifiy ...... i was joking about the ' please make a plugin which will disable this plugin' what day is it again I know you were kidding about it, but I was not. lol
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Sept 14, 2015 12:16:19 GMT -8
You are being a dunce. He and his is in fact referring to pebbles his forum and his shoutbox. So give me your url so i can help or ill make you a plugin that prevents it from working altogether like you requested. Either way im solving your request. i am a dunce lol well noticed goldenbeatz.uk/just to clarifiy ...... i was joking about the ' please make a plugin which will disable this plugin' what day is it again I did everything that you had done in order to come up with the error and sadly it did not show an error. So it seems that only your account or possibly only administrators are coming across this issue. In order to further diagnose the error you are seeing the only one who created was you, so I will need you to open up that participated message so that error shows and then right click on it (anywhere) AND the hit the inspect element button like is highlighted in the image below. If correct I should see the error in the window that pops up. And send me an image of that.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 9:13:10 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 14, 2015 13:15:41 GMT -8
i am a dunce lol well noticed goldenbeatz.uk/just to clarifiy ...... i was joking about the ' please make a plugin which will disable this plugin' what day is it again I did everything that you had done in order to come up with the error and sadly it did not show an error. So it seems that only your account or possibly only administrators are coming across this issue. In order to further diagnose the error you are seeing the only one who created was you, so I will need you to open up that participated message so that error shows and then right click on it (anywhere) AND the hit the inspect element button like is highlighted in the image below. If correct I should see the error in the window that pops up. And send me an image of that. it only happens when the 'shoutbox links' plugin is on ...... i turned it off. i will turn it on now so you can test it again
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 9:13:10 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 14, 2015 13:36:26 GMT -8
it does it when i delete a post aswell, i deleted your 'test' post, and the 'delete this post' and 'error' box came up but it still worked deleting the post.
thought this would help.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Sept 14, 2015 14:35:21 GMT -8
it does it when i delete a post aswell, i deleted your 'test' post, and the 'delete this post' and 'error' box came up but it still worked deleting the post. thought this would help. It has to do with improper ajax calling. Sadly this cannot be modified by my capability. if($('.shoutbox').length){
sblinks();
$('.shoutbox_messages').ajaxComplete(function(event, xhr, settings) {
var x=settings.url;
var patt=/shoutbox\/update/;
if(x=patt){
var y= xhr.responseText;
var obj = jQuery.parseJSON(y);
// my addition would be this: if(typeof obj=='object')
if(obj.shoutbox_post!=undefined){
if(obj.new_ids!=""&&settings.url!="/shoutbox/remove" && obj.shoutbox_post.length>0 && settings.url!="/shoutbox/add"){
sblinks();
}
};
};
});
}
my commented out code would most likely fix the problem however I don't really know how to remove the previous call. I can look into it though
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 9:13:10 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 14, 2015 15:07:12 GMT -8
it does it when i delete a post aswell, i deleted your 'test' post, and the 'delete this post' and 'error' box came up but it still worked deleting the post. thought this would help. It has to do with improper ajax calling. Sadly this cannot be modified by my capability. if($('.shoutbox').length){
sblinks();
$('.shoutbox_messages').ajaxComplete(function(event, xhr, settings) {
var x=settings.url;
var patt=/shoutbox\/update/;
if(x=patt){
var y= xhr.responseText;
var obj = jQuery.parseJSON(y);
// my addition would be this: if(typeof obj=='object')
if(obj.shoutbox_post!=undefined){
if(obj.new_ids!=""&&settings.url!="/shoutbox/remove" && obj.shoutbox_post.length>0 && settings.url!="/shoutbox/add"){
sblinks();
}
};
};
});
}
my commented out code would most likely fix the problem however I don't really know how to remove the previous call. I can look into it though wow !! right so do i not use the plugin after i put this code in ? and where do i put the code ?
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Sept 14, 2015 18:08:33 GMT -8
It has to do with improper ajax calling. Sadly this cannot be modified by my capability. I if($('.shoutbox').length){
sblinks();
$('.shoutbox_messages').ajaxComplete(function(event, xhr, settings) {
var x=settings.url;
var patt=/shoutbox\/update/;
if(x=patt){
var y= xhr.responseText;
var obj = jQuery.parseJSON(y);
// my addition would be this: if(typeof obj=='object')
if(obj.shoutbox_post!=undefined){
if(obj.new_ids!=""&&settings.url!="/shoutbox/remove" && obj.shoutbox_post.length>0 && settings.url!="/shoutbox/add"){
sblinks();
}
};
};
});
}
my commented out code would most likely fix the problem however I don't really know how to remove the previous call. I can look into it though wow !! right so do i not use the plugin after i put this code in ? and where do i put the code ? Im saying it would work however it wont work unless i can remove the previous code
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Sept 14, 2015 18:23:09 GMT -8
YOU NEED to talk to pebble on his own board since he's hardly here anymore. you could always request a new plugin to be made.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 9:13:10 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 14, 2015 18:23:24 GMT -8
wow !! right so do i not use the plugin after i put this code in ? and where do i put the code ? Im saying it would work however it wont work unless i can remove the previous code so do i unplug the plugin then ? and where do i put this post ?
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Sept 14, 2015 18:35:43 GMT -8
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 9:13:10 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 16, 2015 3:39:13 GMT -8
wow !! right so do i not use the plugin after i put this code in ? and where do i put the code ? Im saying it would work however it wont work unless i can remove the previous code where do i put this code again? and do i turn the plugin off when the codes inplace ?
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Sept 18, 2015 0:34:23 GMT -8
Im saying it would work however it wont work unless i can remove the previous code where do i put this code again? and do i turn the plugin off when the codes inplace ? I'm saying I can't get my code to work and your out of luck. better try something else
|
|