How can i make the smf forum still go to default index (main page) not tp-frontpage..
thanks.
Admin/TinyPortal/Settings/Frontpage "go directly to forum"
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
Frontpage as an Article... :)
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
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.
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
Yes I see, I only tested it whilst I was logged in :( I am not sure how to get around that!
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.
But I think they still want a link to the front page, i.e TP front page
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.
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?