View Full Version : Subdreamer Integration Mod??? Is there one?
PoetJA-1975
12-25-2006, 08:49 AM
Well - looking for such a modification to allow my Members to automatically logon to subdreamer site... Now - the subdreamer cms supposedly comes with vB integration - but my forum is installed to http://JPiCForum.info ---- as opposed to http://JPiCForum.info/forums
Anyone know of such mod?
Thanx in advance ;)
Jacquii.
RS_Jelle
12-25-2006, 05:14 PM
I don't know such a mod, but you can fix this easily :)
Just copy all the files to the forum directory, change the url settings and your forum path (config.php) and just place a .htaccess redirect to fix all the broken url's (links in topics etc.) ;)
PoetJA-1975
12-26-2006, 08:51 AM
hmmm - that's interesting - but you have to consider there's two separate databases - would that make a difference?
ALSO how would the .htaccess file be coded?
Thanx for responding ;)
Jacquii.
..... how would the .htaccess file be coded?
Thats what i also wana know, please guide us :rolleyes:
PoetJA-1975
12-29-2006, 05:12 PM
==BUMP==
RS_Jelle
12-29-2006, 05:56 PM
The .htaccess would be coded like this:
Redirect permanent /showthread.php http://jpicforum.info/forums/showthread.php
and so on for all the vB root files (ofcourse not all of them, you don't need to redirect editpost.php etc.)
PoetJA-1975
12-30-2006, 09:06 AM
OMG - seems complicated...
1. I have vBSEO installed
2. The forum is located at the main url http://JPiCForum.info as opposed to http://JPiCForum.info/forums
ERGGGG!!!!!!!!!!!
Thanx anyway though - just don't wanna screw everything up LOL
Jacquii.
RS_Jelle
12-30-2006, 10:12 AM
1. Move your forums to the forums directory (and change your vB options and config.php for it)
2. Create the .htaccess and place it in the site root (not the forums directory).
You code it like this:
Redirect permanent /showthread.php http://jpicforum.info/forums/showthread.php
Redirect permanent /forumdisplay.php http://jpicforum.info/forums/forumdisplay.php
Redirect permanent /calendar.php http://jpicforum.info/forums/calendar.php
And so on for all the important files (not editpost.php etc., people aren't linking to those).
3. Install Subdreamer like you want and maybe you need to merge your .htaccess with a .htaccess file of Subdreamer (just place the code then at the end of the Subdreamer .htaccess)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.