- Posts: 7245
- Thank you received: 566
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question JoniJnm Edition 1.4.2
17 years 2 months ago #1929
by Matias
Replied by Matias on topic Re:Kunena - JoniJnm Edition 1.2.8
We would like to see what you have to offer. It's always better to work together than alone.
Let's not flood this forum with the details.
Let's not flood this forum with the details.
The topic has been locked.
- abraxas9083
-
- Offline
- Junior Member
-
Less
More
- Posts: 39
- Thank you received: 0
17 years 2 months ago - 17 years 2 months ago #2196
by abraxas9083
Replied by abraxas9083 on topic Re:Kunena - JoniJnm Edition 1.2.8
JoniJnm wrote:
Jonin, tengo problemas con el gracias, despues de darlo no se queda guardado y la votacion cada vez que paso el mouse encima de el para votar se rompen las imagenes.
Que crees que pueda ser,me da la impresion de que podria ser algun conflicto con el sistema de URLs amigables de joomla 1.5
English
# -> Fixed bug
+ -> Added
^ -> Changed/Improved
- -> Removed
! -> Note
Kunena JoniJnm Edition
Version: 1.2.8
Base: Kunena 1.0.7b
2009-08-02
+ Plugins Thanks
^ Change title's color (was camouflaged with the page)
! The images wont be resized, will be moved with scroll
- Choose orden messages
2009-07-02
+ Spanish language (kunena.spanish.php)
+ Spanish images
+ Plugin Optimize
+ Plugin Vote
# Include language in administration (admin.kunena.php - Linea 34)
^ Page's title (fb_pathway.php - Linea 161)
^ Plugin chili to geshi 1.0.8.2
^ Lost session when send a message (post.php)
! Moved default_ex to default
- Templates default_red, default_green y default_gray
Español
# -> Bug arreglado
+ -> Añadido
^ -> Modificado/Mejorado
- -> Elimiado
! -> Nota
Kunena JoniJnm Edition
Versión: 1.2.8
Base: Kunena 1.0.7b
2009-08-02
+ Plugins Gracias
^ Cambiado el color "herramientas del foro" (Se camuflaba con el fondo)
! Desactivado máximo píxeles de las imágenes, se moveran con scroll (kunena.parser.php)
- Elegir timo de orden en los mensajes
2009-07-02
+ Idioma español (kunena.spanish.php)
+ Counjunto de imágenes en español
+ Plugin optimizar
+ Plugin Votar
# Incluir idioma en la administración (admin.kunena.php - Linea 34)
^ Title de la página (fb_pathway.php - Linea 161)
^ Plugin chili por geshi 1.0.8.2
^ Perdida de sesión al enviar un mensaje (post.php)
! Movido carpeta default_ex a default
- Plantillas default_red, default_green y default_gray
Docs: (spanish) www.jonijnm.es/wiki/index.php?title=Kunena_JoniJnm_Edition
Demo: www.jonijnm.es/foro.html
Download: www.jonijnm.es/descargar/cat_view/63-kunena.html
Jonin, tengo problemas con el gracias, despues de darlo no se queda guardado y la votacion cada vez que paso el mouse encima de el para votar se rompen las imagenes.
Que crees que pueda ser,me da la impresion de que podria ser algun conflicto con el sistema de URLs amigables de joomla 1.5
Last edit: 17 years 2 months ago by abraxas9083.
The topic has been locked.
17 years 2 months ago - 17 years 2 months ago #2205
by JoniJnm
Replied by JoniJnm on topic Re:Kunena - JoniJnm Edition 1.2.8
Puedes decirme tu web para que pueda verlo con firebug?
Comprueba que tienes las tabas #__fb_gracias_m, #__fb_gracias_u, #__fb_votar_m, #__fb_votar_u si no las tienes créalas. Si no sabes como comprobarlo o crearlas, avisa
Comprueba que tienes las tabas #__fb_gracias_m, #__fb_gracias_u, #__fb_votar_m, #__fb_votar_u si no las tienes créalas. Si no sabes como comprobarlo o crearlas, avisa
Code:
CREATE TABLE IF NOT EXISTS `jos_fb_gracias_m` (
`id` int(255) NOT NULL auto_increment,
`msgid` int(255) NOT NULL,
`usuarios` tinytext,
UNIQUE KEY `id` (`id`));
CREATE TABLE IF NOT EXISTS `jos_fb_gracias_u` (
`id` int(255) NOT NULL auto_increment,
`usuario` tinytext NOT NULL,
`recibidas` int(255) NOT NULL default '1',
`dadas` int(255) NOT NULL default '1',
`mensajes` tinytext NOT NULL,
UNIQUE KEY `id` (`id`));
CREATE TABLE IF NOT EXISTS `jos_fb_votar_m` (
`id` int(255) NOT NULL auto_increment,
`puntos` int(255) NOT NULL,
`votos` int(255) NOT NULL,
`thread` int(255) NOT NULL,
UNIQUE KEY `id` (`id`));
CREATE TABLE IF NOT EXISTS `jos_fb_votar_u` (
`id` int(255) NOT NULL auto_increment,
`usuario` tinytext NOT NULL,
`threads` tinytext NOT NULL,
UNIQUE KEY `id` (`id`));
Last edit: 17 years 2 months ago by JoniJnm.
The topic has been locked.
- abraxas9083
-
- Offline
- Junior Member
-
Less
More
- Posts: 39
- Thank you received: 0
17 years 2 months ago #2206
by abraxas9083
Replied by abraxas9083 on topic Re:Kunena - JoniJnm Edition 1.2.8
muchas gracias por tu ayuda, efectivamente no se como comprobarlo o crearlas.
The topic has been locked.
17 years 2 months ago #2210
by JoniJnm
Replied by JoniJnm on topic Re:Kunena - JoniJnm Edition 1.2.8
Para comprobar si están puedes hacerlo con el componente
pu database admin
Para crearlas, ve al panel de control de tu hosting, entra en phpmyadmin, selecciona arriba a la izquierda tu base de datos, da a SQL, escribe lo de arriba y a continuar.
Si no sabes hacer esto último o no tiene tu host phpmyadmin te digo otra forma
Para crearlas, ve al panel de control de tu hosting, entra en phpmyadmin, selecciona arriba a la izquierda tu base de datos, da a SQL, escribe lo de arriba y a continuar.
Si no sabes hacer esto último o no tiene tu host phpmyadmin te digo otra forma
The topic has been locked.
- abraxas9083
-
- Offline
- Junior Member
-
Less
More
- Posts: 39
- Thank you received: 0
17 years 2 months ago #2288
by abraxas9083
Replied by abraxas9083 on topic Re:Kunena - JoniJnm Edition 1.2.8
muchas gracias, ya lo hice y veo que ahora si se queda grabado las gracias. El otro problema que tengo es la votacion que cada vez que paso el mouse encima de las estrellas desaparece la imagen (ya la votacion queda registrado)
gracias nuevamente
gracias nuevamente
The topic has been locked.
Time to create page: 0.381 seconds