Author Topic: kewords and description  (Read 293 times)

0 Members and 1 Guest are viewing this topic.

Offline svarog

  • phpd Basic Member
  • **
  • Posts: 30
  • Karma: 0
    • View Profile
kewords and description
« on: March 08, 2010, 05:51:57 AM »
Since i make modification approve video http://phpdirector.co.uk/forum/index.php/topic,327.0.html
i can't change keywords and description from the admin panel.

And on the main page they are read from the default option not from the database as should be

Offline winracer

  • Development Team
  • Pro Member
  • *******
  • Posts: 446
  • Karma: 3
    • View Profile
    • helpmewithperl.com
  • Script Version: 1.0+
Re: kewords and description
« Reply #1 on: March 08, 2010, 04:27:19 PM »
Since i make modification approve video http://phpdirector.co.uk/forum/index.php/topic,327.0.html
i can't change keywords and description from the admin panel.

And on the main page they are read from the default option not from the database as should be


Did it work before?

see if this works
go to you oprions.tpl and change maxlength="70" to maxlength="200" on these two like

<tr>
                     <td class="first"><strong>Meta Description</strong></td>
                     <td class="last"><input name="metadescription" type="text" value="{$options[options].metadescription}" size="70" maxlength="200" /></td>
                  </tr>
                  <tr>
                     <td class="first"><strong>Meta Keywords</strong></td>
                     <td class="last"><input name="metakeywords" type="text" value="{$options[options].metakeywords}" size="70" maxlength="200" /></td>
                  </tr>
winracer
myfunnypets.com
helpmewithperl.com
coosavalleyclassifieds.com
brownlows.net
myphpforum.com

Offline svarog

  • phpd Basic Member
  • **
  • Posts: 30
  • Karma: 0
    • View Profile
Re: kewords and description
« Reply #2 on: March 09, 2010, 02:25:47 PM »
yes it was working

Offline winracer

  • Development Team
  • Pro Member
  • *******
  • Posts: 446
  • Karma: 3
    • View Profile
    • helpmewithperl.com
  • Script Version: 1.0+
Re: kewords and description
« Reply #3 on: March 09, 2010, 03:07:35 PM »
winracer
myfunnypets.com
helpmewithperl.com
coosavalleyclassifieds.com
brownlows.net
myphpforum.com

Offline svarog

  • phpd Basic Member
  • **
  • Posts: 30
  • Karma: 0
    • View Profile
Re: kewords and description
« Reply #4 on: March 09, 2010, 06:24:22 PM »
sorry but what i mean is that they were getting on the page before. now i can change them but steel not get them on the page.so it doesn't meter if i change them via admin.

my  meta

Code: [Select]
<meta http-equiv="X-UA-Compatible" content="IE=8" >
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="author" content="SVAROG"/>
<meta name="theme" content="Dark Videos II"/>
<meta name="description" content="{$config_metadescription}" />
<meta name="keywords" content="{$config_metakeywords}" />

Offline svarog

  • phpd Basic Member
  • **
  • Posts: 30
  • Karma: 0
    • View Profile
Re: kewords and description
« Reply #5 on: May 16, 2010, 07:49:45 AM »

Offline ultrafoxus

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • View Profile
    • sbobet
Re: kewords and description
« Reply #6 on: June 01, 2010, 03:04:52 PM »
thank you for all information  8) 8)