vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=177625)

Shaliza 01-14-2009 04:42 AM

Nevermind, I got it working. It was actually an error that had nothing to do with paths which is even weirder, but everything works now.

Poldimania 01-15-2009 06:00 PM

Hello together,

first: the Wordpress Bridge is genious and it works now, after little starting problems.

But now I have one problem which I can not fix alone. It is not a problem of the bridge itself, but I hope that here are some guys which made the same.

I want to use wordpress as the mainpage and layout. VBulletin is linked in wordpress navigation and it should be nicely integrated.

Check this out: (only test installation):
Wordpress: http://fihe3.fihe.de/blog/
VBulletin: http://fihe3.fihe.de/forum

As you can see I have made some little changes of the forum template. But I want to include the wordpress header into vbulletin now.

I have read thousands of different threads and found also a possibilty to build a plugin and load some php code, but until now nothing worked out. And I just see no progress since the last three days...very depressing :(

Has anybody solved this problem on his/her page? I would be glad to get some hints...

Thank you very much in advance!

AzzX 01-16-2009 08:49 AM

View source on your wordpress page and copy everything from <div id="page" class="clearfloat"> to <!--END FEATURE--> and past it into the vb header template. Then adjust from here.

oldford 01-16-2009 12:28 PM

Quote:

Originally Posted by Tigratrus (Post 1663625)
Part of the problem seems to be something fundamental... As it usually is ;)

Everything in the configuration seems to be set up and working correctly, new entries are showing up in the designated vB forum as they should. Users logged into vB are able to access WP as they should and accounts are being created in the WP users correctly.

But when I create an entry logged into vB, the link to the author profile
Code:

<?php
if ($vbridge[id] > 0) {
?>
<a href=<?php echo get_option('vbb_VBURL') ?>/member.php?u=<?php echo $vbridge[thread_starter] ?>><?php the_author() ?></a>

<?php
}
else {
the_author();
}
?>

doesn't happen. Instead the else kicks in and I just get the author's name. If I force the evaluation by changing it to
Code:

<?php
if (1 > 0) {
?>
<a href=<?php echo get_option('vbb_VBURL') ?>/member.php?u=<?php echo $vbridge[thread_starter] ?>><?php the_author() ?></a>

them I get a link:
Code:

http://www.ikeafans.com/forums/member.php?u=
:confused:

Just bumping again to see if there's a fix for the author link not working.

Thanks!

swiftor 01-16-2009 04:13 PM

Can this bridge work between 1 forum and 2 blogs on the same host? The forum is forums.swiftor.com and the blogs would be swiftor.com and cookingwithcasa.com - would the issue with the domain names prevent this from working?

Thanks!

rcadden 01-16-2009 09:26 PM

This is working great with Wordpress v2.7 and vBulletin v3.8.0 for me, but I still have the issue with scheduled posts not properly creating a forum thread, and therefore, not being integrated.

Can anyone else test this for me? Simply compose a post, and schedule it to go live a few minutes later, then see if the appropriate thread in the Forum is being created.

This is something I used heavily, and really need to get back. Where is the dev?

DDIG 01-19-2009 09:44 AM

It works great, only one small prob with logging out....

Logging in redirects me to forum, all fine. I log in, and I’m logged in to wordpress as well, great!

But when I log out of vBulletin, close my browser, and later come back to see the wordpress page, I am still logged in in Wordpress! But I am logged out of vBulletin.

So logging out of vBulletin does not log me out of Wordpress. Does anyone here have this issue and is there a fix?

Shaliza 01-20-2009 12:13 PM

Quote:

Originally Posted by swiftor (Post 1714824)
Can this bridge work between 1 forum and 2 blogs on the same host? The forum is forums.swiftor.com and the blogs would be swiftor.com and cookingwithcasa.com - would the issue with the domain names prevent this from working?

Thanks!


It should be fine. My forum is installed on a subdomain, while WP is installed on the main domain. I'm having no problems with this.

bahattab 01-21-2009 03:01 PM

hi man

cant you make it auto template

desi-boy 01-24-2009 09:04 AM

iz it work for 3.8.0 ???????


All times are GMT. The time now is 03:57 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.01350 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)bbcode_code_printable
  • (2)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