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)

Dannyloski 05-01-2009 04:19 AM

First of all, thanks for the great Add-On, I appreciate it. I installed it and works like a champ. However, I do have some questions I am hoping the OP or someone with knowledge can answer ...

I am installing this in a Client's Site and I'm integrating his WordPress with vBulletin. My client wants the vBulletin Welcome Box to appear in the WordPress Homepage. Is that doable with this Bridge?

Basically he wants it so that when the user is logged into the Forums and he views the WordPress Homepage there is a Box in the Sidebar that says:

Welcome back, [username_here]!

He also would like me to add the Avatar of the User next to that "welcome" line - I dont know if that part is doable or not. I saw some post regarding Avatars but it was mostly for the Comments/Posts being made by users.

Either way, can anyone help me out or let me know if all of this is doable using this Add-On or at least the "Welcome" line? Thanks, any help would be appreciated.

Regards,
Danny

nerieru 05-02-2009 06:18 PM

Installed and nominated =) (I won't let you add my website yet though, as I'm still in the testing stages and gotta build my theme for wordpress and vbulletin which happens to be my first time making a theme, let alone convert it to both wordperss and vbulletin :P. So it will take a while, but I'm really happy you did this mod :) When I get the forum up and running with wordpress you can expect a nice donation from me)

Anyways kudos for the mod

kudos,
~Nerieru

brainfood 05-03-2009 08:36 AM

Quote:

Originally Posted by Ross L (Post 1768592)
Yeah that is a pain, I noticed that this morning!

Also, if you click on Authors & Users it redirects to forums/admincp/user.php and a lot of people change the name of their admincp for security reasons. Could it be made so you can define the admincp in the settings for vbbridge?

Also if there was a way of supporting user avatars from vBulletin to wordpress, that would be sweet. That way it would be easier to distinguish posters on the blog (as most people remember the avatar rather than the name).

I had the same problem with the admincp/user.php link not working. To fix this I modified line 640 of vbbridge.php:

Code:

$arg = 'admincp/user.php';
I hope this helps.

belai123 05-04-2009 05:42 PM

I want to limit the amount of the characters (text) in comments posted back to wordpress and have a read more url to the comment/post. Does anyone know how to do this?

Thanks

http://menopause911.com/ wordpress with bridge incorporated
http://menopause911.com/forum/ site forum

D

Celebutopia 05-04-2009 10:15 PM

I keep getting the message plugin file does not exist when I try to install this. Can someone assist me please. Now i get this error as well.


Code:

Fatal error: Cannot redeclare get_userdatabylogin() (previously declared in /home/celeb/public_html/wp-includes/pluggable.php:166) in /home/celeb/public_html/wp-content/plugins/functions_vbbridge.php on line 33

Tmnoonan 05-05-2009 12:39 AM

New install, won't work:

Code:

Warning: main(./includes/class_dm.php): failed to open stream: No such file or directory in [path]/guide/wp-content/plugins/vbbridge.php on line 113
I keep getting that error when I try to do my test post.

I have the forum on www.mysite.com and my blog on www.mysite.com/guide.

Fresh install of the newest version of wordpress. VB Version 3.7.0

I hard-coded in the path to my site.

YoricksRequiem 05-06-2009 05:45 PM

Great addon, almost everything is working perfect.

Working:
  • Making a post on the front page also posts in the forums
  • Posting comments in the forums posts appears in the Wordpress
  • Logins are shared, some fidgiting is required but it seems to work.


Not Working:
  • When editing a post in the wordpress, it instantly changes the author to userid 1. I have to edit it in the WP database to show the proper author


Any ideas?

vprp 05-08-2009 06:27 AM

I assume this will work if I have the Facebook connect mod installed? All I have to do is map the user?

YoricksRequiem 05-08-2009 11:10 PM

Quote:

Originally Posted by Shinichi_bien (Post 1794232)
Hi,

I have problems with pending posts, so I came up with this filter in order not to lose the original author of the pending post when it's published. I don't know if it's only me who has this issue or not?

PHP Code:

add_filter('wp_dropdown_users''vb_post_author');

function 
vb_post_author($output) {
    global 
$post;

    
$vb_post_author get_userdata($post->post_author);
    
$output str_replace('</select>','<option value="'.$post->post_author.'" selected>'.$vb_post_author->username.'</option></select>',$output);
    echo 
$output;



Hmm, where would I put this?

lucalucius 05-09-2009 09:27 AM

It is possible to insert automatically in Wordpress' posts a link of relative thread?

Great job
Regards


All times are GMT. The time now is 03:04 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.02395 seconds
  • Memory Usage 1,754KB
  • 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
  • (1)bbcode_php_printable
  • (2)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