Je te donnerai le foreach complet...
Mais je lis mes mails avant.
;-)
Hors ligne
Je n'ai pas testé...
{foreach from=$category_options key=catId item=catName}
{if substr($catName,0,6)!=" "}
<option value="$catId" label="$catName">$catName</option>
{/if}
{/foreach}
Tu nous diras (cela marche en théorie pour cette boite mais cela pourrait dans d'autres cas nécessiter un code plus complexe.
;-)
Hors ligne
Une fois avec $, et 2 fois sans ... c'est normal ?
VDigital a écrit:
{foreach from=$category_options key=catId item=catName}
Hors ligne
Annule et remplace
{foreach from=$category_options key=catId item=catName}
{if substr($catName,0,6)!=" "}
<option value="$catId" label="$catName">{$catName}</option>
{/if}
{/foreach}
Hors ligne
Les sous catégories ne sont plus affichées, une bonne chose mais par contre bug quand je fais une recherche
Voici le message d'erreur:
Warning: get_subcat_ids expecting numeric, not string in /homez.154/www/photo-evenementielle/include/functions_category.inc.php on line 351
Warning: [mysql 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 '))
ORDER BY date_available DESC, file ASC, id ASC' at line 9
SELECT DISTINCT(id)
FROM pwg_images i
INNER JOIN pwg_image_category AS ic ON id = ic.image_id
WHERE (
(file=100
OR name=100
OR comment=100
OR author=100))
AND (category_id IN ())
ORDER BY date_available DESC, file ASC, id ASC in /homez.154/www/photo-evenementielle/include/functions.inc.php on line 918
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /homez.154/www/photo-evenementielle/include/functions.inc.php on line 936
Warning: Cannot modify header information - headers already sent by (output started at /homez.154/www/photo-evenementielle/include/functions_category.inc.php:351) in /homez.154/www/photo-evenementielle/include/page_header.php on line 98
Hors ligne
Je chercherai demain à moins qu'un autre rectifie...
;-)
Hors ligne
Annule et remplace
{foreach from=$category_options key=catId item=catName}
<option value="$catId" label="$catName"{if substr($catName,0,6)==" "}
style="display: none;"{/if}>{$catName}</option>
{/foreach}
Hors ligne