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)

Michael Morris 05-05-2007 09:59 PM

Located a bug on my own - vJoomla needs to re-eval the header and footer after it parses the modules in case you have a module in those positions. This correction will be included on the next revision. If you wish to apply it now open vJoomla's index file and find these lines

PHP Code:

// And we're done.
eval('$navbar = "' fetch_template('navbar') . '";'); 

Add above

PHP Code:

// Reparse header and footer to display modules they hold
eval('$header = "' fetch_template('header') . '";');
eval(
'$footer = "' fetch_template('footer') . '";'); 


pxd 05-05-2007 11:37 PM

Could anybody confirm that he has successfully installed this mod on a localhost server? I suspect there is a server config issue stopping me from setting this up...

Michael Morris 05-05-2007 11:46 PM

Quote:

Originally Posted by pxd (Post 1242172)
Could anybody confirm that he has successfully installed this mod on a localhost server? I suspect there is a server config issue stopping me from setting this up...

If your doing a testbed install try installing vbulletin without a bb prefix. If it works it means the problem is I forgot to put TABLE_PREFIX in front of one of my vbulletin queries.

pxd 05-06-2007 12:05 AM

Thanks for looking into this. Unfortunately that's not the case, I have installed another fresh forum + joomla. Going to move the files to a live server and see how it goes there...

Michael Morris 05-06-2007 06:26 AM

Joomla 1.5 beta 2 is out. It seems the template system didn't come to pass from a glance at the code. I'll have to read some docs though. Whatever the case, it won't be stable till I'm guessing October, so that means this project will continue. Still, it is worth a look.

thunder_sti 05-07-2007 01:27 AM

Hey Micheal, Im am getting this error after I installed version 1 clean install.
Quote:

PHP has encountered an unrecoverable error and script execution has halted.

Warning:main(/home/inc001/public_html/forum/includes/init.php) [function.main]: failed to open stream: No such file or directory
at Line:20
in File:/home/inc001/public_html/global.php
Begin Stack trace:



Level: 1
Line: 20
File: /home/inc001/public_html/global.php
Function: require_once
Function Arguments:
Class:
Object:
Call Type:

Level: 2
Line: 189
File: /home/inc001/public_html/globals.php
Function: require_once
Function Arguments: Array ( [0] => /home/inc001/public_html/global.php )
Class:
Object:
Call Type:

Level: 3
Line: 24
File: /home/inc001/public_html/index.php
Function: require
Function Arguments: Array ( [0] => /home/inc001/public_html/globals.php )
Class:
Object:
Call Type:

Level: 4
Line: 906
File: /home/inc001/public_html/vbseo.php
Function: require
Function Arguments: Array ( [0] => /home/inc001/public_html/index.php )
Class:
Object:
Call Type:

Rukas 05-07-2007 03:01 PM

Two questions.

1. Does the forum HAVE to be located in /forum or can it be a different subfolder?

2. Can the joomla vbulletin skinning be turned off? Id like to use the current Joomla Template and a different forum template.

Thanks.

RedefiningFate 05-07-2007 06:11 PM

Michael-

I know you're a very busy person. My issue I think was overlooked on page 8 towards the top. If you have time please look at it.

Thanks

paul_c 05-08-2007 10:29 AM

Just a quick FYI:
If you add both vB and Joomla to the same database you may want to avoid giving the tables the same extension. The problem is that both products have a table named Session.

Also, be careful not to rename the admincp (and maybe the modcp) folders as is often recommended as the Joomla Control Panel link to the vB backend will not work.

Michael - been fooling around with this and seems pretty interesting though I'm running into a few issues which I think I can resolve.

drex 05-08-2007 03:16 PM

michael-

you rock. waiting patiently for a more stable version.

Boy, do I have plans for this!


All times are GMT. The time now is 04:09 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.01284 seconds
  • Memory Usage 1,747KB
  • 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_php_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