The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Joomla for vBulletin (IMPORTANT UPDATE) - Bridge to the World's Most Popular CMS Details »» | |||||||||||||||||||||||||||
Joomla for vBulletin (IMPORTANT UPDATE) - Bridge to the World's Most Popular CMS
Developer Last Online: Jun 2009
Warning!!! An potential exploit has been found in this modification. The server that hosts vjoomla.com has been attacked several times. It is known to already be severely comprimised so at this time it is unclear whether the vulnerability lies in vJoomla, Joomla itself or the server. Until this is resolved to my satisfaction I am removing this modification. My apologies.
The modification WILL be re-released once this issue is resolved! vJoomla is an offshoot of Joomla 1.0 that is designed to run in tandem with vbulletin. Unlike the main release it will not run without vbulletin - if you desire a CMS without a forum then use Joomla! instead. vJoomla is identical in most all regards to Joomla! What vJoomla Does
What vJoomla Does Not Do
Install Instructions
This is release candidate 2. Supporters / CoAuthors Show Your Support
|
Comments |
#152
|
|||
|
|||
Michael, I hope you know that you will become a legend in the joomla/vbulletin communities when this is final!
|
#153
|
|||
|
|||
Hi, great hack! Probably one of the most wanted ever. I have one problem however so far (Installing this at the moment).
"Either create a symbolic link for images, clientscript and cpstyles in the site root, or copy the contents of those folders to the site root." How do i create a symbolic link? Where do i place it? What does it do? As for the other option: My site is www.teamqg.com, so if i place the images content in the root, will it look like this: www.teamqg.com/misc and www.teamqg.com/smilies, since i'm using a skin where the images folder consists out of multiple folders, where one is the default vbulletin one, with misc, buttons, etc. And will the clientscript content be placed between the other files? Or: www.teamqg.com/clientscript? One last thing: Does it have to be www.teamqg.com/forum? Since my vBulletin is located at www.teamqg.com/qg... Thanks in advance, Hans. PS: Sorry for all the asking, but i'm kinda noob... |
#154
|
|||
|
|||
I'm willing to beta test it but still to cautious about the error handeling.
Quote:
|
#155
|
|||
|
|||
I did everything it said, replaced all the 'forum' in the files with 'qg', but i get this error:
Database error in vBulletin 3.6.7: Invalid SQL: UPDATE user SET joomla_registered = 1 WHERE userid = 1; MySQL Error : Unknown column 'joomla_registered' in 'field list' Error Number : 1054 Date : Sunday, May 20th 2007 @ 08:57:36 PM Script : http://www.teamqg.com/index.php Classname : vb_database |
#156
|
|||
|
|||
Quote:
Probably because in your config.php file you have the userid number 1 non changeable |
#157
|
|||
|
|||
That didn't work
Some more details of my setup: www.teamqg.com = Joomla www.teamqg.com/qg = vBulletin vBulletin is in the same database as Joomla, but vBulletin doesn't have a prefix, while Joomla has. vBulletin had to be located at /forum, which is /qg for me, so i changed all the files which contained /forum to /qg. It might be the vBulletin product which causes the error. |
#158
|
||||
|
||||
Odd that it would miss that query. In the query manager run (off the top of my head)
Code:
ALTER TABLE user ADD 'joomla_registered' tinyint(1) |
#159
|
|||
|
|||
Error:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''joomla_registered' tinyint(1)' at line 1 |
#160
|
||||
|
||||
Try
Code:
ALTER TABLE `user` ADD `joomla_registered` TINYINT( 1 ) NOT NULL |
#161
|
|||
|
|||
lets see a demo
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|