Making custom page with tips & tricks Making custom page with tips & tricks
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Making custom page with tips & tricks

Started by EndlessQuest, January 02, 2012, 05:00:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

EndlessQuest

Hi all,

first of all best wishes for 2012 to anyone reading this!

Now, I have a question. I have created some custom pages, one with FAQ`s  (http://www.richards-fotos.nl/test/howto.php)  which is already working, and now I am working on several pages that will make up a Tips & Tricks section (http://www.richards-fotos.nl/test/tips_tricks_algemeen.php).

I am not very skilled in programming in PHP and HTML, so I try to use whatever I have available and adjust that to make it work for me. So, to create the FAQ page, I took the register.php file and changed the content into what I wanted. It looks just fine on the screen, but I noticed that in the Internet Explorer tab, the page is still called "register" or in dutch "Gebruikers Registratie."  So, somwhere in the code I probably need to change that into what I want. But where do I do that? (And how?)

Here is my gallery, in test setup www.richards-fotos.nl/test/index.php

Who can help me with this?

ΑndrĂ©

You have to change the parameter within the pageheader function.