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 Feb 23, 2016 18:39:22 GMT -8
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Feb 23, 2016 19:04:23 GMT -8
I accepted you..sorry about that! and I was thinking the same too but I'm not 100% sure...so yes..I gave you access if you need anything else from me just say so! I appreciate you looking at it! The problem is indeed that one of the other plugins on your forum is (inconsiderately) wiping out event listeners created by VPop. This is problem 2 under "Compatibility with Other Plugins" under "Advanced Settings" in the documentation. Here's a test for you to run: - open up VPop in the Build section of your forum plugins
- under Global Header and Footer in the Components tab, click the Footer tab. You should see something that looks like this:
<!-- Start VPop Footer --> <script type="text/javascript"> $V.Pop.init( proboards.plugin.get('vpop').settings['grun'] ); </script> <!-- End VPop Footer -->
- replace everything in the footer with
<!-- Start VPop Footer --> <script type="text/javascript"> (function() { var sRun = proboards.plugin.get('vpop').settings['grun'];
$( setTimeout.bind( void 0, $V.Pop.init.bind( void 0, sRun ), 0 ) ); })();
</script> <!-- End VPop Footer -->
- click "Save Changes"
This should fix the problem. Reload any page containing a pop-up and check if it does. If so, I'll give you a set of instructions on how to make the fix permanent (that is, you won't have to go through the steps above again, even if you update to a new version of the plugin). If not, we'll try something else.
|
|
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 Feb 23, 2016 22:21:43 GMT -8
Virgil Sovereign I made this in honor of the Virgil Pokemanz naming system. It took me all day.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 24, 2024 3:20:47 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 24, 2016 1:08:11 GMT -8
Thank you virgil all works fine on my end.
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Feb 24, 2016 2:07:30 GMT -8
Virgil Sovereign I made this in honor of the Virgil Pokemanz naming system. It took me all day. It all makes sense now! My top ten picks: 10. Purinachu (for product placement) 9. OhSnapachu 8. SlenderManachu (I couldn't look at him for too long) 7. NicolasCageachu (not many will 'get' this one) 6. BotchedMitosisachu 5. RunForestachu (for pop culture references) 4. This... Is... Spartaaachu! 3. DoUEvenLiftachu (this is just so perfect) 2. Derpfaceachu 1. Turtachu (that's his name, damn it!) I'll repost on my home board.
|
|
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 Feb 24, 2016 16:21:01 GMT -8
I accepted you..sorry about that! and I was thinking the same too but I'm not 100% sure...so yes..I gave you access if you need anything else from me just say so! I appreciate you looking at it! The problem is indeed that one of the other plugins on your forum is (inconsiderately) wiping out event listeners created by VPop. This is problem 2 under "Compatibility with Other Plugins" under "Advanced Settings" in the documentation. Here's a test for you to run: - open up VPop in the Build section of your forum plugins
- under Global Header and Footer in the Components tab, click the Footer tab. You should see something that looks like this:
<!-- Start VPop Footer --> <script type="text/javascript"> $V.Pop.init( proboards.plugin.get('vpop').settings['grun'] ); </script> <!-- End VPop Footer -->
- replace everything in the footer with
<!-- Start VPop Footer --> <script type="text/javascript"> (function() { var sRun = proboards.plugin.get('vpop').settings['grun'];
$( setTimeout.bind( void 0, $V.Pop.init.bind( void 0, sRun ), 0 ) ); })();
</script> <!-- End VPop Footer -->
- click "Save Changes"
This should fix the problem. Reload any page containing a pop-up and check if it does. If so, I'll give you a set of instructions on how to make the fix permanent (that is, you won't have to go through the steps above again, even if you update to a new version of the plugin). If not, we'll try something else. Keep getting this error: "The file did not upload successfully. Please try again." So I'm going to try it again later to see if it has to do with my internet connection not being strong enough. Will update you when I try it again.
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Feb 24, 2016 17:50:21 GMT -8
Keep getting this error: "The file did not upload successfully. Please try again." So I'm going to try it again later to see if it has to do with my internet connection not being strong enough. Will update you when I try it again. Good to know I'm not the only one getting this error. I'll report it. The solution is to keep hitting "Save" again and again until it says "Saved". Each attempt has about a 30% probability of working. Hence hit it enough and eventually it will work.
|
|
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 Feb 26, 2016 1:34:44 GMT -8
Keep getting this error: "The file did not upload successfully. Please try again." So I'm going to try it again later to see if it has to do with my internet connection not being strong enough. Will update you when I try it again. Good to know I'm not the only one getting this error. I'll report it. The solution is to keep hitting "Save" again and again until it says "Saved". Each attempt has about a 30% probability of working. Hence hit it enough and eventually it will work. Yeah, I can't get it to save no matter how many times I hit it. -.-
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Feb 26, 2016 4:42:16 GMT -8
Good to know I'm not the only one getting this error. I'll report it. The solution is to keep hitting "Save" again and again until it says "Saved". Each attempt has about a 30% probability of working. Hence hit it enough and eventually it will work. Yeah, I can't get it to save no matter how many times I hit it. -.- The same is true for me now. Proboards is aware of the problem and working on it.
|
|
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 Feb 29, 2016 23:19:07 GMT -8
your code worked now, but now I have the problem that the button to insert it into a post disappeared? Virgil Sovereign
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Mar 23, 2016 17:10:54 GMT -8
your code worked now, but now I have the problem that the button to insert it into a post disappeared? Virgil Sovereign Likely another plugin conflict. You'll have to give me a few days to look into it.
|
|
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 Mar 23, 2016 18:56:35 GMT -8
your code worked now, but now I have the problem that the button to insert it into a post disappeared? Virgil Sovereign Likely another plugin conflict. You'll have to give me a few days to look into it. No problem, take your time. I know this is mostly my fault. So, I appreciate your patience and willingness to work with me. Tell me if you need to see any of my global javascript or anything.
|
|
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 Mar 30, 2016 22:00:50 GMT -8
So adding a divide code manually into Layout Templates > Posting Page next to the other buttons with a vpop id wouldn't work? I'm just looking for work around solutions for this.
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Apr 17, 2016 13:20:33 GMT -8
So adding a divide code manually into Layout Templates > Posting Page next to the other buttons with a vpop id wouldn't work? I'm just looking for work around solutions for this. Tiffy-Bean: I have some time to look into this issue today. Do you have the plugin enabled on a board where I can access the Reply form?
|
|
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 Apr 17, 2016 16:44:16 GMT -8
So adding a divide code manually into Layout Templates > Posting Page next to the other buttons with a vpop id wouldn't work? I'm just looking for work around solutions for this. Tiffy-Bean : I have some time to look into this issue today. Do you have the plugin enabled on a board where I can access the Reply form? Yup the guest section should still work for this.
|
|