roundplanet
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WordPress Social Login] Cannot get Facebook friends listIf you use phpmyadmin, just find your table “wp_wsluserscontacts”; Display its structure; find the “email” field and click on Modify.Click on the null Checbox and save. Or do the following command:
ALTER TABLE
wp_wsluserscontactsCHANGEemailemailVARCHAR(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL;If you are not familiar with phpmyadmin, find someone who is… 🙂
Forum: Plugins
In reply to: [WordPress Social Login] Cannot get Facebook friends listAfter some debug I found out that Facebook returns correctly the list, but with a blank eMail; the database does not accept null in eMail; changed the database, and now it works. Is there a reason why the DB does not null eMail?
- This reply was modified 8 years, 7 months ago by roundplanet.
Forum: Plugins
In reply to: [Email posts to subscribers] Scheduled email for multi new postI would love it too!
- This reply was modified 9 years, 2 months ago by roundplanet.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Time picker not workingI have same issue
Forum: Plugins
In reply to: [Email posts to subscribers] Auto send mail on new post ?Same issue; I would need to send the full post; any way to do this?
Viewing 5 replies - 1 through 5 (of 5 total)