This is an old revision of the document!
This bridge type is available on Enterprise editions, and also if you have purchased the addon for "all bridge types".
Since this bridge is one-way, changes made to user details1) in the Geo software are also made inside vBulletin by the vBulletin bridge. However, changes made in vBulletin are not transfered back to the Geo installation, so if a user changes the password or a new user registers, that information will be "out of sync".
The solution to this, is to disable user registrations, user info editing, and password changing, from inside vBulletin itself. Instead they make those changes in the Geo software and the changes get copied over. To accomplish this, follow the steps below.
<tip c n>Note: These instructions were created for vBulletin 3.8.4, how things are accomplished may be different in newer (or older) versions of vBulletin. When that is the case you may need to consult the vBulletin documentation to accomplish a task.</tip>
Follow the steps below to disable user registrations.
Within the vBulletin text, you will need to change all the log-out links to "point" to your geo installation's logout page, the URL would end in2)
index.php?a=17
You would search for "logout", "log out", and "log_out" in all languages & phrases, and convert any link to point to the Geo logout page, then do the same within the templates in vBulletin, altering the logout links to point to the Geo installation as mentioned above. To help get you started, below are specific instructions for each link found as of the last time this document was last updated.
Logout link in language/phrase text:
Change the URL logout link to point to the logout page in the Geo software, so it looks something like this3):
<a href="http://example.com/listings/index.php?a=17">Click here to logout.</a>
<
Change the URL logout link to point to the logout page in the Geo software, so it looks something like this4):
<a href="http://example.com/listings/index.php?a=17">Log Out</a>
<
Logout link in templates:
Change the URL logout link, so it looks something like this5):
<a href="http://example.com/listings/index.php?a=17" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a>
Then save the changes. <
Change the URL logout link, so it looks something like this6):
<a href="http://example.com/listings/index.php?a=17" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a>
Then save the changes. <
We will be working to update the rest of the documentation, until then you can reference the legacy documentation found below.
You can leave all the registration links as-is in vBulletin, and the changes made described in the Disable Registrations section will point them to the Geo installation.
If you would prefer a 1-click solution where all registration links point to Geo installation however, you can change all the registration links to "point" to your geo installation's registration page at register.php, assuming that file has not been re-named.
You would search for "register" in all languages & phrases, and convert any link to point to the Geo register page, then do the same within the templates in vBulletin, altering the register links to point to the Geo installation as mentioned above. You would use the same methods as we described in Convert Logout Links to find the registration links (you would just be searching for register instead of log out).
Within the vBulletin text, you will need to change all the log-in links to "point" to your geo installation's login page, the URL would end in7)
index.php?a=10
You would search for "login", "log in", and "log_in" in all languages & phrases, and convert any link to point to the Geo login page, then do the same within the templates in vBulletin, altering the login links to point to the Geo installation as mentioned above. You would use the same methods as we described in Convert Logout Links to find the registration links (you would just be searching for log in instead of log out).
The following are things to note with the vBulletin bridge functionality. These are not necessarily due to any "bugs" or "problem" with the bridge, but are just the nature of how the vBulletin bridge works since it is a one-way bridge.
through the bridge or current Geodesic Solutions installations. <
the version and edition of Geodesic Solutions Software you have for any email banning facility that can be used. <