doog2229
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] bug with the new version of pluginin the code i had a lowercase
%s items
, i changed this code with this%1$s items
. With this modification, my critical error has disappearedi had a old version of your plugin. I just upgrade the plugin in the specific screen of WordPress (plugin menu)
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] bug with the new version of pluginMy version of PHP is 8.2.23
The memory of the server of my customer is good : 1G
I think that i can use the filter
$this->identifier . '_time_exceeded'
But what is the variable$this->identifier
and how can use this filter please ?In the classe
WP_Async_Request
and with IDE PHstorm i can see the variable$this->identifier
can bewp_async_request
. Is correct ?Thanks for your reply
How can use this filters please ? I have the version 4.0.1 of this plugin. Maybe i can use the filters like this :
add_filter('_time_exceeded',function($return) {$return = 120s; return $return};
add_filter('_memory_exceeded',function($return) {$return = 500M; return $return};
it’s correct ?
Thanks
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] incompatibility with yoast pluginHere my screenshot of the structured data of yoast
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] incompatibility with yoast pluginThanks for your reply…but sorry it doesn’t works. In my website i have an old version of WordPress (5.5.1)
When i desactivate your plugin i can see the schema strucutured data of yoast in the html
Hi,
With your new version of plugin (1.0.5) i can’t see a hook or filter for modify the role in get_users function
Perhaps in other version ?? ?
Hi,
I can share my translation with glotpress. But i will send my files by email. Thanks so lot
With my traduction i can’t translate this string
Time in project start date and end date
Default show/hide time in start and end date of project.select box
Showthis string is not in your pot file
Thanks for your reply
I want to configure aggregate rating in a specific schema type it’s more simple for me. But in your plugin this option is visible for service schema type. I want add aggregate rating for an article. The best schema type is article or blogposting but with this schema type i can’t see aggregate rating option in your plugin
In the schema.org website i can see aggregate rating option : for example https://schema.org/Article
the schema type service it’s not interesting for me and for my website
How can i settings aggregate rating in article or blog posting schema type ?
Hello,
Thanks so lot ??
Bye
Hi,
I find a solution. In this file
wppm_filter_autocomplete.php
there is a function that return a number of users in auto complete field.For my use case and for the test, i change this function like this
$users = get_users(array('search'=>'*'.$term.'*','number' => 5, 'role'=>'membres'));
i add a specific role in get_users function. Ideally it’s better to create a filter for change this value
It is possible to create a hook or filter for this part of code ?
Thanks