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)

DetroitYES 08-21-2009 06:39 PM

Quote:

Originally Posted by cs_angel (Post 1871658)
I also have a Problem with the bridge since yesterday.

First it Works finde. I didn't have a problem since yesterday. I did nothig before, I only want to edit a article. But when I want to edit, wordpress show me a white page. Only Quick Edit works. When I turn the plugin off, then I can edit normal.

All other section (like links, to create a article) works fine. Only the edit function und the options-permalink.php doesn't work. Has anyone an idea how I can fix this?

greetz cs_angel

I just installed this plugin and I'm having the same issue. My posts won't go to the forum, I've triple checked the settings and played with various configurations in the vbridge settings menu to no avail...

Just to clarify, I should have vB and WP on separate databases within the domain correct?
vB is on DB_01 and WP is on DB_02

Raug 08-22-2009 05:33 AM

This is how I make correct authors show up, however I only have 2 or so people posting anything that displays so it might not be ideal.

PHP Code:

<?php 
if ($vbridge[id] > 0) {
?>
<a href="<?php echo get_option('vbb_VBURL'?>/members.php?u=<?php echo $vbridge['thread_starter'?>/"><?php echo strval($vbridge['postusername']) ?></a>
<?php
    
}
?>

and it should make the correct name show up with a link to their profile. I don't recall if I changed anything in the bridge files themselves, but I copied portions of the comment code and applied it elsewhere. Just paste this code whever you want the author's (thread starter's) name to show up.

Quote:

Is there a way to just replace the whole comment section with the forum? For instance instead of showing the comment section underneath it, it just shows a mini version of your forum (just the posts parts) with all the forum buttons (post reply, quick reply, etc.)...
I just completely skipped the comment page altogether and make any links pointing towards comments to direct to

Code:

http://mysite.com/showthread.php?t=######&goto=newpost
which I've also modified to show the number of replies to the thread as if they were comments.

cs_angel 08-22-2009 08:15 AM

Quote:

Originally Posted by DetroitYES (Post 1871792)
Just to clarify, I should have vB and WP on separate databases within the domain correct?
vB is on DB_01 and WP is on DB_02

I don't know... I use both on the same database. And this works. Perhaps you test it on the same database. When you check the settings it should work. So test it when both (vb and wp) are on the same database.

greetz cs_angel

giu 08-22-2009 11:05 AM

sorry is my fault, but what are
vb user id
vb user name
vb forum id?
sorry I'm italian, I don't understand what they are.
Please

my forum is
forum.giocattolissimi.it
blog
giocattolissimi.it

please if you see these numbers...

maybe I don't see anything because I have enabled zoint seo? is it possible?

sorry I understand now, I feel very stupid myself, but at the end I understand.
Thanks a lot

int20 08-22-2009 06:56 PM

Hello. I use WP → VB Bridge at casavladi.ru. (Excuse me, only russian language).

Wordpress and vBulletin versions is latest: WP 2.8.4 & VB 3.8.4. Complete vBridge Plugin has version 4.01.13.

I have a problem: I have a guestbook at my site. It looks like WP Page with hundreds of comments, sorted alfabetically. I use "Paged Coments" plugin for paging guestbook pages. (homepage of plugin here).

When I try to activate this paging plugin, I see this error:

Code:

Fatal error: [] operator not supported for strings in **skipped***/html/wp-includes/general-template.php on line 32

Warning: array_slice() [function.array-slice]: The first argument should be an array in ***skipped***/html/wp-includes/plugin.php on line 339

How I can use pages in my guestbook wordpress comments?

Thank you for great plugin.

mmalaney 08-23-2009 03:30 PM

When making my test post I get the following error.

Quote:

Warning: require_once(DIR/includes/functions_newpost.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/mmalaney/data/www/wisconsinsportsnation.com/forums/includes/class_dm_threadpost.php on line 18
yet this is my exact location, any ideas?

ArnyVee 08-23-2009 04:41 PM

I'm just starting to research this mod as I'm about done with a WP install as my 'home' page. Any tips for a newbie trying to tackle 52 pages of info? :)

int20 08-23-2009 07:14 PM

Quote:

Originally Posted by ArnyVee (Post 1872810)
I'm just starting to research this mod as I'm about done with a WP install as my 'home' page. Any tips for a newbie trying to tackle 52 pages of info? :)

Use README file included. By default, reading that file is right way to install this mod. If you have any questions - welcome.

Bounce 08-23-2009 10:11 PM

no update on the problems users are having with white pages/ plugin no working then ?

Bounce 08-23-2009 10:38 PM

Interestingly the old hack works with wp2.84 and vb 3.8.4 (well does for me)

https://vborg.vbsupport.ru/showthrea...50#post1142950

:D

DetroitYES 08-24-2009 03:36 PM

Quote:

Originally Posted by cs_angel (Post 1872033)
I don't know... I use both on the same database. And this works. Perhaps you test it on the same database. When you check the settings it should work. So test it when both (vb and wp) are on the same database.

greetz cs_angel


Thank you, this seemed to solved the problem...

Also, how are is everyone dealing with the layouts/themes in wordpress? Are you pulling from the vBulletin styles for overall consistency? Or do you just update the wordpress templates and the vbulletin templates individually whenever you need to change something?

creativepart 08-24-2009 03:44 PM

I update each separately. I don't change the Header and Footer all that often. Since my WP theme is fixed and my VB theme is fluid I don't see any way to combine the two automatically.

DetroitYES 08-24-2009 04:04 PM

okay, more trouble shooting, I setup vbridge, and got a successful test post.

Now, when i try to login to wordpress from wp/index.php , it directs me to the user CP of the account I login as (in vbulletin)... I cannot get to the back end of wordpress anymore, is something wrong?

How do i make posts to the blog?

I'm getting: You do not have sufficient permissions to access this page.

DetroitYES 08-24-2009 04:07 PM

Quote:

Originally Posted by histrung (Post 1870835)
I installed, test post, worked correctly. Turned bridge on and when I tried to access the wordpress admin account it told me I don't have access privileges. So I renamed the plug in via FTP, still no access, I deleted the plug in, still not access!

I cannot access my wordpress admin account. How do I gain access???

HELP!

This is the problem I'm having too...


Edit:

I just realized that I skipped the crucial step of assigning vb usergroups to wp usergroups. I'm almost certian that is what's causing the problem...

Edit 2:

I've been uploading/calling/deleting resetvbbridge.php in the root and various other sections of the wp folder, but I still can't login to my wordpress admin... suggestions?

What is the best way to uninstall/reinstall wordpress if i cannot access admin? If I delete all relevant files and reinstall fresh ones, will this clutter up my database? Ideally, I could reinstall without deleting the database (which would force me to reinstall vB)... I'm still in development thankfully, so I won't loose any real data regardless of what I do.

DetroitYES 08-24-2009 06:36 PM

Okay, problem solved. First, I went into mySQL database and dropped any tables with the wp prefix (i.e. wp-comments). Once those were cleared, I deleted the wordpress directory from the domain, re-uploaded, and reinstalled. Then added vbbridge. Make sure you map your users in the wordpress user settings before turning auto integrate on or it won't work... At the very least you need to map admin to admin so you can get into the wordpress admin cp and map other users later...

DetroitYES 08-25-2009 04:30 PM

Another note, as far as I can tell, your wordpress directory cannot be within the vBulletin directory for this mod to work. I was hoping to install wordpress under the vBulletin directory so that I could use some of my vBulletin templates in wordpress, no luck.

I tried altering the relative forum path in vbbridge settings to the following

../

../../mb

but unless i have it set as /mb i get an error when i go to the wp-admin dashboard that says:

cannot include /home/virtual/site63/fst/var/www/html/mb/wp/wp-admin/global.php. You should check your path! Turning Plugin Off

I guess this idea is a lost cause... WP works fine when installed in the VB directory, but vbbridge won't post the blog entries to the forum, I didn't bother turning the 'auto intergrate users' setting to on...

jfu2465 08-26-2009 01:05 PM

Hello,

I installed the plugin and it runs goot. But I have one problem:

The templat-Tags wp_list_authors or list_author don't work.

Is this a problem of the plugin or have I made a mistake?

What can I do?

Thanks
Joachim

Fallback 08-27-2009 10:42 AM

Im having the same issue with incorrect authors showing up on the wordpress blog. I switched from the old version of this plugin after recently upgrading the wordpress and vb versions. Not sure if that helps but im hoping for a fix to this author issue so I can re-enable this plugin.

ashley76 08-28-2009 08:49 PM

If only this would do the same as what this guy is using

http://www.genmay.com/frontpage/?p=vB818337

JBMoney 08-29-2009 04:35 PM

Can someone tell me exactly what fields this adds to the WP database so I can manually remove them, and then try to reinstall?

That reset file doesn't help out so well. I removed the files so I can get back into my admin, ran the reset, but re-uploading the files just locks me out again. Probably because of the fields in [wp_options] but I don't want to make guesses.

dotted1337 08-29-2009 09:06 PM

Quote:

Originally Posted by Raug (Post 1871998)
This is how I make correct authors show up, however I only have 2 or so people posting anything that displays so it might not be ideal.

PHP Code:

<?php 
if ($vbridge[id] > 0) {
?>
<a href="<?php echo get_option('vbb_VBURL'?>/members.php?u=<?php echo $vbridge['thread_starter'?>/"><?php echo strval($vbridge['postusername']) ?></a>
<?php
    
}
?>

and it should make the correct name show up with a link to their profile. I don't recall if I changed anything in the bridge files themselves, but I copied portions of the comment code and applied it elsewhere. Just paste this code whever you want the author's (thread starter's) name to show up.



I just completely skipped the comment page altogether and make any links pointing towards comments to direct to

Code:

http://mysite.com/showthread.php?t=######&goto=newpost
which I've also modified to show the number of replies to the thread as if they were comments.

Something you could share?

RvG2 08-30-2009 03:11 PM

Quote:

Originally Posted by dotted1337 (Post 1876550)
Something you could share?

I have used this and it works. :)

The only thing left I guess is the smileys are not working in WP.

Aclikyano 08-30-2009 07:04 PM

how do i even edit my: myblog.wordpress.com ?

like if i have a premium theme, how can i add it onto wordpresS? please help
if some1 can do it for me id be willing to pay :D not too much tho!

XManuX 09-01-2009 11:51 AM

Quote:

Originally Posted by RobInjection (Post 1745152)
Also, while I have you here, is there any way to call the user's Avatar and User ID in WP? I would love to link to user profile pages within WP comments.

Hello,

take a look at my previous answer about avatar & vBbridge here.

Of course it was for a former version of the bridge and some modifications have to be made to make it work, for example the query to look for into vbbridge.php is now :
PHP Code:

$sql "select * FROM " .  TABLE_PREFIX "post where threadid = '$results->vb_threadid' order by dateline"


sanjay369 09-01-2009 06:53 PM

Quote:

Originally Posted by ashley76 (Post 1876007)
If only this would do the same as what this guy is using

http://www.genmay.com/frontpage/?p=vB818337

That's my site- thanks! I will be releasing this plug-in probably in October!

Alexandre.R 09-03-2009 09:03 AM

# My Website
Code:

http://www.dboyz-interactive.com

# The error it make after installation
Code:

Unable to add cookies, header already sent.
File: /mounted-storage/home110c/sub002/sc65330-PDGZ/dboyz-interactive.com/index.php
Line: 2


Help please- I offer payment for fix on request!
Contact me by PM or at alex.rayon@live.co.uk

Thanks in advance!
~ Alex R.

mortezax 09-03-2009 11:16 AM

Very Ni...ic

Install

mmoore5553 09-08-2009 01:37 PM

Just wondering does this work well. All i want is to have people login the front homepage and it logs into the forum also. I do not care about commenting or anything ..just login the front page and also shows logged in forum. Please let me know results. i have read most of it and see there are some examples.

poromenos 09-08-2009 01:51 PM

does this work with wordpress 2.8.x ?

amjadz4 09-08-2009 01:55 PM

Hi everyone! I am back for providing support to users of this mod. Please post your questions.
For starters, Yes this mod works on the latest versions: vbulletin 3.8.4 and wordpress 2.8.4

:)

Fallback 09-09-2009 10:20 AM

How can we fix the isssue where this plugin changes the authors of wordpress posts? For example in my wordpress blog (v.2.8.4) when I turn auto integration "ON" the wordpress post authors are changed to vb users that were not set in wordpress as the actual post authors.

cammot 09-12-2009 01:29 AM

I am stuck completing the installation process. I am using vB 3.8 and Wordpress 2.8.4. I installed Wordpress in a sub-directory on the same domain where my vB is installed. I have the Wordpress up running fine and the vbridge plugin activated in wordpress. I seem to be stuck on the vbridge settings in wordpress, because I cannot successfully do a test post. I get the following message before the test post:

"cannot include /home/mydomainurl/wordpress/wp-admin/global.php. You should check your path! Turning Plugin Off"

I not sure if I am doing the path correctly. but here are the url to my vB forums:

http://mydomain/forums.php

The specific url to the actual forum where I want the posts dropped is:

http://mydomain/forumdisplay.php?f=2

I am not sure what is meant by FORUM ID from this information !. Is it the actual name of the forum or a number from the url ?. If I can sort this part out, I might make some progress with the install completion.

Any help would be greatly appreciated.

Thanks
cammot

cammot 09-12-2009 10:54 AM

I have no replies to my request for help from last night. If anyone can please offer any assistance, would be most grateful. Also, an additional point - I do not see a global.php file in the directory referenced in my previous message and wondering if that might be the issue !. There was no global.php files in the installation files and wondering why and how it might be referencing this file !. I have also not done anything yet on the vB CP.

Please help.

Thanks
cammot

kontagio.us 09-12-2009 03:14 PM

Hey I got this working on my site. You can see a demo here: http://kontagio.us

It messed up the flash uploader in media but the browser upload still works. Thanks for this great bridge. :)

saf-t scissors 09-17-2009 06:32 PM

Quote:

Originally Posted by cs_angel (Post 1871658)
I also have a Problem with the bridge since yesterday.

First it Works finde. I didn't have a problem since yesterday. I did nothig before, I only want to edit a article. But when I want to edit, wordpress show me a white page. Only Quick Edit works. When I turn the plugin off, then I can edit normal.

All other section (like links, to create a article) works fine. Only the edit function und the options-permalink.php doesn't work. Has anyone an idea how I can fix this?

greetz cs_angel

Does anyone have a fix for this? Best suggestion I've seen is to use the old plugin. Haven't tried that yet myself, but it does say it's not to be used with current software versions.

Edit: Nevermind. I banged on the monitor and wiggled the cables and now it works. Not sure what I did to 'fix' it.

Blackhat 09-17-2009 06:58 PM

Is this bridge working for the latest vb and wpmu ?

Thanks

Kelmor 09-18-2009 05:56 PM

I am having trouble getting the comments working in vB.

I have copied all the code to the proper place. Comments no longer show up on wordpress but they do not show up in vb either.

advise?

amjadz4 09-18-2009 07:28 PM

Quote:

Originally Posted by Kelmor (Post 1887126)
I am having trouble getting the comments working in vB.

I have copied all the code to the proper place. Comments no longer show up on wordpress but they do not show up in vb either.

advise?

Can you post your comments.php file here so we can check it out?


If anyone needs to get this mod installed professionally you may contact me.

amjadz4 09-18-2009 07:29 PM

Quote:

Originally Posted by Blackhat (Post 1886575)
Is this bridge working for the latest vb and wpmu ?

Thanks

No this does not support WPMU

Kelmor 09-18-2009 07:38 PM

1 Attachment(s)
Sure, here it is.


All times are GMT. The time now is 12:26 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.02646 seconds
  • Memory Usage 1,857KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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