vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Joomla for vBulletin (IMPORTANT UPDATE) - Bridge to the World's Most Popular CMS (https://vborg.vbsupport.ru/showthread.php?t=145781)

ThreeD 05-19-2007 11:11 AM

Michael, I hope you know that you will become a legend in the joomla/vbulletin communities when this is final! :)

AK47 Nemesis 05-20-2007 04:11 PM

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...

Tanabe 05-20-2007 05:01 PM

I'm willing to beta test it but still to cautious about the error handeling.


Quote:

PRIVACY NOTICE: This module contains an error handler that will attempt to email vjoomla@gmail.com with a stack trace of the error. The purpose of this is to gather as much information as possible for debugging - a complete stack trace often includes far more information than the error lines that PHP normally displays. When this handler is triggered it also prints out the information it mailed to me on the screen. Any Information that is included as arguments could be passed as part of this stack trace, this can include potentially sensitive information such as database passwords if a database handling class encounters an error. If you wish to test this module and do not wish to have it emailing me with this data comment out line 106 in the file globals.php in the zip package.

This error handler will be removed when the product reaches final.

AK47 Nemesis 05-20-2007 05:58 PM

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

Tanabe 05-20-2007 06:08 PM

Quote:

Originally Posted by AK47 Nemesis (Post 1251571)
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


Probably because in your config.php file you have the userid number 1 non changeable

AK47 Nemesis 05-20-2007 06:55 PM

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.

Michael Morris 05-21-2007 12:07 PM

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)
What this field is for joomla to keep track of which users it has copied (it saves a query on each page load) from vbulletin's user table.

AK47 Nemesis 05-21-2007 04:37 PM

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

Michael Morris 05-21-2007 09:03 PM

Try
Code:

ALTER TABLE `user` ADD `joomla_registered` TINYINT( 1 ) NOT NULL

Mrdby 05-22-2007 02:37 AM

lets see a demo


All times are GMT. The time now is 02:33 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.01260 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)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
  • (10)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