Post by coscomputers » Tue May 15, 2012 4:41 pm

Hello everyone,
Firstly this is my website http://www.hallsol.com which now displays the main latest products. However what I would like to achive is for the index page to be the About Us page which I can find it in the setting/modules but do not know how to change the extention to show it as the index/landing page.
Then I would need more assistance to change the present index/landing page to say "latest products" or something like that - basically it will be the present landing page.
Hope what is written makes some sense. Am more of a novice,hoddyists with web design and am assisting my dad who insist that I make some use of myself by helping him with the site.
Appreciate any ideas,assistance that ceb be thrown my way folks.
Thanks
Shaira Layne

New member

Posts

Joined
Thu Apr 19, 2012 11:43 am

Post by JAY6390 » Tue May 15, 2012 9:00 pm

Open your index.php file, find

Code: Select all

// Router
if (isset($request->get['route'])) {
    $action = new Action($request->get['route']);
} else {
    $action = new Action('common/home');
} 
change it to

Code: Select all

// Router
if (isset($request->get['route'])) {
    $action = new Action($request->get['route']);
} else {
    $action = new Action('information/information');
    $request->get['information_id'] = 4;
} 

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by coscomputers » Sat May 19, 2012 7:47 pm

Hi Jay,
appreciate the assist on this. Sure was a great help to this learning novice. Someday when I get to be as versatile and knowledgeable as you, would like the opportunity to return the assistance to someone who may benefit from the ones with experience.
Cheers
Shaira Adao.

New member

Posts

Joined
Thu Apr 19, 2012 11:43 am
Who is online

Users browsing this forum: Bing [Bot] and 17 guests