Page 1 of 1

Homepage(solved) / Comment system(not yet to solve).

PostPosted: Tue May 01, 2007 4:44 pm
Author: Joshie
Your phpBB Version: 2.0.
phpBB Type: phpBB / IMPortal
MODs: No
Your knowledge: Beginner
Board URL: http://www.killyourboredom.com

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

How can I make it to where when they type in (http://www.killyourboredom.com) and it take them to homepage instead of taking them to the forums?

And is it possible to have comment system, for the profile. Where member can leave some comment on their profile? If so, then how can I make this possible.

PostPosted: Tue May 01, 2007 5:38 pm
Author: ZacFields
if you have access to your .htaccess file (should be in your root) add this line and that should do the trick.

Code: Select all
DirectoryIndex portal.php index.php


This should work. Let me know if it doesn't.

Zac

PostPosted: Tue May 01, 2007 6:21 pm
Author: Joshie
"ZacFields";p="24676" wrote:if you have access to your .htaccess file (should be in your root) add this line and that should do the trick.

Code: Select all
DirectoryIndex portal.php index.php


This should work. Let me know if it doesn't.

Zac
It work, thanks!

Re: Homepage(solved) / Comment system(not yet to solve).

PostPosted: Wed May 02, 2007 8:17 am
Author: Frost

PostPosted: Sat Jul 14, 2007 8:19 pm
Author: Joshie
Any one has this done yet? I need some instruction, or modifcation on the comment (guestbook for profile) systems integrate onto integramod 141.

PostPosted: Wed Jul 25, 2007 9:21 pm
Author: zenrei
the file structure is so different from integramod... you're missing several files like:

templates/subSilver/profile_add_body.tpl
includes/usercp_viewprofile.php
includes/usercp_register.php

is this going to make a difference??

PostPosted: Thu Jul 26, 2007 5:22 am
Author: Whisky
"Joshie";p="27278" wrote:Any one has this done yet? I need some instruction, or modifcation on the comment (guestbook for profile) systems integrate onto integramod 141.

Maybe I can help but I don't understand your question <img>

PostPosted: Sat Jul 28, 2007 5:15 am
Author: zenrei
"Whisky";p="27567" wrote:
"Joshie";p="27278" wrote:Any one has this done yet? I need some instruction, or modifcation on the comment (guestbook for profile) systems integrate onto integramod 141.

Maybe I can help but I don't understand your question <img>
I think he means, he'd like to apply that mod, but it references files that aren't in Integramod (see my above post) He wants to know if anyone applied that mod and how they did it