• Resolved Hondo6566

    (@hondo6566)


    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

    • This topic was modified 7 years, 9 months ago by Hondo6566.
Viewing 1 replies (of 1 total)
  • Plugin Author Yendif Player

    (@yendif-player)

    I’m happy that you have developed some extensions for our plugin ??

    Our next version 1.6.1 is ready and released by this Monday. I assure, our plugin will be added to GITHUB after this release and you can join us there. You can also mail the files to [email protected], So, we can add them in our 1.6.2 version.

Viewing 1 replies (of 1 total)
  • The topic ‘How to get involved in development’ is closed to new replies.