The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin PhpFoX Integration Details »» | |||||||||||||||||||||||||||
This modification was brought to you by KXDesign http://www.kxdesign.com/ ~Modification name vBulletin PhpFoX Integration ~Modification description This plugin allows you to integrate your PhpFoX site with vBulletin! Original thread: http://forums.phpfox.com/showthread.php?t=22717 ~Modification options
~Modification info File uploads: 12 File edits: 0 Templates: 4 Template edits: 1 Plugins: 12 SQL Queries: 0 Phrases: 13 Settings: 6 Hooks: 0 Install time: 1 minute Install level: Easy ~Modification installation Step 1: Modify .htaccess file This step is for those that installed phpFoX Konsort with the Rewrite mode enabled. With your FTP client or hosts file manager navigate to your phpFoX websites root directory. Open the file .htaccess. It should look something like this (Note: The example below is not an exact replica of how your .htaccess file will look like, we are mainly focusing on the RewriteCond): Code:
RewriteEngine On RewriteCond %{REQUEST_URI} !^/file/.* RewriteCond %{REQUEST_URI} !^/install/.* RewriteCond %{REQUEST_URI} !^/design/.* RewriteCond %{REQUEST_URI} !^/plugins/.* RewriteRule ^index.php(/.*)$ /index.php?do=$1 [L] RewriteCond %{REQUEST_URI} !^/file/.* RewriteCond %{REQUEST_URI} !^/install/.* RewriteCond %{REQUEST_URI} !^/design/.* RewriteCond %{REQUEST_URI} !^/plugins/.* RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} !^/robots.txt RewriteCond %{REQUEST_URI} !^/favicon.ico RewriteRule ^(.*)$ /index.php?do=/$1 [L] Code:
RewriteCond %{REQUEST_URI} !^/forums/.* Code:
RewriteEngine On RewriteCond %{REQUEST_URI} !^/file/.* RewriteCond %{REQUEST_URI} !^/install/.* RewriteCond %{REQUEST_URI} !^/design/.* RewriteCond %{REQUEST_URI} !^/plugins/.* RewriteCond %{REQUEST_URI} !^/forums/.* RewriteRule ^index.php(/.*)$ /index.php?do=$1 [L] RewriteCond %{REQUEST_URI} !^/file/.* RewriteCond %{REQUEST_URI} !^/install/.* RewriteCond %{REQUEST_URI} !^/design/.* RewriteCond %{REQUEST_URI} !^/plugins/.* RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} !^/robots.txt RewriteCond %{REQUEST_URI} !^/favicon.ico RewriteCond %{REQUEST_URI} !^/forums/.* RewriteRule ^(.*)$ /index.php?do=/$1 [L] Our first step will be to install vBulletin. We can not go into great detail on how to install vBulletin, however you can check out their great documentation here.Before you attempt to install vBulletin there are some factors you will need to take note of: * When you upload their product it must be placed in a folder and the name of the folder must be forums. This folder must be placed in your phpFoX websites root directory. Proper layout would be: http:///www.yoursite.com/forums/ * The vBulletin tables must be placed in the same database as phpFoX. * phpFoX should be installed with a database table prefix. By default this prefix is phpfox_. If you did not install phpFoX with a table prefix you will have to install vBulletin with a table prefix. * This plug-in was not developed to work under a sub-domain environment yet,for that you have to wait for v3. (Example: http://forums.yoursite.com/) * During the install of vBulletin you will be asked to add an Admin User. This user will shortly be deleted by our integration and replaced with your main phpFoX Admin account. Step 3: Edit config.php file. Edit the config.php file in the vbulletin folder and change the name from forums to whatever the vBulletin subfolder is called in the PhpFoX directory. Step 4: File uploads Upload the whole vbulletin folder to the phpFoX plugins folder. Step 5: Importing Notice: Read this step thoroughly before attempting to import any data. For those that already have phpFoX running and just installed vBulletin you will have to do the step Import phpFoX Users. For those that already have vBulletin running and just installed phpFoX you will have to do the step Import vBulletin Users. Import phpFoX Users Run the import file through your web browser by entering the URL into your browser address bar (if you have followed our example, type in http://www.domain.com/plugins/vbulle...all/import.php, naturally substituting 'domain.com' for your web address.) Import vBulletin Users Run the import file through your web browser by entering the URL into your browser address bar (if you have followed our example, type in http://www.domain.com/plugins/vbulle.../vb_import.php, naturally substituting 'domain.com' for your web address.) Step 6: Integration and edits Now lets log into your vBulletin Admin control panel. Note that it will not work to log into your site using the phpFoX login forum. You will have to use the vBulletin login form. (Example: http://www.yoursite.com/forums/index.php). Note that you will need to log into vBulletin with your phpFoX Admin account, which is the same account you log into your phpFoX site. Follow the next steps below: Update Forums Cache Go to: Forums & Moderators >> Forum Manager >> Then edit the forum called Main Category. Save that forum without making any changes. Update Forums Counters Go to: Maintenance >> Update Counters Then rebuild the following: Rebuild Thread Information and Rebuild Forum Information Enable Plug-In System Go to: vBulletin Options >> vBulletin Options >> Plugin/Hook System Change the setting: Enable Plugin/Hook System To Yes Importing the plugin Go to: Plugins & Products >> Manage Products >> Add/Import Product Look for the block Import Product and then for EITHER upload the XML file from your computer browse for the XML file product-konsort.xml which was part of the package you downloaded from phpFoX. Then click on the import button. Template edit (Optional) Go to: Styles & Templates >> Style Manager >> Edit Template (on all your styles) >> Open template header Remove the part of code between the logo comments. ~Modification changelog
~Modification copyright This may not be distributed,released or claimed as your work without author's permission. Download Now
Show Your Support
|
Comments |
#52
|
|||
|
|||
Quote:
i think there is another problem,too. I logged out of the vb, cleanded Local Cache, Cookies, etc. of my browser and go to the php-Fox installation. Without logging in ( in forum, because in phpfox i didn?t came in), i see in the Archive the Administrative Forums of my vb and even can read them via the archive of php-fox. When i click onto " view full version:link", then it will be denied to me, but the Archive has the whole Content of the administrative Forums of the vb and is readable for everybody who clicks onto archive. ( just even testet with a good, trustfull friend via ICQ). Maybe there is more than one problem that i have? Sorry, my head goes round, because i tried the last 10 Hours the integration in the new php-fox. the announced offlne-Time for Board and Domain was 5 Hours und at this time my users mailed more about 200 most angry Mails..... Is there a possibility to solve this Problem without uninstall phpfox and vb-integration and searching for another cms? |
#53
|
||||
|
||||
And what phpfox version is it?
|
#54
|
|||
|
|||
phpfox version 1.6.21
vBulletin 3.8.2 |
#55
|
||||
|
||||
Hm,try posting the exact problem into the original thread and I will take a look at it.
|
#56
|
|||
|
|||
Thanks, but i don´t think, that there is a problem with phpfox, because in Stand-Alone-Operation ( without vb-integration) it works fine. To keep my Community runnig, i uninstalled php-fox and even the vb-integration.
Even therefore phpfox offers a 30 Day Money Back Guarantee and I just bought another Script called Handshakes. I hope, the integration of my vb-users will be better than this script here. Sure, it is not a PHPfox-Problem, but i bought that phpfox-script to integrate a vbulletin into an cms to get something like an common portal with Chat, Blog, Flirtline, etc. Even this script here ( the integration-script) seems to be the only way to integrate a vb to this cms and it not works for me, i decided to try out other scripts with the needed functionality. Many thanks for the trying of support this integration-script, sincerly, PeterXP ps: could anyone delete the mark " downloaded" for this mod? |
#57
|
|||
|
|||
hmmm.... just one question: Has anyone used this mod and it´s running? Maybe he or she can post a link to look how it works in a produktive area?
|
#58
|
|||
|
|||
After installing this plugin my PHPFOX login system seems to be broken. I am not able to login anymore. I keep getting the vbbulletin login error page and it also doesnt login to vbbulletin.
My vbbulletin version is 3.8.0 Alpha 2. Has anyone experienced this also? What could be the problem? |
#59
|
||||
|
||||
Where has my admin area login link gone in phpfox, now i have done this integration? What is the direct link to the phpfox admin panel?
|
#60
|
|||
|
|||
Is this mod still working?
|
#61
|
||||
|
||||
Yes!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|