The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
157 views

Whats the best way to share user data across multiple Wordpress websites?

First of all, Multisite isn't what I'm looking for. I have 5 websites using Wordpress all on separate domains that I would like to enable user accounts for. I need user data to be shared across the ...
2
votes
2answers
254 views

Shared Members between two different wordpress installations with different databases

I have two wordpress installations with same host with different folders. Each installation uses its own database. I mean, database are separated. I am not using one database for two wordpress ...
2
votes
1answer
145 views

2 wordpress blogs with 1 users table and 1 login

I have been trying to achieve that and I did without the 1 login part I fallowed this post/tutorial , but no matter what I do I can not get it to login ones for both websites. My set up is ...
0
votes
2answers
375 views

Wordpress and Magento: let Wordpress manage user registration and logins?

I need to integrate Magento and Wordpress for a corporate website. There will be other functionalities in the website that will require a login (ie forum, helpdesk and maybe others...) which I would ...
1
vote
3answers
547 views

Using $wpdb object in a widget

I'm trying to make a very simple widget that access tables contained within the same database instance as my Wordpress database, but are not wordpress tables. I'm using the wpdb class according to the ...
1
vote
1answer
381 views

Shared User Tables on 2 WordPress Sites; “Main” Site and “Discuss” using P2?

Hoping to benefit from the experience of others. This question is really multiple potential questions so I'm hoping someone can steer me to the best solution to keep me from all the trial and error. ...