How to get involved in development
-
Hi,
I created some extensions for AEC like Pinboard-View, List-View, Printlist (normal & grouped), Venue in Month-Calendar and so on. But I’m tired to modify this after every new Version of AEC.
So I ask for get involved in development of aec.eg: Long event website break the template.
Solution in helperfunction the_aec_address():if( $website = get_post_meta( $venue_id, 'website', true ) ) { $urlname = (strlen($website) > 30 ? substr($website,0,20)."…".substr($website,strlen($website)-10) : $website); $meta[] = sprintf( '<a href="%s" target="_blank">%s</a>', $website, $urlname ); }
Andreas
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get involved in development’ is closed to new replies.