vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBulletin-WordPress Bridge (https://vborg.vbsupport.ru/showthread.php?t=94443)

sarahsboy18 09-04-2005 06:41 PM

Quote:

Originally Posted by rsuplido
I have no plans of incorporating that feature. Imagone if there are 100 categories. :( What you can do however is choose a hidden forum and then move the thread manually to to correct forum.

I understand...

For my particular needs I only have 3 categories and wouldn't have any trouble managing it. Basically what I have done so far is to make sure that my Forum IDs are the same as my Category IDs. What I am trying to do now is force the forumid variable to use submitted category variable instead of the vb3-settings.php forumid.

E.G (from the "post.php" file)
Code:

... WHERE `forumid`='{$post_category}' ...
However, I can't seem to figure out which variable is the correct one to pass in the above query. I have tried $post_category, $post_categories, $category_id... I just can't get it to pass... It keeps sending a "0"

Edit:

I did it!... Basically I just moved the hack code down below the category functions in the post.php left the variable as $post_category. And it's working great now. Thanks!

cyberxp9 09-05-2005 06:17 PM

Quote:

Originally Posted by sarahsboy18
Would it be possible to set it up so that when I set which forum the post is submitted to based on the post's category in WP?

I have several major sections of my blog that I would like to keep seperated in my forums pages... E.G.

News Category Blog -> News Forum
Product Reviews Blog Category -> Product Reviews Forum

if i click here feed:http://www.cyberxp9.net/blog/?feed=rss2 (thats the link to subscribe to my feed for my blog) It says "feed is not a registered protocol" (in firefox)

rsuplido 09-05-2005 06:20 PM

take out the "feed:" in the URL. Use this instead: http://www.cyberxp9.net/blog/?feed=rss2

Stachel 09-05-2005 06:54 PM

Any links to demo blogs?

Darth Gill 09-05-2005 06:55 PM

You can see mine. I have it integrated with 3.5 also! http://blog.5solas.org

Stachel 09-05-2005 06:57 PM

Thank you Darth Gill !

cyberxp9 09-05-2005 09:36 PM

Quote:

Originally Posted by cyberxp9
if i click here feed:http://www.cyberxp9.net/blog/?feed=rss2 (thats the link to subscribe to my feed for my blog) It says "feed is not a registered protocol" (in firefox)

still doesnt work, it just shows the xml file :(

The Bad Astrono 09-05-2005 11:05 PM

This is a nice hack! It's just what I need, with one minor (haha) problem: my bulletin board is a different database, and on a different server than my blog. My php and DB skills are pretty minimal, so does anyone know how to do this? I would dearly love to have the comments from my blog on my bulletin board!

deb0 09-06-2005 12:45 AM

Yeah, me too and I'm in the same situation as you Bad Astrono.

rsuplido 09-06-2005 01:10 AM

A workaround is probably to add the database name in the dbprefix variable like:

$vb_dbprefix = 'databasename.vb3_';

Also, in phpmyadmin, give full access to the wordpress user to the vb database. It might work.


All times are GMT. The time now is 06:03 AM.

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