Author Topic: How do you add text inside bottom frame?  (Read 5035 times)

0 Members and 1 Guest are viewing this topic.

Offline johnson

  • Pre-Newbie
  • Posts: 3
    • View Profile
How do you add text inside bottom frame?
« on: December 24, 2006, 04:18:53 PM »
I would like to add more text to the lower part of the script (above-Powered by 4images 1.7.4
Copyright © 2002-2006 4homepages.de )
Also how can I add keyword for the website?
I understand the picture will each have keywords but I want to add keywords for the website itself.
Since I have read some other postings and I can see the editor of this site often does not have time to answer question,
I have no problem taking advice from  another member.
Thank you to all who contribute.
Ms Johnson

manurom

  • Guest
Re: How do you add text inside bottom frame?
« Reply #1 on: December 25, 2006, 04:17:14 AM »
Hello, Ms Johnson;
you can add what you want in the footer, as long as you keep the original 4Homepages Copyright.
You will find it in "includes/page_header.php". In my version, 1.7.4, it is located by the line #122:
Code: [Select]
<p id="copyright" align="center">
  Powered by <b>4images</b> '.SCRIPT_VERSION.'
  <br />
  Copyright &copy; 2002-'.date('Y').' <a href="http://www.4homepages.de" target="_blank">4homepages.de</a>
</p>

If you want to add keywords describing your site to indexing robots, edit templates/your_template/header.html and make changes by adding:
Code: [Select]
<meta name="keywords" content="write your keywods here">
For instance:
Code: [Select]
<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum">As you can see here, using your browser and "view source".

Offline johnson

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: How do you add text inside bottom frame?
« Reply #2 on: December 25, 2006, 04:25:15 AM »
Thank You 4 your help.
Have a nice Holiday.  :D

manurom

  • Guest
Re: How do you add text inside bottom frame?
« Reply #3 on: December 25, 2006, 04:53:58 PM »
I forgot:
you can also simply edit templates/your_template/footer.html

Offline johnson

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: How do you add text inside bottom frame?
« Reply #4 on: December 25, 2006, 06:29:59 PM »
Thats ok the other way worked out fine.
What line do I add the code for search engines or does it not matter?

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: How do you add text inside bottom frame?
« Reply #5 on: December 25, 2006, 08:06:40 PM »
Hi,

is not importend...
search in header.html:
Code: [Select]
<meta http-equiv="content-type" content="text/html; charset={charset}" /> after ad your keywords code


Kurt