24-Apr-2013, 07:51 PM
Hi Steven, I'm preparing a second installation of Commentics into my second website. It's a personal genealogy website (Chambers Family Ancestry) that uses TNG software (The Next Generation of Genealogy Site Building). The program is written mostly in PHP and is a huge piece of software.
To my knowledge there are no other TNG websites that has Commentics added in. Thus I'll be the first.
I will be installing the Comments on the Individual persons only pages (a total of 961 people). The PHP page that generates the Individual person (such as my Great Great Great Grandfather - Charles Hamilton Chambers) is called getperson.php and I have isolated the PHP script that calls in just the name only.
What I need advice with is: when creating a new Comments page, Commentics is set up to pull in the page Title <title>. However, in TNG the automatically generated page title will be far too much information to use with Commentics.
For example, if I were to install Commentics at Chambers Family Ancestry, it would pull in the title of each person such as:
I want Commentics to import only the name of the person without all the other data.
My question is, exactly where in Commentics can I change the specific script to call in a custom page Title?
Any advice will be most appreciated.
Also, one more question. I see a lot of nice and important changes coming in the next version of Commentics. When do you suppose you'll be releasing this next version?
To my knowledge there are no other TNG websites that has Commentics added in. Thus I'll be the first.
I will be installing the Comments on the Individual persons only pages (a total of 961 people). The PHP page that generates the Individual person (such as my Great Great Great Grandfather - Charles Hamilton Chambers) is called getperson.php and I have isolated the PHP script that calls in just the name only.
What I need advice with is: when creating a new Comments page, Commentics is set up to pull in the page Title <title>. However, in TNG the automatically generated page title will be far too much information to use with Commentics.
For example, if I were to install Commentics at Chambers Family Ancestry, it would pull in the title of each person such as:
Code:
<title>CHAMBERS, Charles Hamilton b. 18 Apr 1829 Blount County, Tennessee, United States d. 20 Sep 1880 Blount County, Tennessee, United States: Chambers Family Ancetsry</title>
I want Commentics to import only the name of the person without all the other data.
My question is, exactly where in Commentics can I change the specific script to call in a custom page Title?
Any advice will be most appreciated.
Also, one more question. I see a lot of nice and important changes coming in the next version of Commentics. When do you suppose you'll be releasing this next version?