rakesh1974
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] assign to postsI got it to work as per my earlier message… thanks
Forum: Plugins
In reply to: [Import and export users and customers] assign to postsI ended up using the user_pass column with hash passwords while updating that same users
Go to – https://codebeautify.org/wordpress-password-hash-generator https://snipboard.io/4yi7eo.jpg https://snipboard.io/WZwjnT.jpg
This tool generates a hash password which you can use to insert into your CSV file under user_pass column against all the user/s using the same password for now…
hope it helps others
Forum: Plugins
In reply to: [Import and export users and customers] assign to postsok but what about the password problem? you did not attend to that… how do we import new users with new custom password field that will work, i guess it has to be a hash password… how to use Test@2023 password..
I tried changing the column from user_pass to password https://snipboard.io/c2ROYF.jpg and after importing that also does not work.
kindly check and let me know, your documentation does not say properly what exactly needs to be done…
- This reply was modified 1 year, 9 months ago by rakesh1974.
Forum: Plugins
In reply to: [Import and export users and customers] assign to postsI couldn’t find the documentation initially anywhere written/mentioned… but after installing the plugin I found it in the wp backend as one of the tabs… I think you should specify that in your wp plugin description page too…
ok got it working at last in my local test machine for 1 user, for now… will try doing it on the live site next time…
what I did is, in my CSV file at the end I created a new column #action_assign_post https://snipboard.io/l8xFz5.jpg and inserted the post id, e.g from the post edit URL, post=1303. https://snipboard.io/sriTkm.jpg and import the users while uploading the file… so the user were now correctly imported and assigned to their respective pre-created posts…
There is a problem with importing passwords… the passwords that we insert here https://snipboard.io/lCvf1p.jpg does not work… when we try to login after the import… error The password you entered is incorrect…. what is the correct way to insert/import with passwords?
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] 2 search formsok if that is not possible
in the categories search select dropdown, can we combine/include and show the default category + custom fields category.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Category options disappear on selectResolved… there was a theme js file conflict
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Error on fronendHi
no it is not blocked when i type the url in the browser I get 0 zero
screenshot: https://snipboard.io/e6oEbY.jpg
this is something else
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Category options disappear on selectno this is disabled but still the same problem
can you please check
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] one listing per user & logothe redirect url code did not work
nevermind, leave it for now
- This reply was modified 1 year, 9 months ago by rakesh1974.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] one listing per user & logoIs the 1 user 1 listing option available in the premium version? and can you tell me in which database table is the individual listing data saved
Forum: Plugins
In reply to: [The Events Calendar] Show all past current and future events togetherBut where should I add or replace this hook
path to the file given in the doc is src/Tribe/Views/V2/View.php
so is the view.php file to be edited if yes where or which line should I replace that filter code…
Please need this help here.No worries got it to work..
reference : https://roundupwp.com/codex/action-rtec_the_attendee_list/Facing this same problem… Any progress on this
When a notification is sent to organiser or customer the email is being sent in Html codes in the message body
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] deprecation warningReinstalled the new 4.0 but still, the error shows and does not proceed
DEPRECATED: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
screenshot below
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] deprecation warningI installed and tried version 4.0 on our website and that’s how the error shows… I think it is not compatible with version PHP 8.1…
Can you please check again and let us know…