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
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..
????