HI.. Im having a problem and wondering how to fix it and I think this section of one of the FAQs tells me but I don't understand what it's telling me to do.
this is the problem. I don't like the standard list of pages under the information side box. I have no need for a "conditions of use" page. I tried updated everything i could and changing it to be called COMPANY_POLICIES and company_policies.php but i'm just starting to learn PHP and its so different then html.. there is no page that I can find that houses all the info in one spot so I have no idea what I'm doing wrong.
Am I even going to be able to change this or will i have to create a new file and then how do I change the link>? Or is I can do this - how?
the FAQ I found said this -
And maybe I just don't the whole "call your filename" and how would I create a file for the file name.. what do i put in the file? i found the filename.php file but do i just copy that and put it in extra datafiles and just remove all the other stuff....Calling custom file names - /includes/filenames.php
Example: You create a custom page, about_us and need to call the filename.
Rather than putting a new define in /includes/filenames.php, you should call the filename from the existing directory,
/includes/extra_datafiles.
Create a new filename, about_us_filenames.php and place this file in /includes/extra_datafiles.
In this file, you would have the code:
This file will be called automatically, as would any other file in this directory, thereby telling the system what your custom filenames are.
so confused...
any advice is welcome.... thx :)
Rae



