gmmpb00
Forum Replies Created
-
Forum: Plugins
In reply to: [Import Users from CSV] Suppress user update emailsI am using um theme on my site, tonight when the traffic is low I will try to check if its occur, but I am not sure how to reproduce this issue, today it happend also with user activity timeline as well as um member directory
I have used a shortcode: [um_loggedout ultimatemember_activity] also the same code for member directory for a longer period it was fine but after it disappeard again.
Intresting thing:
When I see the page does not appear I login to admin refresh the pages and they are up again. I am not sure what can cause this issue.
Sure its
And the member directory is
“Mukormos kereso”
Stands for nail artist finder
If in case you see the directory i put the css yesterday
Thank you for your time!
I have found the solution!
On the wp_options table there is a record called um_cache_userdata_(userid) and it has a looooong value.
In that value it describes almost everything about users. but its only created if user was cached once. (Felt like its made to be difficult :D)
So I went to users > screen options > Number of items per page: 999 ( I had 1000 users exactly) ??
And back to the wp_options table and all the users were cached, so search for um_cache_userdata_ and all the users should have a record now.
If you set an example user with profile picture (I think it works with cover photos as well, I haven’t tried) you can see the difference between the user who has set the profile photo and users that aren’t. So it just has to be added IF the wp_usermeta table already has the profile_photo record, otherwise it will change back automatically
I hava found difficulties to deal with png extension.
But now it works. I hope someone will take advantage from this, it was massive days to figure out ??
Forum: Plugins
In reply to: [Import Users from CSV] User ID import IssueHello Andrew!
First of all many thanks for your time. It was urgent I luckily managed it with custom SQL import, and I’ll use this plugin to update the custom fields. I am not there yet, but all users are in, with their unique ID. This plugin is a great help to update their metadata. I tried for a few hundred users, I hope it will work for the whole table at one go, I am on localhost I set up the stuff not to get timeout and once the tables are ready to go I just upload to the host.
In theory it should work.
What I found was an issue if i give an ID for the plugin it assumes the user already exist and if it does it will update the fields. If it does not exist it will create it but not with the ID i put in.So I ended up updating the wp_users table hash the passwords with sql m5 and it works fine.
Indeed no plugin updates the ID for my best knowledge I tried many plugins even premium ones does not get the job done. Its isn’t so difficult to do it manually, actually i ended up migrating everything manually from users to forums and user portfolios.
Migrate stuffs with unique IDs and complex data seems to overwhelm all import plugins. Also it not too ideal to chunk the csv cause I really have a massive user count.
I will update if I am done.
Anyways many thanks for your time, and also for this great plugin.
Have a great day!Forum: Fixing WordPress
In reply to: User PortfolioOk. I did it. Many thanks. In case someone will need this info:
I used ultimate member only. Its a great plugin I could make custom fields, search filters. Only thing I needed to purchase was Ultimate Member User Photos and that was fine to make portfolios.
Its not difficult either to import large forums, and users from custom PHP site to WP CMS. The only thing is on a spreadsheet I had to rename each column for whatever WP needs.
The only thing I can not migrate is the photos from the old portfolios because everything is on the same table and I have no idea about PHP or MySQL other than simple queries but i guess its really not a big issue that the users will have to upload their portfolio again. I think am gonna leave it like that cause I don’t know what could I do to get those photos, if someone has an idea I am opened for that tho ??
Anyways I have fixed my problem. Many thanks for the help.
Forum: Fixing WordPress
In reply to: User PortfolioMany thanks!
It seems really useful what you sent. I will get trough and update as I progress.The way I am planning to display the portfolio would could be simple. nothing fancy if I make a list with all the persons, and add filtering option to find by location I am gonna be happy ?? Maybe the best way I cant think is something like facebook, were users upload images from their work and I list them on a page based on their location. If a visitor click on a person they go to the their profile site where they see the portfolio.
I am pretty sure based on what you sent I can make it work. Only one thing what can cause some problems is I already have all the users and their images from a really old database (has nothing to do with wp, neither any cms system)
Anyways, Thank you for your help.