Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
WP Integrate - Send vbulletin posts to wordpress Details »»
WP Integrate - Send vbulletin posts to wordpress
Version: 1.3, by robertjandreu robertjandreu is offline
Developer Last Online: Jan 2012 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.8.x Rating:
Released: 03-03-2009 Last Update: 10-18-2010 Installs: 195
Uses Plugins
Additional Files  
No support by the author.


This plugin makes it possible to send your forum posts to wordpress and automatically post them there. Its perfect for posting news etc.

It works together with Complete Wordpress/Vbulletin Bridge. But its not needed. You can use this mod without it.

Installation:
1. Upload the included folder (wp-includes) in the root of your wordpress installation.
2. Then import product-postwordpress_(versionnumber).xml in products at vbulletin.
3. Change the settings at Vbulletin Options

3.1 Since version 1.0 of this plugin the values of "Wordpress Categories" and "Vbulletin Forums" are linked together. This means value 1 of Vbulletin Forums post to value 1 of Wordpress Categories.

So if:
Vbulletin Forums = 1,2,4,4
Wordpress Categories = 11,12,13,14

Forum 1 posts to WP category 11
Forum 2 posts to WP category 12
Forum 4 posts to WP category 13 and 14

So if you want to post multiple categories you have to set them independently for every wordpress category


Upgrade:
1. Uninstall the previous version.
2. Then import product-postwordpress_(versionnumber).xml in products at vbulletin.
3. Change the settings at Vbulletin Options
4. Overwrite the files in the wordpress root.

Troubleshooting:
For wordpress 2.8 users
for the people having troubles install your original formating.php
then open the file and search for:
Code:
function sanitize_url
and change it into:
Code:
function wp_sanitize_url
If you can't find it you don't have to change it. This should do the trick.


Requirements:
* 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.1 (didn't test with 2.7.0 or lower)
* DOES work for Vbulletin 3.8. (not tested with 3.7. or lower)

Limitations:
* Posts won't get deleted in wordpress when you delete them in vbulletin.
* Posts won't get edited in wordpress when you edit them in vbulletin.
* You need the have the charset synced between vbulletin and wordpress.


Updates:
Changelog is included in download, here is the most recent changes:

10/19/2010 - Version 1.3
* Update for wordpress 3.0.1

6/23/2009 - Version 1.2
* Update for wordpress 2.8

5/11/2009 - Version 1.2
* Attachment Support Added. (It will post the link to the attachment)

5/5/2009 - Version 1.1
* Fix for the 'sanitize_url' error that people had when posting comments with the Wordpress comment system.

5/4/2009 - Version 1.0
* You can select Multiple WP Categories for every forum. This is a quite difference with how it was working before. So please read the installation howto above!!!

4/8/2009 - Version 0.4
* Complete Support for WP/vBulletin bridge added.
* Changed to Stable release.

3/27/2009 - Version 0.3
* Support for multiple forum categories added.
* Support for multiple wordpress categories added

3/4/2009 - Version 0.2
* Added BB tags support.

3/4/2009 - Version 0.1
* First released version (alpha)


Special Thanks:
Pirat3

If you use this plug-in, and find it useful, please support us by nominating us for Mod Of The Month (MOTM) in the top right corner of this thread, or feel free to donate.


If you do install:


Made by: http://www.ftp-anime.com

Download Now

File Type: zip wbintegrate_0_4.zip (37.3 KB, 251 views)
File Type: zip wbintegrate_1_2.zip (39.7 KB, 226 views)
File Type: zip wbintegrate_1_2_for_wp2.8.zip (25.8 KB, 368 views)
File Type: zip wbintegrate_1_3_for_wp3.x.zip (16.8 KB, 342 views)

Screenshots

File Type: jpg wpinte1.jpg (43.6 KB, 0 views)
File Type: jpg wpinte2.jpg (62.4 KB, 0 views)
File Type: png wpinte3.PNG (32.3 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
Artes_Marciales

Comments
  #182  
Old 10-21-2010, 07:51 AM
robertjandreu robertjandreu is offline
 
Join Date: Dec 2007
Location: Netherlands
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Greek76 View Post
You mean upload the single file deprecated.php into the wp includes folder? I have wp installed on the root and vb example/forums. I downloaded your newest release and it only contains a single file in it.

.
Yes you have to overwrite your deprecated.php.

For the people that say it doesn't work please test your paths. I tested this mod and it is working with the latest vbulletin 3.8.6 and Wordpress 3.0.1

If you it isn't working please post the errors it is returning. Just saying that it doesn't work doesn't help me fix your issues.
Reply With Quote
  #183  
Old 10-21-2010, 07:53 AM
robertjandreu robertjandreu is offline
 
Join Date: Dec 2007
Location: Netherlands
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AskMadden View Post
Does this create users for wordpress? I don't want users to log into wordpress.

Thanks!
No it just send posts from your vbulletin to your wordpress.
Reply With Quote
  #184  
Old 10-21-2010, 02:01 PM
Greek76's Avatar
Greek76 Greek76 is offline
 
Join Date: Aug 2006
Location: Planet Earth
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by robertjandreu View Post
Yes you have to overwrite your deprecated.php.

For the people that say it doesn't work please test your paths. I tested this mod and it is working with the latest vbulletin 3.8.6 and Wordpress 3.0.1

If you it isn't working please post the errors it is returning. Just saying that it doesn't work doesn't help me fix your issues.
It does work. The problem was my path settings. Thanks
Reply With Quote
  #185  
Old 10-21-2010, 05:48 PM
robertjandreu robertjandreu is offline
 
Join Date: Dec 2007
Location: Netherlands
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cloferba View Post
he asked me for 100$ to update this mod to vbulletin 4...
Well Posting it to vbulletin 4 is quite some work. So I think I'm not being unreasonable.
Reply With Quote
  #186  
Old 10-22-2010, 11:14 AM
Greek76's Avatar
Greek76 Greek76 is offline
 
Join Date: Aug 2006
Location: Planet Earth
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do have a question. Is their anyway way for the posts that get posted on wp from the forum have a link pointing back to it at the forum?
Reply With Quote
  #187  
Old 10-22-2010, 02:12 PM
robertjandreu robertjandreu is offline
 
Join Date: Dec 2007
Location: Netherlands
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well you could edit the mod to do so . If you use it with WP Bridge you will get a forum comments link that goes to the post in the forum.
Reply With Quote
  #188  
Old 10-23-2010, 01:57 PM
cloferba cloferba is offline
 
Join Date: Apr 2009
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by robertjandreu View Post
Well Posting it to vbulletin 4 is quite some work. So I think I'm not being unreasonable.
no it is not!

but that user could give you 50$ extra..and with my 50$ we can have a vb4 version
Reply With Quote
  #189  
Old 10-25-2010, 11:05 AM
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Might e old but I did search on here with no luck. Is there a full VB integration with wordpress? I saw it on a blog and dying to know how it was done.
Reply With Quote
  #190  
Old 10-26-2010, 12:07 PM
robertjandreu robertjandreu is offline
 
Join Date: Dec 2007
Location: Netherlands
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cloferba View Post
no it is not!

but that user could give you 50$ extra..and with my 50$ we can have a vb4 version
Well just donate the money. Maybe I will feel motivated to do it :P.
Reply With Quote
  #191  
Old 11-02-2010, 04:16 AM
cloferba cloferba is offline
 
Join Date: Apr 2009
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by robertjandreu View Post
Well just donate the money. Maybe I will feel motivated to do it :P.
will do it if this mod also can send wordpress entries to new vbulletin threads =)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:16 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07021 seconds
  • Memory Usage 2,353KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete