Quote:
Originally Posted by Bladecold
mod installed thank yo mod but one problems.. example images
You can <a href="/forum/showthread.php?t=<?php echo( $post->vb_threadid ); ?>&goto=newpost">leave a response</a>, or <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a> from your own site.
modifing wordpress index.php
Code:
span class="title"><a href="/forum/showthread.php?t=<?php echo( $post->vb_threadid ); ?>" rel="bookmark"><?php the_title(); ?></a></span>
<div class="meta"><?php the_time(get_option('date_format')); ?> – <?php the_time(); ?> | <?php comments_popup_link(__('No Comment','arthemia'), __('One Comment','arthemia'), __('% Comments','arthemia'));?></div>
but links
http://www.mywordpresssite.com/forum/showthread.php?t= not thread id message bad link
|
I don't know what could cause this prolly it's something weird. Well don't worry I will integrate the links soon. Just have patience. But know that for now the index.php integration doesn't work. You would need to send the url with the thread. Since the post doesn't send any thread ID.
Quote:
Originally Posted by Bladecold
my forums category --> 21,22,112,221,42
my wordpress category --> 3,4,1,5,6
add vbulletin post send wordpress one new post all category wordpress post ??
vbulletin one post send wordpress all category
and post added table wp_posts --> vb_threadid , vb_forumid wordpress database added ?
help me..
????
|
This is right and not a bug. For now you only can send posts from multiple forum to multiple forums.
You can't split them from 1 category to 1 forum. I will make something for it soon but for now there isn't a solution for it.
I hope this helped you.
EDIT:
Fixed in new version