vb.org Archive

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

lycheepassion 01-07-2010 06:53 PM

What exactly does a wordpress bridge do, does it cross post too?? Thank you!

vprp 01-08-2010 04:03 AM

Anyone have Disqus installed on their Wordpress blog? Would this work with it?

AndyAA 01-08-2010 04:24 AM

Quote:

Originally Posted by amjadz4 (Post 1944626)
Hmm, should not be hard. I think it can be done using simple SQL commands and PHP. Also you have to include vBulletin's global.php before calling any variable.



Yes it works. no bugs or whatever.

Are you able to provide an example using simple SQL commands and PHP to call the users details in wordpress?

I already have global.php included in a variable.

1up_dave 01-12-2010 01:28 AM

I'm no programmer, but here's what we're using. I don't know if it's the correct query to use, but it works for us.
PHP Code:

<?php $db->query_first("SELECT username FROM " TABLE_PREFIX "user WHERE userid = " $post->post_author); ?>

Then again, we're using the Smarty template engine, so I'm not sure if this would work properly if put directly into the template files. Maybe create a theme function with it or something.

AndyAA 01-13-2010 07:10 AM

Quote:

Originally Posted by 1up_dave (Post 1953195)
I'm no programmer, but here's what we're using. I don't know if it's the correct query to use, but it works for us.
PHP Code:

<?php $db->query_first("SELECT username FROM " TABLE_PREFIX "user WHERE userid = " $post->post_author); ?>

Then again, we're using the Smarty template engine, so I'm not sure if this would work properly if put directly into the template files. Maybe create a theme function with it or something.

Sorry Dave no luck

If I use <?php the_author_link(); ?> it displays the authors names but I want some more info to be shown like the authors about me and location

AndyAA 01-13-2010 07:19 AM

And random author wordpress codes work and some dont:

<?php the_author_posts(); ?> works
<?php the_author_firstname(); ?> doesn't
<?php echo the_author_email(); ?> works
<?php the_author_description(); ?> doesn't
<?php the_author_link(); ?> work's
<?php $curauth->description; ?> doesn't

Anyone who knows how to get this author stuff working please hit me up...its the last thing I need to fix on my entire blog!!

caracena 01-15-2010 12:35 PM

Hi all,

I'm having the same problem that AndyAA has but with a twist. I'm trying to make two things work: Show the author's info and also make the comments propperly work becouse it won't get the user's avatar. Also, I have a problem where the author is always the same (from vB DB) no matter which user posts and I have multiple contributors... how an I fix this?

Also, has anyone had any problem with the flash upload system in WP after installing this addon? I had to switch to normal uploader becouse the flash system won't recognize users as logged in when this plugin is active.

Using 2.91 + 3.8.4.

Thanks!

Tomahoochi 01-16-2010 02:31 PM

I'm having the same "author" issue as mentioned above. I'm currently running WP 2.7 and VB 3.8.1. I can't upgrade until there is a solution t this since the bridge is integral to my site (www.tmrzoo.com). I've been using ver. 3.05 of the bridge for some time now. NONE of my 774 WP users and 1362 VB users have the same userid. After I upgrade, all of the author names are wrong. Any fix for this?

WouterN 01-16-2010 06:11 PM

Quote:

Originally Posted by AndyAA (Post 1954210)
And random author wordpress codes work and some dont:

<?php the_author_posts(); ?> works
<?php the_author_firstname(); ?> doesn't
<?php echo the_author_email(); ?> works
<?php the_author_description(); ?> doesn't
<?php the_author_link(); ?> work's
<?php $curauth->description; ?> doesn't

Anyone who knows how to get this author stuff working please hit me up...its the last thing I need to fix on my entire blog!!

You should try passing arguments to the function(s) like the_author_ID()

Stephan Whelan 01-17-2010 06:36 PM

Is this MOD supported anymore as i'm keen to get this working but have run into a few issues that would need the developer to help out with...


All times are GMT. The time now is 11:32 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.02841 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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