chattzz
02-14-2007, 00:14
Ekte vermiş oldugum dosyalar içerisindeki "vb3-settings.php" dosyasını açın ve aşagıdaki kodları kendinize göre düzenleyin ;
<?php
// This just holds the vb variables
$vb_bridge = 1; // 1=on 0=off
$vb_forumid = '2'; // forum id to post copy of article
$vb_userid = '1'; // user id to use for posting the article
$vb_username = 'admin'; // Root adminin nicki.
$vb_path = 'http://www.siteniz.com/forumdizini'; //forumunuzun adresini yazın (vb)
$vb_dbprefix = 'vb3_'; //vBulletin kullanıcı tablosu eki.(Bilmiyorsanız degiştirmeyin)
$vb_readmessage = 'Read the full blog entry.'; [/color]//message to be used in the forum to link back to the blog entry
[COLOR=#000000]wp-rss2.php dosyasını açın ve bu kodu bulun ;
<wfw:commentRSS><?php echo comments_rss(); ?></wfw:commentRSS>
Aşagıdaki kodlarla degiştirin;
<wfw:commentRSS>http://www.siteniz.com/forum/showthread.php?t= (http://www.siteniz.com/forum/showthread.php?t=)<?php echo $post->vb_threadid; ?></wfw:commentRSS>wp-content/Themes/default klasöründeki single.php dosyasını açın ve bu kodu bulun ;
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a> from your own site.
Bununla Degiştirin;
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
Ekte vermiş oldugum tüm dosyaları wordpress dosyalarının oldugu bölüme yükleyin
Admincp->Vbulletin Seçenekleri->External Data Provider and check 'Yes' on Enable RSS Syncidcation. yapın ve aşagıdaki sql sorgusunu çalıştırın
[COLOR=#0000bb]ALTER TABLE `wp_posts` ADD `vb_threadid` INT(10);
Ve son olarak postfeed.php dosyasını forum anadizinine yükleyin.
Ekteki Dosyanın .zip Şifresi: UltraVB ( Büyük - Küçük Harflere Dikkat! )
<?php
// This just holds the vb variables
$vb_bridge = 1; // 1=on 0=off
$vb_forumid = '2'; // forum id to post copy of article
$vb_userid = '1'; // user id to use for posting the article
$vb_username = 'admin'; // Root adminin nicki.
$vb_path = 'http://www.siteniz.com/forumdizini'; //forumunuzun adresini yazın (vb)
$vb_dbprefix = 'vb3_'; //vBulletin kullanıcı tablosu eki.(Bilmiyorsanız degiştirmeyin)
$vb_readmessage = 'Read the full blog entry.'; [/color]//message to be used in the forum to link back to the blog entry
[COLOR=#000000]wp-rss2.php dosyasını açın ve bu kodu bulun ;
<wfw:commentRSS><?php echo comments_rss(); ?></wfw:commentRSS>
Aşagıdaki kodlarla degiştirin;
<wfw:commentRSS>http://www.siteniz.com/forum/showthread.php?t= (http://www.siteniz.com/forum/showthread.php?t=)<?php echo $post->vb_threadid; ?></wfw:commentRSS>wp-content/Themes/default klasöründeki single.php dosyasını açın ve bu kodu bulun ;
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a> from your own site.
Bununla Degiştirin;
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
Ekte vermiş oldugum tüm dosyaları wordpress dosyalarının oldugu bölüme yükleyin
Admincp->Vbulletin Seçenekleri->External Data Provider and check 'Yes' on Enable RSS Syncidcation. yapın ve aşagıdaki sql sorgusunu çalıştırın
[COLOR=#0000bb]ALTER TABLE `wp_posts` ADD `vb_threadid` INT(10);
Ve son olarak postfeed.php dosyasını forum anadizinine yükleyin.
Ekteki Dosyanın .zip Şifresi: UltraVB ( Büyük - Küçük Harflere Dikkat! )