
05-25-2011, 02:09 AM
|
Mosets'd
|
|
Join Date: May 2011
Posts: 1
|
|
impossible d'insérer une image - Category-specific Add Listing form
Hello,
I modified the template file "page_addListing.tpl.php" for the Category-specific Add Listing form (see this thread: http://forum.mosets.com/showthread.php?t=13511).
Unfortunately, since I added the code at the beginning of file, it is impossible to upload an image (the submit button is not clickable), a solution?
Thank you
Code added at the beginning of file "page_addListing.tpl.php" :
Quote:
<?php
/* Champs ID => Categorie a afficher */
/*Categorie ampli : 83,84,85,86*/
/*Categorie guitare : 79,80,81,82*/
$catfields = array(
29 => array(83,84,85,86), /*Puissance*/
33 => array(79,80,81,82), /*Tremolo*/
31 => array(79,80,81,82), /*Corps*/
32 => array(79,80,81,82), /*Touche*/
34 => array(79,80,81,82), /*Micros*/
35 => array(79,80,81,82) /*Manche*/
);
?>
|
|