Do you have a github repo of EP?
On Dec 29, 9:37 am, "Jenny.S" <
jennysong...@gmail.com> wrote:
> Hello Kunal,
>
> Congrates on your new platform in FB! Hope you enjoy the new place!
>
> Since FB takes you away from us, I decide to modify EP for current BP1.5.
> I've been using BPCP for most of my stuffs and understand the structures
> very well. so, there are not much difficulties on converting the wrapper.
> There are some details, not really a question about BPCP, but hope to get
> some help here-- when it comes to the part of "current_event", I don't
> know what to do.
> * $bp->events->current_event = new $current_ep_class( );*
> $current_ep_class is supose to be the $ep_models['events'] , a class to
> store data for the current BP item. ep data saved in posts, but what should
> I put here $this->current_event = ?
>
> Another thing is that I moved tags and cats to front end, replaced them and
> submit box with *WP standard meta box*(the standard ones at back end),