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)

awgrfx_nick 10-22-2009 09:09 PM

So here is the next issue I'm having. I'm sure it's a relative path problem but for some reason I just can't figure it out

cannot include /mnt/target03/357127/357132/www.domain.com/web/content/home/wp-admin/global.php. You should check your path! Turning Plugin Off

Obviously it's looking for the vb global.php file in the wrong place, but I entered the same path in this time as I did the last time when I was able to 'see' the forums in the add post page.

I fixed the above issue, but again when I try to post I am taken to a blank page.

awgrfx_nick 10-22-2009 09:44 PM

It turns out that it was a memory issue. For all of those that are having issues with white pages and think you have set it up right, please check your php error logs!

ghealy44 10-22-2009 10:03 PM

OK i was finally able to get it working. I had to switch servers to get it working.

my question now is how to get my wordpress header to show up on top of my vbulletin header.

Basically I am trying to make the forums a page in my wordpress template, or at least have it look like it is.

ericdesmontagne 10-23-2009 07:53 AM

Quote:

Originally Posted by ericdesmontagne (Post 1903591)
Hi there... This mod is fine for those who have already a big blog/cms with wordpress... and do not want to copy everything in the integrated CMS of vBulletin ^^

By the way, i have a big problem with the mod... it was fully ok during many days, and suddenly id do not work anymore... It is impossible to log in with the name used in the vb forum ?!?
The rest is OK, for example if i post an article with admin user, it is well shown in the appropriate topic...

Subsidiary questions :
About the accent... In french many accent are not well displayed in the vb forum... when this mod is activated... Do you have any idea ?

Thank you for your help on this mod :)

Hello, after i remove the plugging, use reset, and reinstall it, i have the same problem...
When i post a message in word press with admin user, it is shown in the vb forum... so it is OK...
But i cannot login wordpress with any vbulletin user account even if plugin is turned on, and enable ?!?
Is there a way to completely remove the mod, and to reinstall is properly ?
Wordpress : http://www.baldursgateworld.fr/dao/
vBulletin : http://www.baldursgateworld.fr/lacouronne/

Thank you for you help :)

SABRSox 10-23-2009 10:55 PM

BTW, people looking for the fix for the wrong authors problem, the fixes outlined in this post fixed everything for me:

https://vborg.vbsupport.ru/showpost....&postcount=180

ghealy44 10-24-2009 12:46 AM

can someone tell me how to add my WP header to my V Bulletin header?

RileyFreeman 10-25-2009 12:37 AM

I hope no one kills me for asking this but theres 60 pages here. I simply have one question. The creator of this says it likely wont work if your site is forums.sitename.com

Has anyone tried it and had it work successfully?

amjadz4 10-26-2009 09:46 AM

Quote:

Originally Posted by ghealy44 (Post 1903975)
OK i was finally able to get it working. I had to switch servers to get it working.

my question now is how to get my wordpress header to show up on top of my vbulletin header.

Basically I am trying to make the forums a page in my wordpress template, or at least have it look like it is.

Its all CSS and templates. Just copy the header code from wordpress and paste it into vbulletin. How hard can that be? But its not simple as it sounds, you need to do a lot of tweaking. However be aware not all templates can be integerated this way. There will be CSS conflicts. I provide this service however for a fee. But you can try yourself. If you dont have luck, feel free to PM/MSN me.

Quote:

Originally Posted by ericdesmontagne (Post 1904187)
Hello, after i remove the plugging, use reset, and reinstall it, i have the same problem...
When i post a message in word press with admin user, it is shown in the vb forum... so it is OK...
But i cannot login wordpress with any vbulletin user account even if plugin is turned on, and enable ?!?
Is there a way to completely remove the mod, and to reinstall is properly ?
Wordpress : http://www.baldursgateworld.fr/dao/
vBulletin : http://www.baldursgateworld.fr/lacouronne/

Thank you for you help :)

Yes there is. Delete all files first then go to phpmyadmin and search for tables starting with vbb_ in the WP database. delete them all. Then re install it! I just posted this few posts up...

amjadz4 10-26-2009 09:51 AM

Quote:

Originally Posted by RileyFreeman (Post 1905756)
I hope no one kills me for asking this but theres 60 pages here. I simply have one question. The creator of this says it likely wont work if your site is forums.sitename.com

Has anyone tried it and had it work successfully?

Isn't the subdomain pointing a folder relative to the root?

for example: forum.domain.com => domain.com/forum/

just try pointing it as though it was not on subdomain.

Or use subdomain redirects.

ghealy44 10-26-2009 12:44 PM

Quote:

Originally Posted by amjadz4 (Post 1906347)
Its all CSS and templates. Just copy the header code from wordpress and paste it into vbulletin. How hard can that be? But its not simple as it sounds, you need to do a lot of tweaking. However be aware not all templates can be integerated this way. There will be CSS conflicts. I provide this service however for a fee. But you can try yourself. If you dont have luck, feel free to PM/MSN me.



Yes there is. Delete all files first then go to phpmyadmin and search for tables starting with vbb_ in the WP database. delete them all. Then re install it! I just posted this few posts up...

OK, i will try it tonight!. By copy the code you mean from within the actual header.php right? I have been trying to just include it.

thanks for the reply man!

amjadz4 10-26-2009 04:05 PM

Quote:

Originally Posted by ghealy44 (Post 1906394)
OK, i will try it tonight!. By copy the code you mean from within the actual header.php right? I have been trying to just include it.

thanks for the reply man!

No, that will not work unless you have both blog and forum in the same folder and a call to include wp-blog-header. Its pretty complicated that way. So if you want a simple solution, just open a page in the blog and view its source in html then copy the required code, both from header and footer if necessary.

happy to help! :)

ghealy44 10-26-2009 05:58 PM

Quote:

Originally Posted by amjadz4 (Post 1906468)
No, that will not work unless you have both blog and forum in the same folder and a call to include wp-blog-header. Its pretty complicated that way. So if you want a simple solution, just open a page in the blog and view its source in html then copy the required code, both from header and footer if necessary.

happy to help! :)

ok, i will check it out with firebug man. thanks for the help!

rob01 10-27-2009 01:52 AM

someone knows why users don't get ported or shared between vb and wp?

amjadz4 10-27-2009 06:40 AM

Quote:

Originally Posted by rob01 (Post 1906727)
someone knows why users don't get ported or shared between vb and wp?

They do get ported and shared. Users from vb are ported into WP. So once a user is logged in vb...they have access to all features in WP. (like comments etc)

:)

jmpa 10-27-2009 07:30 PM

Please, please, please consider using XMLRPC?

Making it work on each member own blog would make it really much more useful!

PlayersBay 10-29-2009 01:41 PM

The plugin is installed on my site, but when we try to get the current logged in user in wordpress the user_level variable is empty?

This is the code, just for reference:
global $current_user;
get_currentuserinfo();

Who can help out?

amjadz4 10-29-2009 09:07 PM

Quote:

Originally Posted by PlayersBay (Post 1907792)
The plugin is installed on my site, but when we try to get the current logged in user in wordpress the user_level variable is empty?

This is the code, just for reference:
global $current_user;
get_currentuserinfo();

Who can help out?

Use this in your WP template:

PHP Code:

<?php global $user_ID$user_identity$user_level ?>
<?php 
echo $user_identity ?>

it should work! tested by me. :)

PlayersBay 10-31-2009 12:34 PM

Quote:

Originally Posted by amjadz4 (Post 1908034)
Use this in your WP template:

PHP Code:

<?php global $user_ID$user_identity$user_level ?>
<?php 
echo $user_identity ?>

it should work! tested by me. :)

Did not solve the issue :(

MadsK 10-31-2009 01:34 PM

Will this mod be updated to work with vBulletin 4.0?

amjadz4 10-31-2009 02:05 PM

Quote:

Originally Posted by PlayersBay (Post 1908668)
Did not solve the issue :(

That means something is wrong with the integration. I tested it several times. Once logged in the user will display on the wordpress site with this code. Try putting it on the index page.

Or try this perhaps:

PHP Code:

 <div id="top">
                <div class="logo"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></div>

                <?php global $user_ID$user_identity$user_level ?>
                <?php if ( $user_ID ) : ?>
                <!-- If users logged in, display the navigation: -->
                <!-- logout -->
                <ul class="login">
                    <li class="left">&nbsp;</li>
                    <li>Hello <a href="<?php bloginfo('url'?>/wp-admin/profile.php"><?php echo $user_identity ?></a></li>
                    <li>|</li>
                    <li><a href="<?php bloginfo('url'?>/wp-admin/">Dashboard</a></li>
                    <li>|</li>
                    <li><a href="<?php bloginfo('url'?>/wp-login.php?action=logout&amp;redirect_to=<?php echo urlencode($_SERVER['REQUEST_URI']) ?>">Log Out</a></li>
                </ul> <!-- / logout -->

                <?php elseif (get_option('users_can_register')) : ?>
                <!-- ... else, display navigation below: -->
                <!-- login -->
                <ul class="login">
                    <li class="left">&nbsp;</li>
                    <li>Hello Guest!</li>
                    <li>|</li>
                    <li><a id="open" href="#">Log In</a></li>
                </ul> <!-- / login -->

                <?php endif ?>

            </div> <!-- / top -->


For those wondering what this code is... It is to display The login info of the user logged in on your wordpress template.

820Media 10-31-2009 03:32 PM

Does this work with subdomains?

for example my homepage (wordpress) is:

example.com

Forums:

forums.example.com

Thanks

kursed 11-05-2009 02:13 AM

I just wanted to know if it's possible to upgrade and make it work with the latest versions of vBulletin 3.8.4 PL1 and WordPress 2.8.5?

amjadz4 11-05-2009 09:03 AM

Quote:

Originally Posted by kursed (Post 1910389)
I just wanted to know if it's possible to upgrade and make it work with the latest versions of vBulletin 3.8.4 PL1 and WordPress 2.8.5?

Yes it works with the latest versions. Go ahead and Make sure you disable the plugin and upgrade. Once done, just enable it!

:)

slinky 11-05-2009 11:59 AM

I was able to get wordpress MU to sync the users. I'm finishing developing the user login bridge for Wordpress and vB 3.x as we probably aren't interested in moving to 4. VB 3 works with everything we have and it has tons of great plugins so we'll be keeping it for a long while... and wordpress is great.

amjadz4 11-05-2009 12:03 PM

Quote:

Originally Posted by slinky (Post 1910535)
I was able to get wordpress MU to sync the users. I'm finishing developing the user login bridge for Wordpress and vB 3.x as we probably aren't interested in moving to 4. VB 3 works with everything we have and it has tons of great plugins so we'll be keeping it for a long while... and wordpress is great.

Nice! Think you share us and the rest of the world with how you have done the sync with WPMU userbase!

pengrus 11-07-2009 02:43 PM

We would like to hire someone to help us fix this wordpress integration with vb. We are having author name/link problem, all author shows as ADMIN. I have followed the instruction below with no success:
https://vborg.vbsupport.ru/showpost....&postcount=180

If you are very experienced with this module and vb in general, please contact us at support@photozo.com . Besides this fix, we may hire you to enhance some functions based upon this module.

Thank you!

MadsK 11-07-2009 09:13 PM

I need some help.

I'm using wordpress own commenting system, but i only want registered people (with the bridge) to be able to write comments.

Also i will need to display their username, avatar and ofcourse their comment to all users.

How can i do this?

selectah 11-10-2009 12:00 AM

Hi there, I did a search but couldn't find what I was looking for, so sorry if this is a repeat question.

I just upgraded the bridge plugin and it's running on the latest 3.8.4 vbulletin. When I post a thread in Wordpress and choose to post it into a forum, i click 'Publish' but all I get is a blank white post.php page. It seems as though the post is being added to Wordpress fine but doesn't make it to vBulletin.

Hope someone can shed some light on that.

Thanks.
KJ

amjadz4 11-10-2009 05:25 AM

Quote:

Originally Posted by MadsK (Post 1911422)
I need some help.

I'm using wordpress own commenting system, but i only want registered people (with the bridge) to be able to write comments.

Also i will need to display their username, avatar and ofcourse their comment to all users.

How can i do this?

This is already done by default if the plugin is installed successfully.

Quote:

Originally Posted by selectah (Post 1912188)
Hi there, I did a search but couldn't find what I was looking for, so sorry if this is a repeat question.

I just upgraded the bridge plugin and it's running on the latest 3.8.4 vbulletin. When I post a thread in Wordpress and choose to post it into a forum, i click 'Publish' but all I get is a blank white post.php page. It seems as though the post is being added to Wordpress fine but doesn't make it to vBulletin.

Hope someone can shed some light on that.

Thanks.
KJ

You will to reinstall the plugin step by step again. First remove it completely. even from the DB

abstroose 11-15-2009 08:18 AM

Just want to say, thanks for this great plugin! It works beautifully with integrated themes:

http://www.abstroose.com

:)

MadsK 11-15-2009 09:57 AM

Quote:

Originally Posted by amjadz4 (Post 1912273)
This is already done by default if the plugin is installed successfully.

Thanks. It works. But avatars do not though. I already have the avatar of the user shown in the log in box, if logged in. How could i go about and put this avatar into the comments? It seems i cannot edit the wp_list_comments thing.

Your help is appreciated.

amjadz4 11-15-2009 10:46 AM

Quote:

Originally Posted by MadsK (Post 1914522)
Thanks. It works. But avatars do not though. I already have the avatar of the user shown in the log in box, if logged in. How could i go about and put this avatar into the comments? It seems i cannot edit the wp_list_comments thing.

Your help is appreciated.

If you see in the read me file, the file edits which you have to do. In it find this code:

PHP Code:

<img src="<?php echo get_option('vbb_VBURL'?>/image.php?u=<?php echo $reply['userid'?>&amp;dateline=<?php echo TIMENOW ?>" alt="<?php echo $reply['username'?>'s Avatar" class="avatar avatar-32 photo avatar-default" width="32" height="32">

This is what does the avatars. It should work if the paths are correct.

MadsK 11-16-2009 07:05 AM

Quote:

Originally Posted by amjadz4 (Post 1914535)
If you see in the read me file, the file edits which you have to do. In it find this code:

PHP Code:

<img src="<?php echo get_option('vbb_VBURL'?>/image.php?u=<?php echo $reply['userid'?>&amp;dateline=<?php echo TIMENOW ?>" alt="<?php echo $reply['username'?>'s Avatar" class="avatar avatar-32 photo avatar-default" width="32" height="32">

This is what does the avatars. It should work if the paths are correct.

Thanks,

But to be able to link to the avatar i would have to have vbb_VBURL defined right? And what about the $reply - does it need some prework before it works? I've tried inserting the code directly into my functions.php as this is how i define my comments.php, but it just shows an image of vbulletin logo and thats it.


EDIT: Actually it seems everything is working except the usersid is not fetched. When i view the image, i get the correct url:

Code:

/forum/image.php?u=&dateline=1258362456
but as you can see it is missing the u=?????.

So how do i get it to fetch that correctly?

2nd EDIT:

I think i actually got it. I played around a bit and came up with the following (If anyone else should want to use it):

Code:

img src="<?php echo get_option('vbb_VBURL') ?>/image.php?u=<?php $user = get_userdata($comment->user_id);
echo $user->ID; ?>&amp;dateline=<?php echo TIMENOW ?>" alt="Avatar" class="avatar avatar-32 photo avatar-default" width="80" height="80">


kambiz 11-16-2009 01:37 PM

Is there any update or new release for upcoming VB4 ?!

MadsK 11-17-2009 09:30 AM

Quote:

Originally Posted by kambiz (Post 1915258)
Is there any update or new release for upcoming VB4 ?!

I've just set up a testing environment with the latest wordpress version and VB4, and it works perfectly :D. So I'm guessing not much needs to be done for it to be officially released for VB4, when it comes out.

Goomzee 11-17-2009 09:39 AM

anyone knows how to make this blog bridge

below is my blog
http://www.mknexusonline.com/blog
and below is my forum url
http://www.mknexusonline.com/forum

Pirat3 11-18-2009 01:55 PM

Does anyone know how to make it so if posts on WP are made my diffrent person, it doesnt show up as admin/user1? Or what do I edit to change user=1 to user=xxxx?

AntonyF 11-18-2009 01:58 PM

Hi everyone. I have a question. I have vbulletins and wordpress on different URLs. Same server. I see the requirements are they be on the same domain.

Will it just not work at all on different domains -- or is it just they have to login on both (if it's the latter, I can live with that).

Thanks

rjnsmith 11-20-2009 11:37 PM

Hi,

I have a problem whereby the author of a post in Wordpress is displaying incorrectly, for example:

A user with a VB id 12 writes a post in Wordpress,
his WP user id is 52

However it is displaying the author of the post as VB id 52, when it should be VB id 12, but it is using his Wordpress ID for some reason?

Any ideas?

Louis Phong 11-21-2009 03:05 AM

My site: http://blog.domain.com
My forum: http://forum.domain.com
How can i install with the above informations???
Please help me


All times are GMT. The time now is 05: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.02099 seconds
  • Memory Usage 1,874KB
  • 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_code_printable
  • (5)bbcode_php_printable
  • (19)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