Kod:
[b]Tych instrukcji nie da się wykonać automatycznie. Wykonaj je ręcznie, nie omiń żadnej z nich[/b]
___________________
NOTE : translations
___________________
French Install files are in the translations/ folder of this release.
________________________________________
>>>> INSTALLATION INSTRUCTION <<<<<
________________________________________
If you are using the Ultimate SEO URL mod (http://www.phpbb-seo.com/en/phpbb-mod-rewrite/ultimate-seo-url-t4608.html), you will find many settings in the phpBB SEO extended acp settings.
Otherwise, you'll find some pretty obvious code you may want to modify upon your needs in phpbb_seo/phpbb_seo_meta.php :
// default values, leave empty to only output the corresponding tag if filled
$this->meta_def['robots'] = 'index,follow';
// global values, if these are empty, the corresponding meta will not show up
$this->meta['category'] = 'general';
$this->meta['distribution'] = 'global';
$this->meta['resource-type'] = 'document';
...
// default values, leave empty to only output the corresponding tag if filled
$this->meta_def['title'] = $config['sitename'];
$this->meta_def['description'] = $config['site_desc'];
$this->meta_def['keywords'] = $config['site_desc'];
// global values, if these are empty, the corresponding meta will not show up
$this->meta['lang'] = $config['default_lang'];
$this->meta['copyright'] = $config['sitename'];
You'll as well find some setting you may want to change (default are good) :
/**
* Some config :
* => keywordlimit : number of keywords (max) in the keyword tag,
* => wordlimit : number of words (max) in the desc tag,
* => wordminlen : only words with more than wordminlen letters will be used, default is 2,
* => bbcodestrip : | separated list of bbcode to fully delete, tag + content, default is 'img|url|flash',
* => ellipsis : ellipsis to use if clipping,
* => topic_sql : Do a SQL to build topic meta keywords or just use the meta desc tag,
* => check_ignore : Check the search_ignore_words.php list.
* Please note :
* This will require some more work for the server.
* And this is mostly useless if you have re-enabled the search_ignore_words.php list
* filtering in includes/search/fulltest_native.php (and of course use fulltest_native index).
* => bypass_common : Bypass common words in viewtopic.php.
* Set to true by default because the most interesting keywords are as well among the most common.
* This of course provides with even better results when fulltest_native is used
* and search_ignore_words.php list was re-enabled.
* => get_filter : Disallow tag based on GET var used : coma separated list, will through a disallow meta tag.
* => file_filter : Disallow tag based on the physical script file name : coma separated list of file names
* Some default values are set bellow in the seo_meta_tags() method,
* most are acp configurable when using the Ultimate SEO URL mod :
* => http://www.phpbb-seo.com/en/phpbb-mod-rewrite/ultimate-seo-url-t4608.html (en)
* => http://www.phpbb-seo.com/fr/mod-rewrite-phpbb/ultimate-seo-url-t4489.html (fr)
**/
var $mconfig = array('keywordlimit' => 15, 'wordlimit' => 25, 'wordminlen' => 2, 'bbcodestrip' => 'img|url|flash|code', 'ellipsis' => ' ...', 'topic_sql' => true, 'check_ignore' => false, 'bypass_common' => true,
// Consider adding ", 'p' => 1" if your forum is no indexed yet or if no post urls are to be redirected
// to add a noindex tag on post urls
'get_filter' => 'style,hilit,sid',
// noindex based on physical script file name
'file_filter' => 'ucp',
);
Moje pytanie brzmi gdzie ja to mam wkleić ręcznie ?? bo nie czaję, wszystko jak instrukcja kazała zrobiłem a tu masz los. tego nie opisano jak i gdzie