vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=134521)

KevNJ 05-11-2008 11:30 PM

How can you get the images to show up in a vbulletin thread? I have the permissions set to allow html ( or so I think I have them checked off in all the sections that need it turned on ). But the images still wont show in vbulletin, but they do in wordpress. Any help?

skariko 05-12-2008 11:57 AM

I found a little bug.
If someone register to the website and do not confirm his email.. he can write comment on Wordpress but on VBulletin he results in "user awaiting confirmation".. :)

How can i deny users that are in "user awaiting confirmation" make comment on Wordpress?

Jafo232 05-12-2008 12:03 PM

Don't map the user group "user awaiting confirmation".

skariko 05-12-2008 12:19 PM

Quote:

Originally Posted by Jafo232 (Post 1517144)
Don't map the user group "user awaiting confirmation".

It's what i've setting.. i give you some screenshot.

As you can see "Users Awaiting Email Confirmation" are "Do not Map".. on VBulletin Admin you can see that "Skaprova7" (an user that i try to register) is on "Users Awaiting Email Confirmation" but on Wordpress it write me "Logged in as skaprova7" and i can give comment.

Thanks :)

Jafo232 05-12-2008 06:17 PM

In wordpress admincp, what does it show the users role as?

skariko 05-12-2008 06:44 PM

Quote:

Originally Posted by Jafo232 (Post 1517505)
In wordpress admincp, what does it show the users role as?

Hi Jafo,
WP register the user like this o_O

powerful_rogue 05-15-2008 04:08 PM

Probably a silly question, but I just want to make sure!

Ive currently got vb installed and running and now want to add wordpress.

my vb installation is inside the top folder, ie:

/htdocs/*vbulletin files*

Where will be the best place to put wordpress, do I just mix the files with the vbulletin ones of create a subfolder within htdocs?

I hope that makes sense!

Jafo232 05-15-2008 04:13 PM

You can put it into a separate folder if you want, i.e. blog, but you cannot have it in the same directory, otherwise the index.php file will overwrite vbulletins index.php..

Clayton 05-15-2008 04:14 PM

you can create a new folder outside of the forums folder

so u can have domain.com/blog (or what folder name u choose)

remember the database must be placed within the vbulletin dbase

:up:

powerful_rogue 05-15-2008 04:16 PM

Thanks for your help :)

Just to confirm, I need to use exactly the same database that im using for VB for wordpress?
So if im using DB12345 for vbulletin, I need to use DB12345 for wordpress?

Clayton 05-15-2008 04:24 PM

correct .. wordpress creates its own tables that starts with wp

:up:




sorry jafo, if posting at same time as you, trying to be helpful

Jafo232 05-15-2008 04:31 PM

Quote:

Originally Posted by Clayton (Post 1520681)

remember the database must be placed within the vbulletin dbase

:up:

That is not a requirement anymore..

Clayton 05-15-2008 04:41 PM

ooops

lol .. best I not try to be helpful

:up::p

powerful_rogue 05-15-2008 05:13 PM

Quote:

Originally Posted by Clayton (Post 1520720)
ooops

lol .. best I not try to be helpful

:up::p

Thanks anyway to you both,

very much appreciated :)

archibald 05-17-2008 12:50 PM

One more question

I have a live wordpress installation and a vbulletin installation that is not really live yet

What shall I do to combine those two?

It wouldn't be a problem to switch off the wordpress for an hour. Is it the easiest to protect the wordpress with htaccess and install the addon or can i simply do it on a live installation

Jafo232 05-17-2008 11:38 PM

You should be able to do it on a live install with no problem.

reteep 05-20-2008 03:08 PM

Great Plugin! I just got 2 questions:

1) About the user mapping, I got several users who exist in WP and vB with the same account name. So best practise would be, to rename those Users in WP and THEN activate the plugin?

2) About the comment URLs:
Code:

<a href=<?php echo get_option('vbb_VBURL') ?>/showthread.php?t=<?php echo $vbridge[id] ?>>(<?php echo intval($vbridge[count]) ?>) comments</a> | <a href=<?php echo get_option('vbb_VBURL') ?>/newreply.php?do=newreply&noquote=1&t=<?php echo $vbridge[id] ?>>Add your comments</a>
I guess there's no possibility to show the vBSEO URL instead of the "old" showthread.php URL right?

Thanks a lot!

Bradley_Wint 05-23-2008 03:56 AM

The biggest question I have is:

Do I need to start afresh with no one registered other than the admin or can I have ppl registered on Wordpress and then do integration later on?

pspcrazy 05-24-2008 10:35 PM

Jafo after the upgrade I still don't have the scrolling box. any Ideas? thanks.

Also I was wondering can I set it up so it uses 2 databases? Like 1 wp db, and 1 forum db? If so how do i do it? Thanks

reteep 05-25-2008 06:39 AM

Quote:

Originally Posted by pspcrazy (Post 1530471)
Also I was wondering can I set it up so it uses 2 databases? Like 1 wp db, and 1 forum db? If so how do i do it? Thanks

As far as I know it doesn't require vB and WP to be in one database anymore.. did you check all configs?

pspcrazy 05-27-2008 09:00 PM

Yea and I don't see where I put the VB database inside the query. That's why I'm confused.

Jafo232 05-28-2008 03:27 PM

Not sure why you are not getting the scrolling box. Make sure you are using version 3.05..

To use the Vbulletin database, set your queries with the Vbulletin object, example:

Code:

$vbulletin->query("SOME QUERY HERE");
To use the wordpress database, use the $wpdb object:

Code:

$wpdb =& $GLOBALS['wpdb'];

$result = $wpdb->get_results("SOME OTHER QUERY");


kj_ugs 05-28-2008 08:41 PM

Installed and seems to be working great. The only thing that didn't seem to work was the mapping of users. All my users that I had mapped to groups seemed to just default to 'subscriber' for some reason. No biggie 'cos I can manually change their user group in wordpress, just thought you'd like to know incase it's a new bug.

Thanks again! Oh, and Install has been firmly clicked!

irina. 05-31-2008 02:26 AM

I have a little problem, I mapped the users and everything, but they didn't changed to editor or author in wordpress so they could write, just for a group.. so I tried to change the roles manually but at first they are ok, but then, when they enter to the dashboard to write something, it changes to subscriber and can't write anything!!
It's the only problem.. Please, help!

Carlos X 06-01-2008 04:37 PM

I am running 3.7.1 on my server, and I have tried to install this hack.

I have tried several times changing info, and nothing happened, even when I thought it was a smart move to click auto integrate. It worked, and I have asked the bridge to map my users, one try, two tries later, it gives me these dropdown options on mapping usergroups.

But the users weren't showing up in the wordpress database. Then I try checking yes on two other options, and boom, this is what I get after clicking VBbridge settings, plugin link, and just about other places on the cpanel of Wordpress.

No such file or directory (errno 2) in [public_html root of blog] on line 454
cannot load [public_html root of forum posted twice]. You should check your path!

I'm sleepy, I'm going to delete the blog directory, and try to re-install wordpress and this integration.

Jafo232 06-02-2008 02:23 AM

Perhaps you should read the first post in the thread where it relates to paths.

doobiefillin 06-02-2008 06:18 PM

i have looked over this thread briefly however i was unable to locate the way i can list my recent threads in my wordpress sidebar. if someone could show me how that would be great. thanks

Bradley_Wint 06-04-2008 02:43 AM

Ok So I got it to work, and I am really glad but the only problem I have is with logging in and out.

Problem #1
When users log out from the forum, they still are logged in at the Wordpress site

Problem #2
When they log out from the WP section, they log out successfully but they are redirected to this url

www.whatever.com/wp-login.php?action=logout...so basically they are locked in a never ending loop.

Problem #3
How do I add a register link and have it shown for people who are not logged in?

Thanks

digibluez 06-04-2008 06:51 AM

but how about a plugin for vbulletin iteslf to bridge user registrations between vb and wp not wp-vbulletin ?

MasterShake 06-04-2008 11:42 PM

I am getting this :(

Fatal error: Call to a member function on a non-object in /nfs/c01/h04/mnt/43707/domains/empiresupportersclub.com/html/wp-content/plugins/vbbridge.php on line 318

dionsis 06-05-2008 11:02 AM

Digibluez im pretty sure existing vbulletin members would be tough to port to wordpress considering as far as i know WP uses MD5 encoding for passwords and Vbulletin uses Md5(Md5(password).salt) which makes it tough to import users from A to B (at least in my head anyway)

Ive tried this plugin, and after following the readme to the letter, configuring and posting a blog which did actually post on the vbulletin. The Users did not map when i clicked map.
They were not mapping when they visited wordpress either. i was ending up logged in as admin on wordpress and as dionsis on vbulletin and no accounts were being created
(obviously i'd prefer to have all accounts ported over to start)

Any idea's on what could be causing it, No PHP errors, Nothing hidden in the source that im just not seeing on screen. Error log seems clear of anything

Bradley_Wint 06-05-2008 01:43 PM

I think the only successful way this could work is if you start it on a fresh board. Trying to merge a current system might be a bit of a challenge.

gigaenvy 06-05-2008 07:20 PM

Hi,

I read through the majority of posts, but the answer to my question did not stand out clearly. I will ask here.

In order to prevent users from creating postings in WP that go into the wrong forum, can each category (page) in WP have a default forum ID, thus preventing threads from going into the wrong forum?

dionsis 06-06-2008 10:41 AM

Not that i can see in the setting of this mod you just set 1 forum id

dionsis 06-06-2008 11:43 AM

Actually is there any way to modify this bridge so that logins and forcing users and mapping users wasnt neccessary

And that all the plugin did was post new articles to a vbulletin forum.

This would let me post articles on wordpress, disable wordpress registrations and commenting and let people talk about the posts in the forum.

So no mapping of users or logins. Just posting to a specified forum?

gigaenvy 06-07-2008 11:03 PM

Quote:

Originally Posted by digibluez (Post 1540365)
but how about a plugin for vbulletin iteslf to bridge user registrations between vb and wp not wp-vbulletin ?

Yes. That would be good. I would prefer postings in VB that map to WP categories rather than the way it is now where people are morons and cannot select the right forum to post. Too much administration as it stands now.

Carlos X 06-08-2008 01:08 AM

Quote:

Originally Posted by digibluez (Post 1540365)
but how about a plugin for vbulletin iteslf to bridge user registrations between vb and wp not wp-vbulletin ?

I support this idea 100%.
Quote:

Originally Posted by dionsis (Post 1541428)
Ive tried this plugin, and after following the readme to the letter, configuring and posting a blog which did actually post on the vbulletin. The Users did not map when i clicked map.

This is exactly one of those errors I had. I only had a few members in my vb database, and I can't tell ya how absurd this is.
Quote:

Originally Posted by Jafo232 (Post 1538319)
Perhaps you should read the first post in the thread where it relates to paths.

I'm not alone, check all the recent posts.

Jafo232 06-08-2008 07:26 PM

Quote:

Originally Posted by Carlos X (Post 1543642)

This is exactly one of those errors I had. I only had a few members in my vb database, and I can't tell ya how absurd this is.

Users do not map when you click map, it is absurd to think they would. They map when they are logged into vbulletin and then go to the wordpress page. I guess it is absurd for people to understand that when I wrote this in the first thread:

Quote:

For example, user "Joe" registers at your forum and logs in. Joe then clicks on your Wordpress page. Joe is instantly added to the Wordpress user base with the permissions you set for his usergroup.

mk484 06-09-2008 10:39 PM

Will this work for 3.7?

Jafo232 06-10-2008 11:35 AM

Quote:

Originally Posted by mk484 (Post 1545435)
Will this work for 3.7?

Yes, It is release for 3.7 (same version):

https://vborg.vbsupport.ru/showthread.php?t=177625


All times are GMT. The time now is 05: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.02434 seconds
  • Memory Usage 1,831KB
  • 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
  • (12)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
  • (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