Missing Description.
« on: June 02, 2018, 05:02:36 PM »
Just upgraded to latest version from 7.0. V7 displayed the Title and the Content for each item displayed.
Now, there is no description displayed at all - only the title. (no content change made).

[ External links are visible to forum administrators only ]   
Sample file title/description: index.php
<title>The Depression and Bipolar Support Alliance of Northern Virginia</title>
<meta name="verify-v1" content="BanO4vqwFa1VjelUgxodQFG+bn0iYh5qc4pgydrMUBc=">
<meta name="Keywords" content=
    "bipolar,bipolar disorder,manic depression,bipolar depression,mania,depression,support group,support groups,bipolar support group,bipolar symptoms,bipolar treatment,bipolar disease,northern virginia,virginia,prince william,fairfax,loudoun">
<meta name="Description" content=
    "The Depression and Bipolar Support Group for Northern Virginia is an affiliate of the Depression and Bipolar Support Alliance. The group serves Fairfax, Prince William and Loudoun Counties. Support groups for family and those with bipolar disorder meet regularly.">



Re: Missing Description.
« Reply #1 on: June 03, 2018, 04:56:44 AM »
Hello,

please add this in generator/data/generator.conf file:
Code: [Select]
<option name="xs_metadesc">1</option>
Re: Missing Description.
« Reply #2 on: June 03, 2018, 05:53:00 AM »
That fixed it. Thanks so much.
Re: Missing Description.
« Reply #3 on: June 03, 2018, 11:07:01 AM »
I modified the line in the generator.conf file as you suggested.
<option name="xs_metadesc">1</option>
I created the sitemap and the description was included.

However, if I modified another option in the web interface and saved it, the line above was changed back to
<option name="xs_metadesc">0</option>
I had to manually change the line to use a >1< - then it would work again.

Obviously, this can be worked around - just thought I would let you know there is a problem with at least this field - "save a configuration change" and metadesc returns to a 0 value.