Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/10/2012, 07:38
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Problemas de validación y/o inserción en la BD. Setting API

Buenas rogertm, lo pudiste resolver ?, en cualquier caso te hago una pregunta y comentario, la pregunta, en theme_get_default_theme_options tienes definidas las key twitter-stuff - facebook-stuff ? y el comentario, ten en cuenta que tienes '' de mas en el html del input

mal
Código HTML:
Ver original
  1. <input name="theme_theme_options['<?php echo $social['name']; ?>']" />

bien
Código HTML:
Ver original
  1. <input name="theme_theme_options[<?php echo $social['name']; ?>]" />

Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)

Última edición por masterpuppet; 15/10/2012 a las 07:47