Git Product home page Git Product logo

wp2smfbridge's People

Contributors

vbgamer45 avatar xchwarze avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

wp2smfbridge's Issues

Hello, the plugin does not seem to work.

Hello, the plugin does not seem to work even though it says it is hooked. Is there any conflict with the newest Wordpress?
by the way, the folders are: smf "../forum/" and wp is "../beta/"

Users arent registered

So I installed the plugin works fine IF the users are already in smf.

example

the default admin account was already created in smf, I registered a new account named admin trough WP and could login both wp and smf BUT, I registered a new random account and could login only in WP no user was created in SMF.

I installed both plugins, for smf and wp, If I register trough smf it registers in wp, but if I register trough wp it doesnt register in smf.

Also Is there a way for this bridge to create all the users already in wordpress ?


I also think this integration is a bit buggy for google chrome, i have to delete cookies sometimes because I receive errors, or i cant logout from both wp and smf. It works fine for firefox.

Works fine locally, but not on web host

Hello,

I installed this plugin on a local copy of a Wordpress (4.4) site. It has SMF (2.0.11) installed in a /forum subfolder within the Wordpress site.
The local instance runs under MAMP on a mac (Apache, MySQL) and it works great.

But I cannot get it to work on the web host. It has the exact same versions of WP and SMF, and also uses MySQL. I configured the WP2SMFBridge plugin on Wordpress to point to the forum/ directory, as I did locally. I also disabled the cookie settings as you specified.
I also checked the file permissions on the host: for the SMF Settings.php: they are 755, so that should be readable by the plugin.

But whatever I try, it does not work there. It's too bad that I don't have a proper PHP log there but I'll ask the provider if they can give that.

Do you have any idea what else I could look into?

Thanks in advance!

SMF 2.0.16+ Cookie issue

SMF has made an update to how cookies are handled

https://www.simplemachines.org/community/index.php?topic=570989.0

require_once($sourcedir . '/Load.php');

// Use strong cookie
if (function_exists('get_auth_secret'))

$hashed_password = hash_hmac('sha1', sha1($user_info['passwd'] . $user_info['password_salt']), get_auth_secret());
// Fallback for older versions
else

$hashed_password = sha1($user_info['passwd'] . $user_info['password_salt']);

Email didn't fill into SMF

Hi email didn't apear into SMF after registering in WorpPress, but the user is created.

WordPress last version and SMF last 2.0.9 stable version. TapTalk plugin is installed

is it possible, when changing email into WordPress it's chaning into SMF as well as a password?

as well as if changing the apered Name will be awesome too (so I may disable all options into SMF like changing email, password, apeearing name on the Forum and do those changes into WP only)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.