Resource icon

xF1 Add-on Silverpop Integration 0.0.3

No permission to download
Compatible XF Versions:
  • 1.5
Visible Branding:
No
Please submit any bugs or feature requests here: https://github.com/rvarbanov/XenForo-SilverpopIntegration/issues

This is an add-on for XenForo that allows you to integrate Silverpop

A mysql query that I used to export the xenforo user emails to use on Silverpop:

SELECT u.user_id AS xf_user_id, u.username AS xf_username, u.email AS Email, IF(uo.receive_admin_email = 0, 'No', 'Yes') AS _newswire_subscription
FROM xf_user u
JOIN xf_user_option uo ON u.user_id = uo.user_id
WHERE 1
AND uo.receive_admin_email = 1
AND u.user_state = 'valid'
AND u.is_banned = 0
AND u.email != ''

LIMIT 0, 9999999999999
Author
Admin
Size
18.1 KB
Extension
zip
Downloads
3
Views
1,310
First release
Last update

More resources from Admin

Similar resources

Instagram Authenticate (Integration) AnimeHaxor
0.00 star(s) 0 ratings
Downloads
15
Updated
0.00 star(s) 0 ratings
Downloads
5
Updated
0.00 star(s) 0 ratings
Downloads
2
Updated
Steam Authentication & Integration AnimeHaxor
Authenticate with Steam! Contains additional features: Game statistics, Notices, and SteamProfile
5.00 star(s) 1 ratings
Downloads
297
Updated
Teamspeak Integration
Automates Teamspeak server-group assignments!
0.00 star(s) 0 ratings
Downloads
16
Updated