vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=134521)

RonanHayes 01-30-2007 12:47 AM

NVM, my cookie question :P

managed to fix it.

I was wondering would it be possible to limit the forums that the blogs are posted in? For example I have some admin forums, and I do not want the super mods creating blogs to go in them.

Jafo232 01-30-2007 01:40 AM

Quote:

Originally Posted by RonanHayes (Post 1170216)
NVM, my cookie question :P

managed to fix it.

I was wondering would it be possible to limit the forums that the blogs are posted in? For example I have some admin forums, and I do not want the super mods creating blogs to go in them.

Not built in, no.

malenfant 01-30-2007 08:10 PM

Perfect, it was just the Database-Prefix that stopped the bridge from working.
Thank you Jafo!

One more question:
I want to get more users into my vbulletin-board. So it would be very useful if they get automatically from my blogarticle (by the #respond button) to the vbulletin thread that made bye the bridge! Is there any way to do that?

TY Marc

Jafo232 01-30-2007 08:17 PM

Quote:

Originally Posted by malenfant (Post 1170807)
Perfect, it was just the Database-Prefix that stopped the bridge from working.
Thank you Jafo!

One more question:
I want to get more users into my vbulletin-board. So it would be very useful if they get automatically from my blogarticle (by the #respond button) to the vbulletin thread that made bye the bridge! Is there any way to do that?

TY Marc

Not sure if you have, but the readme speaks a bit on how to do this:

Quote:

IF YOU WANT TO USE VB For comments:

You need to edit your template files wherever comments are included. Usually these are in index.php, single.php, page.php. You will need to find the comment code. Usually this appears as:

<?php wp_link_pages(); ?>
<!-- <?php comments_popup_link(__('0 Comments'), __('1 Comments'), __('% Comments')); ?>

You can replace that code with this:

<?php
#### Vbridge Replacement code for comments
$vbridge = Comment_Handler($post->ID);
if ($vbridge[id] > 0) {
?>

<a href=<?php echo get_option('vbb_VBURL') ?>/showthread.php?t=<?php echo $vbridge[id] ?>>(<?php echo intval($vbridge[count]) ?>) comments.</a> <a href=<?php echo get_option('vbb_VBURL') ?>/newreply.php?do=newreply&noquote=1&t=<?php echo $vbridge[id] ?>>Add your comment here.</a>


<?php
}
##End Vbridge Replacement

Note, if you deactivate the vbridge plugin, you must remove this code.

malenfant 01-30-2007 09:50 PM

That?s it :o. Sry for reading your readme so bad :D.
Thats the best plugin i installed in my hole life.

Thanks for your work and support Jafo!

Jafo232 01-31-2007 01:20 AM

Quote:

Originally Posted by malenfant (Post 1170879)
That?s it :o. Sry for reading your readme so bad :D.
Thats the best plugin i installed in my hole life.

Thanks for your work and support Jafo!

Thanks, feel free to rate this plugin and/or nominate for mod of the month (see top of thread, on the right). :)

lexx27 01-31-2007 04:37 PM

I just installed wp 2.1 and I installed vbbridge too without any other plugin activated. The result was when writing a post and press publish, it downloads post-new.php

Is there anybody that has or had the same problem?

Jafo232 01-31-2007 05:32 PM

I have not seen any other complaints of this. I guess my first question would be, do the posts publish to both VB and WP?

Second, have you ruled out any plugin in VB that may be causing this?

tutorials.de 02-01-2007 04:52 PM

Please tell me how can I disable the "Select Forum To Post To" feature? Thanks ;)

akulion 02-01-2007 05:05 PM

will this work with multi user version?


All times are GMT. The time now is 04:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02012 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete