kunalb
Resident audiophile. SciFi/fantasy addict. Part Civil Engineer, part Web developer/designer.
-
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 […]
-
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 -
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.
-
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 -
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.
-
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.
-
kunalb posted on the forum topic Move Register/Unregister Button to Event Description Area in the group EventPress:
er, thanks***!
-
kunalb posted on the forum topic Move Register/Unregister Button to Event Description Area in the group EventPress:
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' ) );toadd_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] -
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.
-
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]
-
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]
-
@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.
-
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 -
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 -
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 -
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 -
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 -
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 [...]
-
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.
- Load More
Not really new… Just, shifting.