Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • gambare posted an update 13 years ago

    @bigsilk looks like you figured it out? Anyway I dropped buddypress and cms based social networks at all. This is because all available cms engines are very heavy, does a bunch of unnecessary mysql queries, and use up too much execution memory. I end up writing my own social network based on codeigniter framework.

  • gambare posted an update in the group EventPress: 13 years ago

    For some of you, there is localization issue solution:

    Well, the problem is that localization script is loaded in wrong place, too late to translate previously initiated script.
    All you have to do is to put

    load_plugin_textdomain( ‘eventpress’, false, basename( EP_DIR ) . ‘/lang’ );

    right after:

    function ep_WP() {
    global $ep_models, $ep_con…[Read more]

  • gambare posted an update 13 years ago

    @kunalb Hey, are you still supporting EventPress? I had written some minor improvements to the script of widgets and localization support and I would like to share it. I’m also going to add payments support in registration, because I’m gonna need it in my project. Cheers.

    • @Gambare Yes—I just released 0.1.2.4 on 2nd April, supporting WP3.1 though the last updated date didn’t change for some reason.

      I’ve started completely re-writing the calendar code, so you might want to check that the widgets support that. You’re welcome to add patches at code.google.com/p/eventpress.

      As for payments, there is another p…[Read more]

  • gambare posted on the forum topic Install other language in the group EventPress: 13 years ago

    Well, the problem is that localization script is loaded in wrong place, too late to translate previously initiated script. All you have to do is to put load_plugin_textdomain( ‘eventpress’, false, basename( EP_DIR ) . ‘/lang’ ); right after: function ep_WP() { global $ep_models, $ep_controllers, $ep_views; in file eventpress/controllers/wp.php…[Read more]

  • gambare joined the group EventPress 13 years ago

Skip to toolbar