![]() |
|
Mod Options |
![]() |
|||||||||||
Joomla for vBulletin (IMPORTANT UPDATE) - Bridge to the World's Most Popular CMS
![]() Developer Last Online: Jun 2009 ![]() ![]() ![]() This thread is in the Modification Graveyard.
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. Download Now Only licensed members can download files, Click Here for more information. Supporters / CoAuthors Show Your Support
No members have liked this post.
|
#286
|
||||
|
||||
Originally Posted by VivaLaPinkowitz
Editing the templates and changing relative paths in URL's and images to absolute paths is beyond the scope of getting the core functionality to work. It is something I'll look into, but it has a lower priority than completing the testing of the code against the modules and also deploying and setting up the sites I built this thing for in the first place.![]()
What I can and will do is ask Brian Tinsman for permission to include the section of vbAdvanced's installer code that rewrites URL's and image paths. It should work for this project as well with minor tweaking, but he owns that code and I cannot use it without his permission. No members have liked this post.
|
#287
|
|||
|
|||
Themes aside, it seemed that none of the modules were working due to the broken URL's. Do you think the fact that the forums were hosted on a subdomain could be the issue? Would it be easier to just install it as a subdirectory?
No members have liked this post.
Last edited by VivaLaPinkowitz; 06 Jun 2007 at 03:10. |
#288
|
||||
|
||||
All testing was done with a subdirectory arrangement, but having them in separate directories shouldn't break modules. Anyway, which modules where broken. I'm not sure it's possible to break ALL of them, some are too dirt simple.
No members have liked this post.
|
#289
|
|||
|
|||
I just recall anything in the top panel would not work. I recall that few on the side panel didn't as well. But I think the cause of that was probably the subdomain installation. I'll give it another shot when I'm at my computer again. XD
No members have liked this post.
|
#290
|
||||
|
||||
The "top panel" -- if you mean the navbar that's because that's a template that belongs to vbulletin. The default side menu items are just that - defaults - and they are meant for a clean Joomla installation without vbulletin. My goal in this is to get the single most difficult and technical hurdle out of the way - the actual bridging of code. Anything beyond that is time consuming, but relatively simple to work out if you know a little html.
No members have liked this post.
|
#291
|
|||
|
|||
I see. I'll research it more and attempt upgrading again.
I have another question however, when I deleted all the SQL entries, and attempted to reinstall, I continued to get an SQL error. Do I need to reupload fresh vJoomla files to initiate a fresh install? No members have liked this post.
|
#292
|
||||
|
||||
If you didn't formally uninstall there are two table alterations that must be undone. jos_gid must be removed from the usergroup table, joomla_itemid removed from the forum table and joomla_registered removed from the user table.
No members have liked this post.
|
#293
|
||||
|
||||
Michael-
This is going to be fantastic when I can get it to work, good job man...but here is my problem. During installation I keep getting this:
This happens after I enter in my forum location and admincp folder name. I click next and it comes up with that error all up and down my screen. I have deleted all files, re-downloaded both vB and vJoomla. Re-uploaded both. Ran through the vB installation and am now going through the vJoomla installation and that comes up. Thanks Michael for your help. No members have liked this post.
|
#294
|
|||
|
|||
I found the problem. On the login.php file for some reason ./forum was coded in there where my forum is located in a different directory name than that. It didn't pull my forum location into the login.php file for vjoomla. I corrected it and now I can login.
Thanks... No members have liked this post.
|
#295
|
|||
|
|||
Michael-
Got through the installation for the first time. It seems simple now that I got through it...but I am getting this at the bottom of the page when I first sign in and it goes to the poll on how the installation was: Parse error: syntax error, unexpected T_STRING in /home/admin/domains/nefga.org/public_html/joomla/modules/mod_mainmenu.php on line 1 What does that mean? Thanks... No members have liked this post.
|
#296
|
|||
|
|||
Trying to install it I am getting a message box saying "The site has not been provided" followed by another message "Forum not found". I am getting this error at Step 4 of the install.
The installer find my forum @ step 1 then it finish the joomla DB settings, I leave the usergroup configuration defults and click NEXT then I receive the 2 message boxes. I checked to see that the Path to Save Cookies is / What did I do wrong thanks in advance No members have liked this post.
|
#297
|
|||
|
|||
Michael -
First off, thank you for fixing the admincp errors in RC2 even though I personally have no need for them now. Here are the current issues I'm having post-install of RC1. 1a You mentioned that beyond the installer files in RC2, nothing else needs to be changed to compensate for a custom named admincp. Unless the installer modifies your php files, that's not entirely accurate. For one thing, I had to replace "admincp" in globals.php to my custom name in order to be able to access the administrator directory from my root. 1b Are there any other files in the vJoomla CMS that reference admincp that need to be manually updated (besides the install files which you say you've taken care of and the globals.php file)? 2 The administrator login to vJoomla within VB doesn't work. The default path "../" is supposed to find the files that are 1 directory above, correct? But for me it's not working. My forums are located in public_html/forum (although the URL to the forums is forum.domain.com), whereas the joomla files are in public_html, so this should work, right? 3 The navbar links are broken. I know you said this is because it's a VB template. Is that just the way it is? Do you plan on "fixing" it? Is there any way to manually fix the links? Or better yet, to remove the navbar altogether from the main site? 4 The site logo (just like the navbar) searches for the image file in the root directory rather than the forum directory. Again I'm guessing this is because it's a VB template? How do I fix this? Do I have to use absolute image paths? No members have liked this post.
|
#298
|
|||
|
|||
When is joomla! 1.5 coming out ?
I'm kinda waiting for this one, since they say it's completely rewritten No members have liked this post.
|
#299
|
|||
|
|||
Originally Posted by Michael Morris
I'm having trouble finding joomla_itemid and joomla_registered from the forum and user tables. I did have success in finding jos_gid from the usergroup table, but I cannot find the other two. When I try to reinstall now, I continue to get an SQL error due to my lack of removing these entries. How can I remove them if I cannot find them?![]()
EDIT: Disregard that last post. The SQL error came from me manually removing the entries without updating the jos-vbulletin product. No members have liked this post.
Last edited by VivaLaPinkowitz; 07 Jun 2007 at 00:19. |
#300
|
||||
|
||||
Everyone has a magic button - the one thing that will pisses them off thoroughly. Mine is being called a thief. Jelsoft has chosen to call me a thief. I have chosen to remove my hacks from this site, and my support for them. Good day.
No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 11:52.