alexwparis
Forum Replies Created
-
Hello Cais,
Sorry for the delay. I had a loooong pause with this job.
Actually, I just received the real pictures from the photograph.
Using NGG and Social gallery makes my catalog amazing. 😀Concerning your answear, thanks a lot.
Social gallery support was not able to help me.So using your proposition and a post I found on stackoverflow, I have managed to echo only first line. Here is my code.
echo strtok( $image->caption, "\n" );Thanks mate !
AlexandreHello Caimin,
Thanks for the posts.
I am trying to do the same as Kantti.in categories.php, at the line :
wp_dropdown_categories(array( 'hide_empty' => 0, 'orderby' =>'name', 'name' => 'category', 'hierarchical' => true, 'taxonomy' => EM_TAXONOMY_CATEGORY, 'selected' => $args['category'], 'show_option_none' => $args['categories_label'], 'class'=>'em-events-search-category'));I have replaced wp_dropdown_categories with wp_category_checklist
As a result, the category aspect of the search-event module has disappeared.
I have tried to take some parameters out of the line like ‘hide_empty’ and other but nothing happend.
Do you have any suggestion ?
Thanks !
Alex