[REQ] Complete Wordpress/Vbulletin Bridge

phyton

New Member
free to use this addon on your board.
Limitations:

* Please don't ask if it works for any BETA versions of Vbulletin. I do not know and will not convert this to the latest version of VB (whatever it is at the time you are reading this) until the version is released as non-beta.
* Does not work with XMLRPC.
* Chances are, this will not work when VB and Wordpress are located in different sub domains. I.E. forum.yoursite.com - blog.yoursite.com. Cookie issue.
* I did the best I could in determining your forums file path with the script. There may be certain script setups that cannot find the file path properly, in which case you may get errors that the script cannot find or open /config.php. If this is the case, please HARDCODE your ABSOLUTE path to the forum in vbridge.php.

To do this find:

Code:

PHP:
       ## If you are having path problems, uncomment this next variable and define the path
      ## NO TRAILING SLASH!
      # $vwd = '/some/path/to/your/forum';

And uncomment the last line, and change the path to your forums path:

Code:

PHP:
       ## If you are having path problems, uncomment this next variable and define the path
      ## NO TRAILING SLASH!
      $vwd = '/some/path/to/your/forum';
 

phyton

New Member
2/21/2009

* Fixed issue where rich text editor was not being displayed
* Fixed issue where permalinks were not working properly
* Fixed issue where paragraphs where not converting
* Added reset script so admin can turn off integration if locked out
* Made user menu go to VB Admincp
* Added setting for users with UTF-8 forums.
 

nteam

New Member
Mapping Administrators doesn't seem to work for me, I keep getting "You do not have sufficient permissions to access this page." when i try to get to the wordpress dashboard, very frustrating

I've already double and triple checked these:
"# Make sure you DO NOT create a subdirectory for this plugin in the wp-content/plugins directory. Just upload it directly there..
# If you do not map users before you turn auto-integrate on, the plugin has no idea whether your allowed into the dashboard.
# If you all of a sudden can't login to the dashboard, see the above two common mistakes."

help? :/
 

phyton

New Member
Requirements:

* DOES NOT and WILL NEVER support Wordpress MU.
* Wordpress and Vbulletin scripts must reside on the same physical server.
* Wordpress and Vbulletin must use the same domain name.
* Stable Wordpress Version greater than or equal to 2.7.
* DOES work for Vbulletin 3.7.

Common Mistakes When Installing:

* Using two different host names causes problems. If your forum URL contains www.yourdomain.com, then your wordpress blog URL MUST contain the www. part of www.yourdomain.com also. This goes for any other host name. Browsers are finnecky when it comes to cookies (as they should be).
* Editors generally EDIT, not write. In Wordpress, editors don't show up in the post author drop down. This has nothing to do with this plugin, that is Wordpress code.
* Make sure you DO NOT create a subdirectory for this plugin in the wp-content/plugins directory. Just upload it directly there..
* If you do not map users before you turn auto-integrate on, the plugin has no idea whether your allowed into the dashboard.
* If you all of a sudden can't login to the dashboard, see the above two common mistakes.
* FOLLOW the directions and make a test post first. Being in a rush and not testing will most likely turn out bad for you.


3/06/2009

* Fixed issue where media manager would break
* Fixed issue were users would not have certain capabilities
* Addressed issue where slashes would be in the title in the VB forum
 

with

New Member
Would someone be so kind to upload the latest version 4.01.13?

Thank you very much in advance. :)
 
Top