Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

start page

Asked Modified Viewed 1,823 times
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
asked
Veteran Member

I do not know to discuss it or not, the search is not found
interested in this question to the developers:
why the original home page was done news.php, rather than index.php?
why is not possible through the admin panel to make a home page plain-text pages with editing it through the admin panel?
0 replies

8 posts

S
Structor
S
  • Member, joined since
  • Contributed 116 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

This is a very good idea for an infusion, at least!
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

'cause news must go on!
0 replies
V
Vveb--ws
V
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

DELETE index.php

RENAME news.php IN index.php

do it in standard core
0 replies
G
GMUDuckman
G
  • Senior Member, joined since
  • Contributed 266 posts on the community forums.
  • Started 6 threads in the forums
answered
Senior Member

Quote

Vveb--ws wrote:
DELETE index.php

RENAME news.php IN index.php

do it in standard core


he's saying he DOESNT want the news to be the homepage. of course you can just make a custom page and change the "site opening" page under admin settings. Dunno what the big fuss is.
0 replies
V
Vveb--ws
V
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

I create index.php by myself.

<?php
require_once "maincore.php";
$settings['sitename']="...";
$settings['description']="...";
$settings['keywords']="...";
require_once THEMES."templates/header.php";

opentable('...');
echo "...";
closetable();

require_once THEMES."templates/footer.php";
?>


there is mod for hide redirect and have really index.php
http://php-fusion7.ru/forum/viewthread.php?thread_id=585

verisimilar, it exist and english version of such topics somewhere
Edited by Vveb--ws on 23-12-2010 20:44,
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

Vveb--ws, you do not understand!
the question was not how to do, but why do that?
and why you can not make the main page through the admin panel?
how to get out of the situation, I know ...
0 replies
G
GMUDuckman
G
  • Senior Member, joined since
  • Contributed 266 posts on the community forums.
  • Started 6 threads in the forums
answered
Senior Member

well you CAN make a main page through the admin panel... just make a custom page and set it as your main page.
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

if you do start page viewpage.php? page_id = 1 in the main settings, then in the address bar when loading the site will be http://www.site.com/viewpage.php?page_id=1, but want to make it http://www . site.com / or at least so http://www.site.com/index.php
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

S
S
  • Member, joined since
  • Contributed 116 posts on the community forums.
  • Started 11 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
J
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
G
G
  • Senior Member, joined since
  • Contributed 266 posts on the community forums.
  • Started 6 threads in the forums
V
V
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 4 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet