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-31-2007 02:27 PM

That will be easy to fix. I'll address it next version.

Luky 05-31-2007 03:17 PM

I already fixed it :P

Mikhailtech 05-31-2007 05:11 PM

If I decide to install and run this now, how easy is it to upgrade to future versions? Will it require any "reworking" on my part?

Michael Morris 05-31-2007 05:21 PM

Once this goes gold upgrades will be uploading the code and installing the vbulletin product-jos.xml -- the joomla installer should never need to be ran more than once.

During beta though I will make no promises about how easy or difficult an upgrade path is.

That said, I am hoping to see a final now within a couple weeks. We're getting very close to done.

Mikhailtech 05-31-2007 05:28 PM

This couldn't have come at a better time. I've been dying (slowly for several years) for a CMS that integrates with VB and has its own article system.

I've never used Joomla before though, so let me get this straight: all of the site content is stored in one database (the Joomla db) and all of the forum content in another (the VB db), right?

What about news? Is that stored in the Joomla db or does it pull threads from a specific forum (a la VBA style)?

From what I understand this is basically Joomla but using VB users and VB skins?

Michael Morris 05-31-2007 05:52 PM

Joomla's tables are in the same database. It's content is its own in the initial release. I will be writing a component that will be able to transfer content between vbulletin and Joomla - I'm not sure whether I'm going to make that component available for free or for a nominal charge though.

Mikhailtech 05-31-2007 06:03 PM

Quote:

Originally Posted by Michael Morris (Post 1258505)
Joomla's tables are in the same database. It's content is its own in the initial release. I will be writing a component that will be able to transfer content between vbulletin and Joomla - I'm not sure whether I'm going to make that component available for free or for a nominal charge though.

Am I missing something or is that contradictory?

I guess what I'm asking is if there's a way to store all of the news/articles/comments/whatever posted in Joomla in the VB database - so I don't have to do multiple restores or worry about security issues.

And is this ^ what you'll be charging for?

Michael Morris 05-31-2007 06:13 PM

You're confusing databases with tables. A database is a collection of tables. When Joomla and vbulletin are installed together in one database they have a total of some 149 tables (88 or so for vbulletin, the rest are Joomla's).

Most content of vbulletin is stored on it's post table. Most content in Joomla is stored on its content table. Moving content between the two tables (Between being an 'article' and being a 'post') isn't going to be in the initial release. In most installations it won't be necessary.

Mikhailtech 05-31-2007 06:18 PM

I see. Thank you for the explanation. My reason for asking was due to the search mechanics that (I assume) are different for both vb and joomla? Or will a search in either be able to search information found in all tables?

<- not a coder

Also, I realize this is a beta version, but I need to get my site back up and running stat (message board is already active). Would you recommend waiting until the gold release comes out or is it safe (from a database information storing perspective) to go ahead and install/run it now? As you can tell I'm pretty anxious to get started.

mhmd1983 05-31-2007 09:07 PM

an error message cannot find global.php file error :(

Grunt 06-01-2007 05:49 AM

A quick thanks for your work Michael. MOTY without question. :up:

Luky 06-01-2007 06:50 AM

Mhmd, yoursite.com/installation/install.php

Michael Morris 06-01-2007 07:39 AM

Quote:

Originally Posted by mhmd1983 (Post 1258602)
an error message cannot find global.php file error :(

Make sure the forum path is correct. vJoomla will guess at it - but if you're seeing that error it's likely that it is guessing wrong.

Eagle Creek 06-01-2007 10:05 AM

I think I'm going to love it but are there any live demo's or screenshots available?

Michael Morris 06-01-2007 10:12 AM

The vJoomla site is running it

http://www.vjoomla.com

mhmd1983 06-01-2007 09:04 PM

Lucky , Michael Morris thanks for replying, do anyone knows how to remove the left column of Joomla i already removed all moudels using it !!

ahmednadir 06-02-2007 05:51 AM

hey, thanks again for the updates

What if I've already got Joomla installed on my server, and am still going to upload and install vbulletin
do I just upload the files that u have marked to be uploaded where the forum is after I install my board and then install the plugin, or will that mess up the whole site??

Wais 06-02-2007 06:05 PM

Aloha,
I only get:

Warning: chdir(): Unable to access in /srv/www/htdocs/web7/html/globals.php on line 102

Warning: main(global.php): failed to open stream: No such file or directory in /srv/www/htdocs/web7/html/globals.php on line 103

Fatal error: main(): Failed opening required 'global.php' (include_path='.') in /srv/www/htdocs/web7/html/globals.php on line 103

Joomla is in my root and vB ist in /vB/ can someone help me please?

Michael Morris 06-03-2007 06:58 PM

Quote:

Originally Posted by Wais (Post 1259874)
Aloha,
I only get:

Warning: chdir(): Unable to access in /srv/www/htdocs/web7/html/globals.php on line 102

Warning: main(global.php): failed to open stream: No such file or directory in /srv/www/htdocs/web7/html/globals.php on line 103

Fatal error: main(): Failed opening required 'global.php' (include_path='.') in /srv/www/htdocs/web7/html/globals.php on line 103

Joomla is in my root and vB ist in /vB/ can someone help me please?

That would appear to be a server read permissions error. Check the chmod settings for the files.

Michael Morris 06-03-2007 08:03 PM

Correction - this is a bug in the installer. I have written and tested a fix for this problem. I'm now going to write some additional product code for the next revision.

Michael Morris 06-03-2007 08:06 PM

Quote:

Originally Posted by mhmd1983 (Post 1259393)
Lucky , Michael Morris thanks for replying, do anyone knows how to remove the left column of Joomla i already removed all moudels using it !!

Overall page layout is controlled by template jos_main. You will need to remove $module[left] where it appears in the template.

Michael Morris 06-03-2007 11:56 PM

Productive night so far. Who's Online is done and Login nearly so.

Michael Morris 06-04-2007 03:25 AM

Well, we've arrived - Release Candidate 1. There are still a couple of *wants* missing from this product, but all the *needs* are covered. Specifically
  • Unified login between Joomla and vBulletin
  • Single Sessions between Joomla and vBulletin
  • You may choose between the Joomla and vBulletin template engine (the setting for this is in the vbulletin admincp.
  • You may configure which usergroups in vbulletin match up to joomla. Using this permission masking you can then limit content by usergroup in Joomla.
  • Recent threads and Who's Online is displayed in Joomla.

There are other wants I will address in the next few months - but I have two sites I'm developing more specific code for. One of the first addon's will be aimed at one of those boards - the recent blog entries for vBlogetin.

Enjoy - and please report any bugs found either here or at www.vjoomla.com

Mikhailtech 06-04-2007 03:37 AM

First. Good to know. When you say you can choose which template system to use, does that mean Joomla templates will skin your VB board accordingly? I thought you said you couldn't use any Joomla-only templates with this product?

mhmd1983 06-04-2007 03:52 AM

Quote:

Originally Posted by Michael Morris (Post 1260556)
Overall page layout is controlled by template jos_main. You will need to remove $module[left] where it appears in the template.

thanks , i did that already and it works fine

Quote:

Originally Posted by Mikhailtech (Post 1260767)
First. Good to know. When you say you can choose which template system to use, does that mean Joomla templates will skin your VB board accordingly? I thought you said you couldn't use any Joomla-only templates with this product?

i think we should thank the guy and test it and see how things will turn ..

Michael Morris 06-04-2007 03:52 AM

Quote:

Originally Posted by Mikhailtech (Post 1260767)
First. Good to know. When you say you can choose which template system to use, does that mean Joomla templates will skin your VB board accordingly? I thought you said you couldn't use any Joomla-only templates with this product?

Joomla will NOT skin vbulletin. This last minute addition is to allow Joomla's template engine to control the Joomla pages as normal. It might also come in handy with certain modules and components.

Luky 06-04-2007 06:10 AM

Quote:

Originally Posted by Michael Morris (Post 1260518)
That would appear to be a server read permissions error. Check the chmod settings for the files.

No, that is the problem i asked you about. Alot of people have been getting it! What you have to do is go straight to www.yoursite.com/installation/install.php

Also another thing, if you cannot login for step 2 or 3 for adminCP, go into your adminCP on your forums, go into options and for your cookie and session settings, dont have stuff like "/forum" make sure you have the entire path, "home/myname/public_html/forum" and it will let you login to websites in another path of your domain. You may wish to include this somewhere in a faq michael morris, it fixed my problem and im certain it will fix others.

Luky 06-04-2007 06:28 AM

How to upgrade?

Wais 06-04-2007 09:15 AM

PHP Code:

Datenbankfehler in vBulletin 3.6.7:

Invalid SQL:
UPDATE vBuser SET joomla_registered 1 WHERE userid 1;

MySQL-Fehler Unknown column 'joomla_registered' in 'field list'
Fehler-Nr.   : 1054
Datum        
MondayJune 4th 2007 12:14:41 PM
Skript       
http://ariana-community.de/vB/vJ/
Referrer     
IP-Adresse   85.180.63.223
Benutzername 
Malik
Klassenname  
vb_database 

i get this error :confused:

AK47 Nemesis 06-04-2007 10:00 AM

Nice, it works, i have one final small problem however. The Who's online module doesn't include the forum in it's link. So it's supposed to go to http://www.teamqg.com/qg/member.php?etcetc. But now it goes to http://www.teamqg.com/member.php?etcetc. Is there a easy way to fix that?

AK47 Nemesis 06-04-2007 10:16 AM

One more error:

Warning: Unknown(./includes/class_bbcode.php): failed to open stream: No such file or directory in /member.php(817) : eval()'d code on line 292

Fatal error: (null)() [function.require]: Failed opening required './includes/class_bbcode.php' (include_path='.:/usr/local/lib/php') in /home/gsclan/domains/teamqg.com/public_html/qg/member.php(817) : eval()'d code on line 292

Happens when i visit a forum profile...

Michael Morris 06-04-2007 01:44 PM

Quote:

Originally Posted by Wais (Post 1260911)
PHP Code:

Datenbankfehler in vBulletin 3.6.7:

Invalid SQL:
UPDATE vBuser SET joomla_registered 1 WHERE userid 1;

MySQL-Fehler Unknown column 'joomla_registered' in 'field list'
Fehler-Nr.   : 1054
Datum        
MondayJune 4th 2007 12:14:41 PM
Skript       
http://ariana-community.de/vB/vJ/
Referrer     
IP-Adresse   85.180.63.223
Benutzername 
Malik
Klassenname  
vb_database 

i get this error :confused:

You'll get that error if you don't install the product-jos.xml in the vbulletin admincp! ;)

Michael Morris 06-04-2007 01:45 PM

Quote:

Originally Posted by Luky (Post 1260847)
How to upgrade?

From which beta?

Mikhailtech 06-04-2007 02:31 PM

Now that we're in RC1, do you recommend installing it in a production setting?

Michael Morris 06-04-2007 03:22 PM

Yes - but proceed with caution.

digitalhome 06-04-2007 03:25 PM

Keep up the great work! I'm keenly interested in this mod and wish you the best of luck.

ams3521 06-04-2007 04:47 PM

Hello. I've been pondering over this for a while now and can't get my head around it. Basically i'm wanting all the frontendness of Joomla and also the powerfull forum qualities of VB. I suppose im stuck on how to move on with from memory (im doing something else for 2 weeks while i think about the above)

Using Joomla wraps really slows things down so i was looking at not wrapping. Bah i don't know anymore. I think im gonna have to just wait till the day that you can export all my threads and posts on VB forum to Fireboard or something which is more intergrated. Am i right in thinking that using vb and joomla will always be a problem and it's just like sticking them both together with glue in a shoddy fashion?

I was getting navigation difficulties too with the forum navigation top left showing in a wrap and then folks still using it and the wrap size all going to pot. I dont think i ever did suss out how to just present the forum as a forum with no 'other bits'

Actually there must be room for improvement in my thinking. Can anyone tell me what i'm missing here or can advise the best way? Sorry iff this is not the time nor place to discuss this so feel free to move it mr moderator. I really would love to put this to bed. It's killing me truth be told. I don't even know what i'm doing anymore. It's all just a big mess :(

Thanks

Wais 06-04-2007 05:55 PM

Quote:

Originally Posted by Michael Morris (Post 1261009)
You'll get that error if you don't install the product-jos.xml in the vbulletin admincp! ;)

Cant be because i install it.This error comes only if i log in:(

ixian 06-04-2007 05:57 PM

Well, you can look at my site if you want to see a non-wrapped vb that's integrated with Joomla to a degree - just took a lot of work customizing the vbulletin skin to match the Joomla one. Add in the bbpixel bridge for $20 and you have a pretty well integrated site on the front end, just two with different admin areas on the back to worry about.

I wasn't looking at using this hack because originally it just used Vbulletins template system for Joomla pages - that might have worked out for some, but for those like me who already have a lot of work in to nice looking Joomla templates it was a no-go - but now that there is an option to use Joomla templates for Joomla pages I may try it out.

You could wait for a converter, and for Fireboard to become more stable, but frankly Fireboard doesn't have half the features vbulletin does and it's not all that integrated either - it's skins and templates are also separate, so if you are looking for a fully integrated "look" you still have a lot of work to do.

Michael Morris 06-04-2007 06:10 PM

Quote:

Originally Posted by Wais (Post 1261164)
Cant be because i install it.This error comes only if i log in:(

Uninstall then reinstall - this field is supposed to be added by the product-jos.xml. If it doesn't add it then I'll check the XML.

Also make sure the plugin system is enabled - if I recall correctly install code will not execute if you have the plug in system turned off.


All times are GMT. The time now is 04:53 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.01672 seconds
  • Memory Usage 1,846KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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