Profile picture of kunalb active 8 months, 1 week ago

kunalb

@kunalb

Resident audiophile. SciFi/fantasy addict. Part Civil Engineer, part Web developer/designer.

Location: New Delhi, India
  • kunalb posted on the forum topic Where is theme located in the group EventPress

    I’m not sure why this is happening—the trunk source code that is committed has ep correctly set: http://plugins.svn.wordpress.org/eventpress/trunk/eventpress.php. The compressed file being created seems to be picking up previous […]

    10 months, 1 week ago
  • kunalb posted a new activity comment

    Maybe you could add the file to the plugin itself and change the main bpcp.php file to include the class as required.

    In reply to - imjscn posted an update in the group BuddyPress Custom Posts: @kunalb , I want to create a meta box in view.php so that I don’t need to repeat it for each type. Data obtained from this meta box will be processed […] · View
    10 months, 1 week ago
  • kunalb posted an update

    The new Buddypress.org looks interesting.

    10 months, 3 weeks ago
  • kunalb posted a new activity comment:

    @benfremer You can change the default role to Event Creator and upgrade subscribers to event creators. That role only has event creation caps.

    In reply to - benfremer posted an update: @kunalb How can I make it so that anybody on a Buddypress installation can post events? Seems like a basic / critical feature for the Buddypress part of it. Thanks, :) -Ben · View
    10 months, 4 weeks ago
  • kunalb posted a new activity comment:

    @soundsasylum Hi—I’m afraid I don’t have time right now, a bit busy with other projects. Thanks for considering me.

    In reply to - soundsasylum posted an update: @kunalb Looking for some help, need some freelance work done let me know if you would be interested. -Rob soundsasylum@gmail.com · View
    11 months ago
  • kunalb posted on the forum topic Issues in the group EventPress:

    It seems that there’s some javascript error in your installation—you might want to check the javascript console in FF/Chrome/ to confirm. There might be some plugins clashing, etc.

    11 months ago
  • kunalb posted a new activity comment:

    @designnz Hi

    It’ll take some time—I’d been hoping to get something nice done by this Month’s end, but I realized I need another plugin before I can make the next version of eventpress. That plugin itself will take up July I guess, and _then_ I’ll return to refactoring and releasing a new version of eventpress.

    In reply to - designnz posted an update: @kunalb Hi kunal Do you know when the next release of eventpress is? Also wondering if you do any freelancing? thanks · View
    11 months ago
  • er, thanks***!

    11 months, 2 weeks ago
  • Hi Thank! You could try changing line 81 of eventpress/controllers/register.php: add_action( 'bpcp_ep_event_loop_action_meta', Array( &$ep_views, 'bp_register_button' ) ); to add_action( 'bpcp_ep_event_single_before_home', Array( &$ep_views, 'bp_register_button' ) ); This isn’t exactly the best method as it won’t survive a plugin update, but is…[Read more]

    11 months, 2 weeks ago
  • kunalb posted on the forum topic Testing plugins in the group Creating & Extending:

    Luccame pointed me to http://code.google.com/p/buddypress-media/source/browse/bp_media/trunk/unit-test/bpm-testcase/ in case anyone else comes looking for this topic.

    11 months, 2 weeks ago
  • kunalb started the forum topic Testing plugins in the group Creating & Extending:

    Hi! I’ve been wondering about creating unit tests etc for plugins (a bit affected by reading the pragmatic programmer): are there any existing plugins that use unit tests via wp-unit/any suggestions on how to? Because I’m really getting confused about (re-)structuring my plugin accordingly. PHPUnit and Selenium (+the wp-unit plugin) seem to be the…[Read more]

    View Topic 11 months, 2 weeks ago
  • kunalb posted a new activity comment:

    @imjscn I had to construct a complete query because I needed the name from the bp profile table and wordpress’s user table. It might be simpler—and with automatic cache support via WP—to simply get the data using get_post_custom() [http://codex.wordpress.org/Function_Reference/get_post_custom] which will return an object with all custom values.…[Read more]

    In reply to - imjscn posted an update: @kunalb I want to borrow your invitable ID query in registration.php , to get all objects saved in postmeta and then input it in kb-loop extends. but your data is in multi table, my data […] · View
    11 months, 2 weeks ago
  • kunalb posted on the forum topic permissions in the group EventPress:

    @chaoti Whew. Getting capabilities working right the first time was pretty tricky—thankfully this means I don’t have to debug it.

    @irishfan24 Thanks! Currently considering some major refactoring to reduce bugs and improve security/theming issues. Let’s see what I come up with in a few months.

    11 months, 2 weeks ago
  • kunalb posted a new activity comment:

    As long as the function runs after plugins have loaded, you can create your own plugin and enable it and it should work fine.

    In reply to - imjscn posted an update in the group BuddyPress Custom Posts: @kunalb , I want to create a meta box in view.php so that I don’t need to repeat it for each type. Data obtained from this meta box will be processed […] · View
    12 months ago
  • kunalb posted a new activity comment:

    you’ll have to generate your own, I’m afraid. See http://codex.wordpress.org/I18n_for_WordPress_Developers if you haven’t.

    Could you give me the link? I’d love to see BPCP in action apart from EventPress.

    In reply to - borisforconi posted an update in the group BuddyPress Custom Posts: Hi there, awesome plugin, we just created a recipe plugin that works just fine. I have a question though, there’s no .po nor .mo file in the […] · View
    12 months ago
  • kunalb posted a new activity comment:

    Yeah—I tried to avoid calling too many admin specific actions to prevent too much unknown stuff happening.

    In reply to - Arwym posted an update in the group BuddyPress Custom Posts: Thanks for developing this API. It’s been a real life savior for me so far. I have a question, though. Is there any particular criteria for custom meta […] · View
    1 year ago
  • kunalb posted a new activity comment:

    Glad you liked it—and there isn’t any particular critera for adding custom meta boxes, they should appear by default as long as you register them. Some default metaboxes like categories/taxonomies aren’t implemented (as BPCP doesn’t have support for cats and tags yet), but anything you define should be appearing.

    In reply to - Arwym posted an update in the group BuddyPress Custom Posts: Thanks for developing this API. It’s been a real life savior for me so far. I have a question, though. Is there any particular criteria for custom meta […] · View
    1 year ago
  • kunalb posted a new activity comment:

    @imjscn As long as you have BPCP/EP activated and are only using the loop after all plugins have been loaded (which is almost certainly true as the loop will only be used by the time WP reaches the output generating stage—far after loading plugins), you don’t need to copy kb-loop.php.

    In reply to - imjscn posted an update in the group EventPress: Hello, @kunalb I have BPCP and EventPress installed. Now I created several other post types, I want to make extends of KB_Loop (like you did in eventpress), do I […] · View
    1 year ago
  • kunalb posted on the forum topic permissions in the group EventPress:

    Just read the complete thread again—are you looking for how to grant all site admins a way to edit events (which should be there—but as I’ve never run EP in MU, I have no idea); if you’re just trying to grant subscribers access to editing events you can change their role to Event Creators in [...]

    1 year ago
  • kunalb posted on the forum topic permissions in the group EventPress:

    Ah—you’ll have to use wp-admin’s backend here—the user’s section where you can switch between author/subscriber/admin etc. There’ll be another option for Event Creator there.

    1 year ago
  • Load More