Je me posais la question parce que ce mod m'intèresse...
GYM Sitemaps est il compatible avec phpBB 3.0.RC7 ? ou le sera-t-il bientöt ?
Modérateur: Modérateurs

dcz a écrit:Il ne l'est pas. La version phpBB3 est en cours de développement, c'est pour bientôt.
En attendant, teaser :
-http://phpbb3.phpbb-seo.net/sitemap.php
-http://phpbb3.phpbb-seo.net/rss.php
-http://phpbb3.phpbb-seo.net/rss.php?m

UncleVIBES a écrit:Je repose quelques mois après la même question après avoir essayé le mod sitemap en beta chez www.phpbb.com

function clean_for_xml($string)
{
$before = array('&', "'", '"', '>', '<');
$after = array('&', ''', '"', '>', '<');
$string = str_replace($before, $after, $string);
return $string;
}function clean_for_xml($string)
{
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
global $phpbb_seo;
return $phpbb_seo->fomat_url($string);
// www.phpBB-SEO.com SEO TOOLKIT END
} $sql = 'SELECT topic_id, topic_title, topic_last_post_time FROM '. TOPICS_TABLE;
Retourner vers GYM Sitemaps phpBB2
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 2 invités