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)

Jafo232 07-21-2007 01:20 AM

You just use that same database. When your asked what the database information is to install Vbulletin, use the same information you used for wordpress (or vice versa).

kholland 07-21-2007 02:03 AM

Well, that sounds easy enough....thanks!

trichnosis 07-23-2007 04:03 AM

it looks good . i will try it

rsuplido 07-23-2007 05:42 PM

There is a slight problem on this mod. It doesn't seem to work through xmlrpc as well as the following:

Create a new WP post.
Save and Continue (instead of publish).
Publish.

For some reason, it doesn't create a new vB thread when a WP was previously saved.

posting via xmlrpc doesn't create a vB thread either.

chiwexa 07-23-2007 06:22 PM

Does it work, when my blog is at:

bloag.mydomain.org

and the forum is as

mydomain.org

:confused:

Jafo232 07-23-2007 07:47 PM

Quote:

Originally Posted by chiwexa (Post 1299420)
Does it work, when my blog is at:

bloag.mydomain.org

and the forum is as

mydomain.org

:confused:

No..

Tsukasa-san 07-25-2007 09:02 AM

I'm having some problems getting the comments part to work. Everytime I call for the Comments_Handler, my page gets blank. Currently, I have it like this:

Code:

<? $vbridge = Comment_Handler($post->ID); ? >


<div class="style1"><?php the_date('','<h2>','</h2>'); ?></div>

<div class="style1" id="post-<?php the_ID(); ?>
        <h3 class="style1"><a href=<?php echo get_option('vbb_VBURL') ?>/showthread.php?t=<?php echo $vbridge[id] ?>><?php the_title(); ?></a> </h3>
        <div class="style1">— <?php the_author() ?> <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>

        <div class="style1">
        <?php the_content(__('(more...)')); ?></span>
<a href=<?php echo get_option('vbb_VBURL') ?>/showthread.php?t=<?php echo $vbridge[id] ?>>(<?php echo intval($vbridge[count]) ?>) comments</a>
        </div>
</div>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>

As you can see, I'm trying to edit the news title to go the topic as well, instead of the wp id. Also, without the comments handler, the link is [vburlblablabla]/showthread.php?t= - just blank topic ID. I assume that has to do with the comments handler not being included, so I won't go further in detail about that.

Thanks in advance.

Jafo232 07-25-2007 04:06 PM

You say you do it like so?

Code:

<? $vbridge = Comment_Handler($post->ID); ? >
Seems you are missing something here, the opening tag should be <?php and the closing tag has a space between the ? and the >. Many servers allow you to open the tag without php (i.e. <?) but I believe the closing tag cannot have a space in it.

Tsukasa-san 07-25-2007 05:31 PM

Hm, my bad. It's ?> alright, guess that space just came out of nowhere while pasting. Either way, that wasn't the problem before.

Jafo232 07-25-2007 06:28 PM

What does your servers error log say when you get a blank page?


All times are GMT. The time now is 06:52 PM.

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.02389 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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