Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Hacer que las URLs tengan los nombres de los temas
Páginas (2): 1 2   
augusto   2 Apr, 2011, 8:18 pm
#1
Hola pues aquí con otra consulta, me gustaría saber como se puede lograr que cada tema al ser publicado tenga por url el título que le puso el creador del mismo. Lo he visto en varios foros, incluso aquí, y me han dicho que es muy amigable con los buscadores. Gracias por su tiempo y respuestas.
wsoulrc   2 Apr, 2011, 8:53 pm
#2
es el plugin google SEO
augusto   2 Apr, 2011, 10:45 pm
#3
Gracias Smile lo busqué con ese nombre y lo hallé http://mods.mybb.com/view/google-seo

Súper Smile
nentab   3 Apr, 2011, 4:16 am
#4
Y si quieres un tutorial: [Tutorial] Instalar Google SEO v1.1.3 (en español) en MyBB 1.6.x
Mochihost   3 Apr, 2011, 7:34 am
#5
existen otros plugins, pero creo que ese es el mejor
augusto   3 Apr, 2011, 11:27 am
#6
Gracias, por cierto, ¿agarra también la actualización al 1.6.2? porque mientras he estado modificando me ha salido el aviso para actualizar aunque creo que mejor instalo de frente el nuevo paquete en el host y luego migro el theme nomás.
nentab   3 Apr, 2011, 12:30 pm
#7
Si usas el functions correcto sí. En el tutorial que hice ya está puesto según versiones.
augusto   3 Apr, 2011, 1:26 pm
#8
Me sale el siguiente error
Cita:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci' at line 8
Query:
CREATE TABLE mybb_google_seo( active TINYINT UNSIGNED, idtype TINYINT UNSIGNED NOT NULL, id INT UNSIGNED NOT NULL, url VARCHAR(120) NOT NULL, UNIQUE KEY (idtype, url), UNIQUE KEY (active, idtype, id) ) TYPE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
nentab   3 Apr, 2011, 1:34 pm
#9
Cuando te sale eso?
DARKNESSDH_mybb_import8424   3 Apr, 2011, 2:08 pm
#10
de seguro cuando instala el plugin...

ve a phpmyadmin, > seleccionas la db > te vas a la pestaña SQL

y pones esto

Código PHP:
<?php 
CREATE TABLE mybb_google_seo
( active TINYINT UNSIGNED, idtype TINYINT UNSIGNED NOT NULL, id INT UNSIGNED NOT NULL, url VARCHAR(120) NOT NULL, UNIQUE KEY (idtype, url), UNIQUE KEY (active, idtype, id) ) TYPE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.