vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Integration with vBulletin - VBulletin-Wordpress Bridge for 3.64 (https://vborg.vbsupport.ru/showthread.php?t=133107)

imranbaig 12-03-2006 08:19 PM

Quote:

Originally Posted by category (Post 1131106)
yep here is my site http://www.drillerdeals.com/

i get no comments i dont understand what am i doing wrong i post on forum than it publish on wordpress?

kinda confused

If you want not to dsiplay comments on front page or if your comments are off then. Do the following:
find this in ur feed_functions.php:
PHP Code:

function comments_rss_link($link_text 'Comments RSS'$commentsrssfilename '') {
    global 
$post;
    include_once (
ABSPATH WPINC '/vb3-settings.php');

    if (
$vb_bridge) {
        
$url $vb_path '/postfeed.php?t=' $post->vb_threadid '&type=rss2';
    } else {
        
$url comments_rss($commentsrssfilename);
    }

    echo 
"<a href='$url'>$link_text</a>";


Replace it with:
PHP Code:

 function comments_rss_link($link_text 'Comments RSS'$commentsrssfilename '') {
    
$url comments_rss($commentsrssfilename);
    echo 
"<a href='$url'>$link_text</a>"

Or alternatively use this attached file and replace the existing one.
I think this should fix your problem, Also I have updated your files.
Let me know your result.

category 12-03-2006 08:19 PM

---

imranbaig 12-03-2006 08:20 PM

Quote:

Originally Posted by category (Post 1131143)
---

Please check the above post.

category 12-03-2006 08:27 PM

i updated it with your attachment still same problem comments are off

imranbaig 12-03-2006 08:33 PM

oh that one :P, I have fixed it check your site.
EDIT:Please Delete all your junk comments, test comments and start from beginning. since its getting late almost 4:30 in the morning I will hit bed soon :)

category 12-03-2006 08:37 PM

yeah you fix the no comments now but how does the link works to the forum?

imranbaig 12-03-2006 08:44 PM

Link works if your comments are on :).
Since you disabled comments, in your template comments.php, the link does not work.
If you can tweak this your self you might able to get this work.
Look in my site in demo comments are on and all comments are from forum. Effectively comments are posted in forum, just turn them on and revert the code.

category 12-03-2006 08:52 PM

awesome the comments are on now but how do i specify the tread becuase if you press comment now it goes to

also i used your comments template

imranbaig 12-03-2006 09:10 PM

It just too complicated, why dont you turn on ur comments from wp??

category 12-03-2006 09:26 PM

the comments are on


All times are GMT. The time now is 01:55 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.01164 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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