[Dev alert] (THe "Holy Grail") Full MyBB + Wordpress User Integration is a reality. - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Development (https://community.mybb.com/forum-68.html) +---- Thread: [Dev alert] (THe "Holy Grail") Full MyBB + Wordpress User Integration is a reality. (/thread-218602.html) |
[Dev alert] (THe "Holy Grail") Full MyBB + Wordpress User Integration is a reality. - seeker - 2018-07-11 ##Sorry about the spelling error in the poll Edit: mybbaddons.com has a very good option. Some of those features are "one-way only" and this effort could be even more complete for the end-user (testing needed) ```` Good News: In the title (Full MyBB + Wordpress User Integration is a reality) , something I had working/testing until... Bad News: A family member suffered a stroke over 3 years ago, and I have not had a life of my own for a very long time. Great News: All the (Bare-bones) information needed to do something amazing is right here. ````````````^^^ works! ````````````````[/code] Helpful tip: The names on the left side i.e regdate are related to myBB the names on the right side i.e user_registered ,'are related to wordpress. You are making a db 'view' which creates a virtual table called 'mybb_wp_users' while all the data is actually still stored in 'mybb_users' 3) The SQL sample is over three years old, you can easily modify to fix any core changes and/or new columns created by your wordpress plugins. Another Helpful tip: The SQL above came from an "export" of the table. Views are also created with code that starts like this
<snip> Easy to find more info on Google... ````````` Last Helpful tip: Needs testing (for example) Ideally users can update their email address from either MyBB or Wordpress and it works perfectly with no html link changes or additional php plugins. (No way!!) This (and some other details) would need some help with testing. Great News Repeated: All the (Bare-bones) information needed to do something amazing is shown above. Please do not expect any "support" from me (this summer). I am way too busy in the real world. Enjoy! `````` ps. Please do not PM me about this subject before ~Jan 1st, 2019. I am stressed and "nearly broke" from helping my family "way too much" for several years. If you want an invite to a unique effort to make "way too much money" from the ICO Mania (Google it if needed), then please send a PM and briefly describing any skills/fun hobbies. |