Milan Petrovic
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Members Directory for bbPress] Member Directory has an errorThis is fixed in 2.3.
Forum: Plugins
In reply to: [GD Security Headers] How to know if I can change to live modeThe best way to see the errors is through the browser console. In Chrome and Firefox (and other browsers too), Console will show any CSP related errors and reasons for those errors.
Forum: Plugins
In reply to: [GD Pages Navigator] Need it as a block!Thanks for the suggestion. It is unlikely that this plugin will get the block update. This is a very old plugin, and if I am to make the block to replace it, it would be a different plugin. I am thinking about simple blocks collection plugin for later this year, and maybe this will be added there.
Forum: Plugins
In reply to: [GD Topic Polls for bbPress] how to create a pollCheck out this video:
https://support.dev4press.com/kb/article/create-new-poll/Forum: Plugins
In reply to: [DemoPress] No users generated on WordPress 6RC1Tested with 6.0-RC2-53389, and all generators do work. No errors in the logs for any of the generators.
If it doesn’t work for you, check the error logs, or run WP in debug mode and test then, and get the error log after that.
- This reply was modified 2 days, 5 hours ago by Milan Petrovic.
- This reply was modified 2 days, 5 hours ago by Milan Petrovic.
Forum: Plugins
In reply to: [GD bbPress Tools] Email NotificationsMy plugin has no option to control BuddyPress notifications. That system in BP is very complicated, and honestly, I try to stay away from BP as much as I can. So far, Pro plugin users have not requested something like that, so I have not worked on it, and I have no idea if it is even doable (well, most likely it is).
Milan
Forum: Plugins
In reply to: [GD bbPress Attachments] Show attachments in the postI think this was already addressed, and free plugin can’t do that.
Forum: Plugins
In reply to: [GD bbPress Attachments] guest usersHi,
Right now I have no plans to implement it. WordPress media library requires user accounts for upload, and since my plugin uses media library, it also needs user ID, and guests don’t have it.
Milan
Forum: Plugins
In reply to: [GD Members Directory for bbPress] Usernames instead of namesMy plugin shows the display name for each user. You can always override the templates used by my plugin and make changes to what is displayed.
Forum: Plugins
In reply to: [GD Members Directory for bbPress] Members filteringVersion 2.2 (to be released tomorrow), has a filter ‘gdmed_filter_orderby_list’ that can be used to return the filter elements, so any of the filter values can be removed.
Forum: Plugins
In reply to: [GD Security Headers] Pb with the theme builder from ElementorHi,
I doubt that my plugin is the problem. But, the CSP rules you set can be, if you have not set them correctly. It is possible that Elementor requires some access to their servers, so you need to add rules for that too. Use browser console to see what kinds of errors you are getting related to CSP. Also, until you are sure you have set CSP correctly. run the CSP in preview mode, not live mode.
Regards,
MilanYeah, and that does work to some extent, but not as it should. For instance, main blog in the network is http://www.example.com, and another one is on test.example.com. Now, if I have the plugin XYZ that adds some CLI function (for example ‘xyz’), and this plugin is active only on test.example.com, if I try to run that ‘xyz’ function:
wp xyz --url=test.example.com
I get an error saying that xyz is not defined. That means that –url is not setting the proper context and that plugins active on test.example.com have not been loaded.
Now, if I activate the XYZ as network-wide plugin, the CLI code with URL works, so whatever is loaded as a network plugin, or even as a plugin on the main blog in the network is used by CLI.
CLI doesn’t actually load the context of the blog targeted by –url, it just uses switch_blog from what I can see.
Milan
Forum: Plugins
In reply to: [GD Security Headers] How to remove?Plugin has a tool to remove everything it adds (plugin panel -> Tools -> Reset / Remove. Other than that, you would need to remove settings fro wp_options, there are few records with the name beginning with: dev4press_gd-security-headers_.
Forum: Plugins
In reply to: [GD Security Headers] Impressive, but would rather log CSP to report-uriAdded option to set custom report URL in 1.6.
PayPal added in 1.6.
For other one, add: secure.statcounter.com to Script rule.