El enlace a la descarga del MOD: http://www.phpbb-es.com/foro/mods-desar ... dge%20base
Aunque es un MOD abandonado, he mirado en phpBB.com en el hilo de éste y el propio autor dice lo siguiente:
Pues una vez que hago todo ésto, los artículos perfectos. Si es uno existente, lo edito y aparece un nuevo campo para poner la url, lo pongo y perfecto, la dirección sería urldelsitio/knowledge/nombredelarticulo.htmltas2580 escribió:Then I have added something for beter SEO, you can give a filename to every article, open the kb_config.php and set
toCódigo: Seleccionar todo
define('KB_SEO', false);
after that you can enter a filename by editing a article. If a article has no filename the normal way will be used and the article will be opend by his ID (kb_show.php?id=123). Articles with filenames will be opend by .../filename.html. To use this feature your server need to support mod_rewrite.Código: Seleccionar todo
define('KB_SEO', true);
I have made the configuation with a config file and not by ACP, because you shuld not change it later.
If someone has language files, pleace send it to me or post it here so I can add them with the next version.
El problema viene con las categorías y sub-categorías que se convierten las urls a urldelsitio/knowledge/categorie-(y un número que va del 0 al 9).html claro que así al intentar acceder a una categoría o sub-categoría pues no se enlaza. He probado a editar desde el ACP una categoría pero no me aparece ningún campo para crear la url.
En la web del autor está instalado este MOD y pasa lo mismo que en phpBB.com las urls de los artículos y de las categorías y sub-categorías tienen urls con el nombre de la categoría y terminado en ".html" .
Por si necesitáis mirar algo en mi Base de Datos la url es: http://la-futboleria.com/basededatos/ veréis que difiere un poco de la original. Fue gracias al amigo Leviatan

Saludos y gracias por vuestra atención.