-
MillaN
KeymasterHi,
Plugin is made for Envato purchase verification. If you need it for something else, it would require a lot of changes.
Milan
-
MillaN
KeymasterPlugin has options for settings zIndex. Check out the video and documentation.
-
MillaN
KeymasterI still don’t understand what you need. On that site, my plugin is used for forum verification, not for registration.
-
MillaN
KeymasterHi,
My plugin verifies purchase code when user tries to use protected forum for the first time. I plan to add purchase code verification with account creation, but this is not yet done and I can’t say when I will be able to do it.
Milan
-
MillaN
KeymasterOK, thanks. I will review the plugin and release update in the next 2-3 days.
-
MillaN
KeymasterSmart Cleanup Tools removes empty meta records, since WordPress also ignores them. It is possible that The Grid somehow uses meta records that are empty (just name). Can you confirm with the Grid author in which format it saves the meta records, what is the content and can the meta record content be empty for some reason? I can make updates to the plugin based on that if needed.
-
MillaN
KeymasterHi,
This is not related to my plugin. From what you describe, you see everything on front end, so your data is there, hence, my plugin didn’t remove it. What it looks like is that you are missing admin side for editing, and I don’t know how The Grid plugin works, but this can’t be related to my plugin. My plugin deletes data based on different criteria, and your grid data is still there.
Milan
-
MillaN
KeymasterThis has nothing to do with my plugin, my plugin is not working with registration form, all users by default are set as subscribers per WordPress settings. Also, bbPress is not using subscriber role, it has internal bbp-participant role. I can add a action in the next version to fire when a purchase code is verified, so you can hook into that action and do what else you need.
-
MillaN
KeymasterThere are two New Topic Form options, and the other one is for the topic form used outside of the forum (this topic form has forum selection field). If this is not the case, then the problem is with the templates you are using. If the templates loading is done outside of bbPress and some default and required filters and actions are missing, than my plugin will not work. My plugin depends on the exact structure and bbPress loading to work, if you have removed some elements from templates, I can’t help you. Best way to confirm, is to switch to TwentyFifteen or some other default WordPress themes and try it then. This will confirm that problem is with your theme.
Milan
-
MillaN
KeymasterPlugin hooks in the template parts loading, page-create-topic.php is not template part it is full template that loads ‘form-topic.php’ template, and my plugin hooks to that template part if you enable that in plugin settings from the Verification tab.
-
MillaN
KeymasterPlugin hooks into bbPress templates loading (the function you also call) and it checks the access according to the settings. If you set your plugin settings to protect topic form, it should be replaced by the plugin. But, if you have some other overrides too, that might not work. I can’t guarantee that plugin will work with customized loading that is not directly tied into bbPress.
New function is added to plugin 3.1 version (soon to be released) to check access to any forum.
Milan
-
MillaN
KeymasterI have this on the list for 3.1 version, that should be out in about 7-10 days.
-
MillaN
KeymasterI can prepare a standalone function that can return true/false for a current user and a forum, but it can’t do anything else, and you would need to write your own handling to load templates and every thing else. That doesn’t exists right now, because no one asked before because it would be too much work to handle outside of the plugin, and since it will deal with theme templates I will not be able to assist in any way.
Now, I have on the list for the next version of the plugin to include such function.
-
MillaN
KeymasterAgain, my plugin hooks into bbPress, it can’t control how the bbPress is displaying page, it can only replace the content of the current template part. Checks and everything else are hooks into bbPress filters and actions that happen when the page is already forming, it can’t replace rendering of the whole page. My plugin offers different ways to replace elements that can be hidden, and it can’t replace theme template that forms the page (this is what you need infact). For that I would need to override the whole templates, and templates are theme dependent. My plugin works only with parts displayed by bbPress, and nothing else, everything else on the page is displayed by the theme not bbPress.
-
MillaN
KeymasterYes, but you can’t just use it anywhere. This is internal function tied into different things, and calling it from random places will not work. bbPress integration has to follow proper procedure if you want to have everything working as intended.
Milan
