ziostanko Posted November 29, 2010 Share Posted November 29, 2010 Ciao a tuttiho un modulo che include dei video nelle schede prodotto.I video hanno come nome file l'id del prodotto...è possibile nel product.tpl fare un if che verifica se il file esiste?ho provato così {if count({$content_dir}upload/{$product->id|intval}.flv) > 0} e anche così: {if file_exists({$content_dir}upload/{$product->id|intval}.flv)} non funziaqualcuno sa se è possibile farlo??grazie Link to comment Share on other sites More sharing options...
ziostanko Posted November 30, 2010 Author Share Posted November 30, 2010 risolto in altra maniera...ho aggiunto un checkbox nell'adminproducts che scrive nel db... il file exists non sono riuscito a farlo andare. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now