Author Topic: how to write faq and term of service pages?  (Read 8670 times)

0 Members and 1 Guest are viewing this topic.

Offline mhd

  • Pre-Newbie
  • Posts: 2
    • View Profile
how to write faq and term of service pages?
« on: July 30, 2002, 06:08:48 AM »
hello all,

i would like to add simple pages of faq and term-of-service to the menu of 4images so that the users can access them in case they forget to look at the term-of-service when they signed up.  the problem is i'm not that good with php, so if somebody could tell me what code to write at the top, bottom (what file to include, etc.), and leave the middle (content) to me, i would really appreciate it.  thanks for your help!

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
how to write faq and term of service pages?
« Reply #1 on: July 30, 2002, 07:59:26 AM »
Create a new template. Maybe you should duplicate home.html. Save the template with the name faq.html. You can now call the page with
http://www.yourdomain.com/4images/index.php?template=faq

faq is the name of the template without the html file extension.

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline mhd

  • Pre-Newbie
  • Posts: 2
    • View Profile
how to write faq and term of service pages?
« Reply #2 on: August 01, 2002, 02:33:25 AM »
ah, thanks, i'll try it  :D  :lol:

Offline surferboy

  • Full Member
  • ***
  • Posts: 142
    • View Profile
Re: how to write faq and term of service pages?
« Reply #3 on: September 10, 2012, 03:20:34 AM »
Hi -

I made a faq page a long time ago and it lacks two things:

1. a title - how do I add one, similar to say Categories or Top Listed Images ... of course, I want it to read Frequently Asked Questions.  I know I need this code but that refers to a php script, right: <span class="title">{lang_top_images}</span>   ???

2. the background is light blue on the page and the text does not jump out.  I would like to have the text inserted into a table? a box? something to make the color background for the text a different color than light blue ... I still want the light blue for the background of the page in general ... hope you see what I am getting at ...

Thanks for any ideas!

- Brian