Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Joomla Connector/Bridge Details »»
Joomla Connector/Bridge
Version: 1.0.0, by leonsio leonsio is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 11-27-2005 Last Update: 03-05-2006 Installs: 63
DB Changes Uses Plugins
Code Changes Additional Files  
No support by the author.

Release Thread on joomla forums: http://forum.joomla.org/index.php/topic,21066.0.html

com_connector
v. 1.0.0
all connectors are moved to separate packages
fixed some bugs with PHP4
support for joomla 1.0.8
better login/synchronisation handling
v. 0.0.8.1 ( bugfix release, no new functions )
bug in the connector administration
v. 0.0.8
updated to joomla 1.0.7
added wrapped mode
v. 0.0.7
updated to joomla 1.0.5
fixed some messages with "warning"
v. 0.0.6
compatibility with new version of VB_SOAP
some bugs by login fixed
v. 0.0.5
cookie store bug in vbulletin module fixed
compatibility with JMSOAP addon, added
v. 0.0.4
added functions to update and delete users
splited modules to own packages
v. 0.0.3
each module has own logout function
fixed bugs in vbulletin_sql module
fixed bug in the connector.php file
v. 0.0.2
vbulletin_Sql module included
select menu in the admintool for the modules
v. 0.0.1
init release, vbulletin module included


Additional Modules

All modules are now in separate packages
to add module just download the module file
and unzip it in the /components/com_connector/modules folder
if not exists, create one

Online Demo running with vbulletin module (SOAP)

http://www.c4u.to

HOWTOs:

switching from vbridge to com_connector
creating own modules
patching joomla.php file himself


Component Information and description
This Component is only for the connection from joomla -> application
at the moment are following things supported:
common login
global changing password
global changing username/email
synchronistion of the users ( by first login or registration )

That does i need to run this component?

for this component alone you needs only joomla 1.0.x
it should run with PHP4 und PHP5(tested)

some modules like vbulletin_soap can have own requirements (needs php5 + SOAP extension )


That does this component do?

this component allow you to connect different applications to joomla over SOAP/XMLRPC, SQL Connects ( other methods are posible too )
You should use this component if you wants to have common login with an aplications ( which based on cookie login (session to, because it use cookie to store a sessionid ))
it is posible to create own moduless to connect any applications

How to install
1.
download and extract the files_to_replace.zip" file
move all files from "upload" folder in your joomla root folder

2.
login into joomla administration and install the "com_connector.zip"
using joomla component installer

How to use
go to "Administration/Components/Connector"
click to "New"


Title: title/name of the module
Module: Choose a Module like "vbulletin"
URL: is a link to the application ( not to the module !! )
Add User to Joomla: if the user not exists in joomla he will be added
Add User to App.: if the user dont exists in the connected application it will be added
Display Mode: Wrapped = in iframe, Not Wrapped = redirect to application


Click on Save
you will be redirected to module settings
this settings can be different in every module


after you have added a data, you can create a menu link

go to Menu config, create on New and select "Connector Item"
in next dialog select you application and click to save

done

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 10-30-2006, 09:48 AM
herinternet herinternet is offline
 
Join Date: Oct 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.herinternet.com" target="_blank">http://www.herinternet.com</a>

I installed this bridge but now my site is down AND when I click on "new" i get this error:
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/herinter/public_html/includes/joomla.php on line 1980

Then I added the vbulletin and when i clicked on "Save" I got this:

Warning: editmodule(../components/com_connector/modules/.class.php) [function.editmodule]: failed to open stream: No such file or directory in /home/herinter/public_html/administrator/components/com_connector/admin.connector.php on line 231

Fatal error: editmodule() [function.require]: Failed opening required '../components/com_connector/modules/.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/herinter/public_html/administrator/components/com_connector/admin.connector.php on line 231

Can someone please tell me how to get vbulletin to integrate with joomla/community builder?
Reply With Quote
  #93  
Old 10-30-2006, 10:12 AM
leonsio leonsio is offline
 
Join Date: Jun 2002
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this brindge works only with joomla 1.0.8
for new version of joomla 1.0.x the joomla.php must be patched
Reply With Quote
  #94  
Old 10-30-2006, 10:14 AM
herinternet herinternet is offline
 
Join Date: Oct 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great, can you help me fix my site?

This mod screwed up my entire site. I am running joomla at herinternet.com. I tried to install the bridge for vbulletin (located here: https://vborg.vbsupport.ru/showthread.php?t=101761) and now my site is screwed up. I uninstalled it but part of the bridge was replacing the /includes/joomla.php file and I'm wondering if that's what is messing everything up. Is there a way to get the original and replace it to see if it solves my problems?

Examples of errors: when trying to load the page, it loads the main menu and then an error:
Fatal error: Call to undefined function: josspoofvalue() in /home/herinter/public_html/modules/mod_poll.php on line 94

When I'm logged into the backend of the site, I click on the polls component and I get this error:
Fatal error: Call to undefined function: josgetarrayints() in /home/herinter/public_html/administrator/components/com_poll/admin.poll.php on line 27

When I click on "weblinks" I get this error:
Fatal error: Call to undefined function: josgetarrayints() in /home/herinter/public_html/administrator/components/com_weblinks/admin.weblinks.php on line 27

and the list goes on. Please someone help me and tell me this is an easy fix.

Thanks
Kathleen
Reply With Quote
  #95  
Old 10-30-2006, 08:16 PM
herinternet herinternet is offline
 
Join Date: Oct 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I fixed it. If someone would be willing to install this bridge for me without messing up my site, I'd be happy to pay. Please contact me if you can do this for me.
Reply With Quote
  #96  
Old 12-18-2006, 07:04 PM
imported_infitech's Avatar
imported_infitech imported_infitech is offline
 
Join Date: Apr 2004
Location: Queens, NY
Posts: 247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xtrato View Post
The vBridge from joomla.com is a widely used and excepted bridge to connect vBulletin to Joomla CMS. This is a interesting hack but in my mind your abit late to get this widely used. For people that are on the "wall" about this hack and vBridge, there are a few things to keep in mind. vBridge has been in dev. alot longer then this and its easy to install and uninstall. The one downside to vBridge is the joomla versions and the hack, you have to install the correct version of joomla to work with the hack. I like this hack, but i feel like i can get better support from vBridge and Predator(creator).

vBridge board :
http://forum.joomla.org/index.php?board=174.0

I just think i should give some opinion on this because i have 3 sites running vBridge and 5 test sites and its a great hack. I have tested this com mod and its good.

I dont mean to down your Mod in anyway leonsio i just am a person that asks alot of questions and i know things like this help. Keep it up maybe in future versions i can try to adapt it more for public tryouts.

* Clicks Subscribes
Im looking for a bridge that will work with VBulletin 3.6.4 and Joomla 1.0.11
Reply With Quote
  #97  
Old 01-29-2007, 08:11 AM
Mitendrius Mitendrius is offline
 
Join Date: Jun 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I cant install the com_connector it alwasy says

Warning: file_get_contents() [function.file-get-contents]: SAFE MODE Restriction in effect. The script whose uid is 10002 is not allowed to access /var/www/vhosts/bla/com_connector/connector.xml owned by uid 0 in /var/www/vhosts/bla/includes/domit/xml_domit_lite_parser.php on line 1079

Warning: file_get_contents(/var/www/vhosts/bla/com_connector/connector.xml) [function.file-get-contents]: failed to open stream: Success in /var/www/vhosts/funworlds.de/httpdocs/includes/domit/xml_domit_lite_parser.php on line 1079
Reply With Quote
  #98  
Old 01-30-2007, 05:01 PM
s25 s25 is offline
 
Join Date: Dec 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok a shot in the dark but are you running php in safe mode?
Reply With Quote
  #99  
Old 02-01-2007, 11:52 AM
dholt's Avatar
dholt dholt is offline
 
Join Date: Aug 2006
Location: Somewere in Delaware
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok noob time


There are 5 Downloads there not sure what one to use.

If you had some time to answer, let me start off by Explaining.


I have 2 sites. site 1 and site 2 .

Site 1 I'm using vBadvanced CMPS

Site 2 I'm Using Joomla CMPS but it is just a HTML page till I set it up


Site 1 I have set up and running well using vBadvanced CMPS with the Forum software

Question 1
Site 2 I want to use the Joomla Connector/Bridge to Connect to the same Forum as site 1 is using ? {Can this be done and what download do I use} 2 sites one Forum
Reply With Quote
  #100  
Old 02-01-2007, 09:43 PM
Dankness Dankness is offline
 
Join Date: Nov 2006
Location: Myrtle Beach,SC
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i dont think the joomla connector bridge works with vbulletin 3.6 this is a outdated project that has been forgotten about i belive. I am currently working on a new bridge solution that will use vbulletins user tables for login and everything. unfort i dont know when a release will be made but i do know it will be a paid modification.
Reply With Quote
  #101  
Old 04-04-2007, 07:03 AM
xiphias xiphias is offline
 
Join Date: Apr 2003
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dankness View Post
i dont think the joomla connector bridge works with vbulletin 3.6 this is a outdated project that has been forgotten about i belive. I am currently working on a new bridge solution that will use vbulletins user tables for login and everything. unfort i dont know when a release will be made but i do know it will be a paid modification.
Release data?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:05 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06155 seconds
  • Memory Usage 2,318KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete