aday gonzalez Posted May 20, 2014 at 03:35 PM Share Posted May 20, 2014 at 03:35 PM Hola, hace unas horas me puesto manos a la obra para crear un formulario custom para añadir de distintas formas los "listings". El problema que tengo es que no se muy bien donde se define el método para enviarlo (por ejemplo add_new_listing.php) he encontrado el components/com_jreviews/jreviews/views/themes/default/listings/create_form.thtm y el create.thtml, he podido realizar varias modificaciones, pero a la hora de crear mi propio formulario y darle las directrices, me da varios errores. Hasta ahora, sólo he podido añadir mediante mi formulario el título del listing y el alias, aquí abajo se ve un ejemplo de como realizo el formulario: <input class="jr-title jrTitle" type="text" name="data[Listing][title]" value="ejemplo" maxlength="255"> Pero a la hora se añadir los demás campos, los jr-form-listing-fields (<input type="text" name="data[Field][Listing][jr_year]" value="2014">) no añade nada. Necesito saber como hacer para crear un formulario custom y poder añadir los campos que yo desee sin ser los del panel de control. Estoy desarrollando un método para subir las fichas de imdb con un script a mi web, pero claro, sin tener los registros y saber donde hay que subir la información es complicado. Gracias. Link to comment
Alejandro Posted May 20, 2014 at 03:54 PM Share Posted May 20, 2014 at 03:54 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
aday gonzalez Posted May 20, 2014 at 04:19 PM Author Share Posted May 20, 2014 at 04:19 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted May 20, 2014 at 05:04 PM Share Posted May 20, 2014 at 05:04 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
aday gonzalez Posted May 20, 2014 at 09:41 PM Author Share Posted May 20, 2014 at 09:41 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted May 21, 2014 at 04:01 AM Share Posted May 21, 2014 at 04:01 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts