RonaldS
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_generate_password() is undefined in a pluginSimple question: how does WP knows that function wp_generate_password is loaded.
I see that this happens often in the past.Plugin is developed by us.
if(isset($_GET[‘mm_confirm’])) {
$invite = $GLOBALS[‘wpdb’]->get_row(“SELECT * FROM wp_users_invitations WHERE hash = ‘”.addslashes(trim($_GET[‘mm_confirm’])).”‘”);
if($invite) {
$random_password = wp_generate_password( $length = 6, $include_standard_special_chars=false, $extra_special_chars = false);
$user_id = wp_create_user( $invite->email, $random_password, $invite->email );
if(!is_int($user_id)) {
if($error_codes = $user_id->get_error_codes()) {
foreach($error_codes as $error_code) {
if($error_messages = $user_id->get_error_messages($error_code)) {
foreach($error_messages as $error_message) {
echo $error_message.”;
}
}
}
}
}Forum: Plugins
In reply to: [Newsletters] non shortcode seems to workThe shortcodes only show the [shortcode] like [wpmltrack] [wpmlblogname] [wpmlonline] [wpmlunsubscribe].
Nothing else is shown.That is why I ask: How to resolve this.
Forum: Plugins
In reply to: Overview of Plug-ins is goneWhy is the Plugin section on https://www.ads-software.com/plugins/ so miserable presented and the rest of all site functions so good?
Since I started this thread no one of the team replies. Strange.
At least I suspected some reaction.
How can we as users see the last modified and added plugins.
And why is the result of a search so poor.
One of the main and practical items on a site is a good search function.
There are thousands of plugins but I only see default 6 !!
Example of a search: search for “malware” https://www.ads-software.com/plugins/search.php?type=term&q=malware
Result is a lot of plugins onsorted.
1 month, 3 month, 2 days, 2 years and so on I get. So the system expects that a user search manually through the list of results trying to find what he wants. Thats is wrong.
You know that as everyone else do.
Hope some one of the team gets the picture and comes with some better and userfriendly functions on this section.
Have a nice day.Forum: Plugins
In reply to: Overview of Plug-ins is goneAm I really the only person that misses a better and easier to understand listing of all plugins. The actual presentation is very bad.
How can I see the last modified plugins?
How can I see the last added plugins?I can not.
Forum: Plugins
In reply to: [User Access Manager] Problem: Please update the databaseHi I run now WP 4.1.1. and UAM version 1.2.6.6. But since I started this thread the error message stays alive!
“Please update the database of the User Access Manager. Click here to proceed”When will this be solved?
Forum: Plugins
In reply to: [User Access Manager] Problem: Please update the databaseWould be nice to get a reply. Now where waiting and do not know how to solve this issue.
It is always nice to inform us if you are busy with resolving this.Forum: Plugins
In reply to: [Strong Testimonials] I can not upload a testimonial from front-endYou’ve got mail + login data via wpmission.com.
Hope you can solve it.Hi Ton70, Kan ik de vertaalde files ergens van downloaden. Heb zojuist de plugin geinstalleerd en zoek nu de taalbestanden.
HiTon70, Can I download the translated Dutch files. Just installed the plugin and search now the language files.
Thanks in advance.
NorusForum: Plugins
In reply to: [WP Job Manager] Companies must pay for there jobsthanks
Forum: Plugins
In reply to: [WP Job Manager] Job Filters on Job Listingsok thanks for replying so very quick. My compliments.
Forum: Plugins
In reply to: [WP Job Manager] Companies must pay for there jobsI only want some pay-buttons on an order page. Not a commerce environment. That is much to heavy. A pay button is enough.
I thought something like your Restrict Content Pro – WP Job ManagerI have installed this but can not test it. Nothing is shown.
Forum: Plugins
In reply to: [WP Job Manager] Job Filters on Job ListingsFilters in the sidebar but only present in the job listing page.
So these filters should also been added when a job is posted by the customer.
Yes the code must also add these items in the table, otherwise it would not work.Forum: Plugins
In reply to: [WP Job Manager] Job Filters on Job ListingsWe like to inform our customers as good as we can. Therefor we need several boxes in the right column when customers open the job listing page. If there are thousands of jobs you want to filter out all not needed jobs.
My example was a simple one.
Customers should filter for example on:
Location – District – State – Job type – Duration – Hours per week – Kind of work – Work with type of persons
All these filters has there own items.Are there existing plug-ins that adds this to a job.
Forum: Themes and Templates
In reply to: [Enigma] Update including additional Info for usersYou’re right! Didn’t see that one.
Thanks.Forum: Plugins
In reply to: [Advanced Menu Widget] $output, $depth = 0, $args = Array ErrorsI have deactivated with success this plugin via the db. Still get the message: Fatal error: Class ‘tb_dbField_text’ not found in /var/www/vhosts/30/185976/webspace/httpdocs/xxxxx.nl/wp-content/plugins/xxxxx/lib/database/dbObjects/options/optionValue.php on line 6