I am just developing a Userbridge for a big community between an own Database and vB.
No I modified the class_core.php for this in the Class vb_session.
In the Constructor I check with the Datamanager if a user exists and use the function verify_id().
No, this function sets a Phrase, and if I use a few lines later the fetch_userinfo() Function, the language seetings were not fetched, because the global $vbphrase is set before.
Is this a bug? Or missed I something?
No I modified the class_core.php for this in the Class vb_session.
In the Constructor I check with the Datamanager if a user exists and use the function verify_id().
No, this function sets a Phrase, and if I use a few lines later the fetch_userinfo() Function, the language seetings were not fetched, because the global $vbphrase is set before.
Is this a bug? Or missed I something?
Comment