TinyPortal

Development => Resources => Modules => Topic started by: alhaudhie on June 06, 2007, 04:26:36 PM

Title: Default Page Index
Post by: alhaudhie on June 06, 2007, 04:26:36 PM
How can i make the smf forum still go to default index (main page)  not tp-frontpage..

thanks.
Title: Re: Default Page Index
Post by: G6Cad on June 06, 2007, 04:51:01 PM
Admin/TinyPortal/Settings/Frontpage "go directly to forum"
Title: Re: Default Page Index
Post by: alhaudhie on June 06, 2007, 05:02:56 PM
when i make this....
the fronpage is disappeared but i still want is...only i want is to make the smf forum is the default not tpfrontpage
Title: Re: Default Page Index
Post by: Crip on June 06, 2007, 05:37:09 PM
Frontpage as an Article... :)
Title: Re: Default Page Index
Post by: alhaudhie on June 06, 2007, 05:48:14 PM
its still go to tp..
i want when my user type the default url like myforum.com its go to the forum not to tp..but tp still available in the menu section...thanks crip
Title: Re: Default Page Index
Post by: Lesmond on June 06, 2007, 05:48:33 PM
You could use something like this..

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.your-domain.com/index.php?action=forum"></HEAD>
<BODY>
</BODY>
</HTML>


copy this to notepad or other text editor, and save as index.htm then upload to your forum root folder.
Title: Re: Default Page Index
Post by: alhaudhie on June 06, 2007, 05:59:25 PM
Quote from: Lesmondâ„¢ on June 06, 2007, 05:48:33 PM
You could use something like this..

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.your-domain.com/index.php?action=forum"></HEAD>
<BODY>
</BODY>
</HTML>


copy this to notepad or other text editor, and save as index.htm then upload to your forum root folder.

thanks...
but the new problem is...after login its still go to tp page not to forum
Title: Re: Default Page Index
Post by: Lesmond on June 06, 2007, 06:02:09 PM
Yes I see, I only tested it whilst I was logged in :( I am not sure how to get around that!
Title: Re: Default Page Index
Post by: IchBin on June 06, 2007, 11:53:47 PM
Quote from: alhaudhie on June 06, 2007, 05:48:14 PM
its still go to tp..
i want when my user type the default url like myforum.com its go to the forum not to tp..but tp still available in the menu section...thanks crip
If you set the forum to display on the frontpage like G6 said that is exactly what you are asking for. It goes straight to the forum, and not the tp page.
Title: Re: Default Page Index
Post by: Lesmond on June 06, 2007, 11:59:32 PM
But I think they still want a link to the front page, i.e TP front page
Title: Re: Default Page Index
Post by: IchBin on June 07, 2007, 04:25:47 AM
Ah I see. Yes, this is not possible. But you could always change the home button to point to something else like an article or something.
Title: Re: Default Page Index
Post by: alhaudhie on June 17, 2007, 06:42:10 PM
Quote from: IchBinâ„¢ on June 07, 2007, 04:25:47 AM
Ah I see. Yes, this is not possible. But you could always change the home button to point to something else like an article or something.

anybody can help to make it possible?