Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change Main Page Content

Change Main Page Content

Locked

Views: 3,832

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
22 Jan 2007, 7:19 PM
#1
handcrafteduk avatar

handcrafteduk

Zen Follower

Join Date:
Jul 2006
Posts:
240
Plugin Contributions:
0

Change Main Page Content

Hi,

I've got a question I am hoping someone can help with. If you look at my site http://www.handcrafteduk.com/ you will see the text ' Lets see if this works. is this bold?'.

I would like to write on this part of the page but am doing so under /public_html/includes/languages/english/customtemplate/index.php and inputting the text in the TEXT_GREETING_GUEST section.

Is this the correct section to write the text? I'm just wanting to write an introduction to my website in this space that will be visible to all. I did try to modify define_main_page in the admin section only, when i wrote the text here, it was displayed on ALL my pages. I want it on the home page only!

I have a feeling I am putting the text in the wrong place so am hoping someone could tell me where I need to put it!

Thanks,

Gary :smile:

22 Jan 2007, 7:21 PM
#2
handcrafteduk avatar

handcrafteduk

Zen Follower

Join Date:
Jul 2006
Posts:
240
Plugin Contributions:
0

Re: Change Main Page Content

oh no, the text still appears on all the pages! :(

23 Jan 2007, 4:30 PM
#3
handcrafteduk avatar

handcrafteduk

Zen Follower

Join Date:
Jul 2006
Posts:
240
Plugin Contributions:
0

Re: Change Main Page Content

HI again,

Does anyone have any ideas as to how I can sort this? I'm only about two weeks away from finishing my site!!! :smile: :smile: :smile: :smile: :smile:

24 Jan 2007, 1:50 AM
#4
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Location:
Summer:Ontaio, Winter:Texas
Posts:
211
Plugin Contributions:
0

Re: Change Main Page Content

HandcraftedUK:

HI again,

Does anyone have any ideas as to how I can sort this? I'm only about two weeks away from finishing my site!!! :smile: :smile: :smile: :smile: :smile:

Well I was under the impression that you would write your Home/Index text in:
includes/languages/english/html_includes/YourTEMPLATE/define_main_page.php

but I am very new to this....

24 Jan 2007, 1:55 AM
#5
handcrafteduk avatar

handcrafteduk

Zen Follower

Join Date:
Jul 2006
Posts:
240
Plugin Contributions:
0

Re: Change Main Page Content

HI,

Thanks for the reply. Well, inputting any text into that area also puts the content on all of the pages instead of on the home page.

Thanks for trying though! :smile:

24 Jan 2007, 2:07 AM
#6
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Location:
Summer:Ontaio, Winter:Texas
Posts:
211
Plugin Contributions:
0

Re: Change Main Page Content

HandcraftedUK:

HI,

Thanks for the reply. Well, inputting any text into that area also puts the content on all of the pages instead of on the home page.

Thanks for trying though! :smile:

well this locations works for me
includes/languages/english/html_includes/XXX/define_main_page.php
and it shows only on my home page..