-
kunalb posted on the forum topic Writing a new plugin – get 404 not found when accessing screen in the group How-To and Troubleshooting: 14 years ago
@farmerpaul I’ve added root components starting from bp_loaded, with the component registered at setup_globals (setting up $bp->{component name}, etc.) and bp_setup_root_components and adding the controller for the component at wp,1 and navigation at wp,2 (I needed them to be after init as I was joining custom posts types which become available at…[Read more]
-
kunalb posted a new activity comment 14 years ago
No—it should be adding forums automatically. Another user has been having problems with forums too—I’ll check the code once again and see if I can find any reason.
-
kunalb posted a new activity comment 14 years ago
Forums should be getting autocreated with events when you create an event—this forum wont show in the forums listing page as that shows group forums only.
-
kunalb posted a new activity comment 14 years ago
There is an error related to the create activity—I’d planned on the bugfix in 0.1.3, so hadn’t yet resolved it when releasing 0.1.2.3.
-
kunalb posted a new activity comment 14 years ago
I didn’t realize that the forum had to be enabled—thanks! Just did that.
-
kunalb posted on the forum topic Eventpress – Where is the register button? in the group How-To and Troubleshooting: 14 years ago
There was a bug in the filter for the register button—I just resolved it and did a quick version bump! (0.1.2.3 was an interesting number too so I couldn’t resist in-spite of not having this 0.1.2.3 planned)
I’m surprised that neither I nor anyone else noticed this before.
-
kunalb posted on the forum topic Buddypress events in the group Creating & Extending: 14 years ago
@abstorm You’ll need to upgrade people to Event Creators (a new role is created) to allow them to create events—and they can do that via both the front end or back end.
BuddyVents is good too.
-
kunalb posted a new activity comment 14 years ago
From the backend—just publish the page and that should be it.
-
kunalb posted on the forum topic eventpress question in the group Miscellaneous: 14 years, 1 month ago
@ovizii That is not intended behaviour; the plugin has it’s own templates built off the default theme for BuddyPress; if you’re using a custom theme you’ll have to add your own templates. You might be able to get by with just changing the styles of the EventPress templates; the theme files are stored under eventpress/themes/bp and […]
-
kunalb joined the group Miscellaneous 14 years, 1 month ago
-
kunalb posted a new activity comment 14 years, 1 month ago
@bplove—Hey just saw your post. I don’t have a demo of the latest version of Eventpress up at the moment, will do when I get some more time.
I haven’t looked at Buddyvents that carefully tbh but it seems like a good plugin—being premium I’d assume that the release cycle, support will be more regular than EventPress will have. Off hand, I’d say…[Read more]
-
kunalb posted a new activity comment 14 years, 1 month ago
@Pisanojm Hi—I’m have a lot of work and submissions going on these days—I have 3 assignment submissions by tomorrow and 2 project submissions coming up soon after that. I won’t be able to release 0.1.3 soon—November/beginning December is going to be the busiest month ever because of final exams, job shortlists and interviews finally start…[Read more]
-
kunalb posted on the forum topic All plugin groups on buddypress.org are currently offline in the group How-To and Troubleshooting: 14 years, 1 month ago
This seems to be a more upstream WordPress.org issue—check out https://wordpress.org/extend/plugins/
-
kunalb posted a new activity comment 14 years, 1 month ago
I think this might be happening because of a bug in EventPress that causes events not to appear if forums are disabled—can you check that your forums are enabled/enable forums and test? BuddyPress bypasses the standard wordpress url structure for anything not involving blog posts and BPCP (the plugin doing a lot of heavy lifting behind E…[Read more]
-
kunalb posted a new activity comment 14 years, 1 month ago
Hey—great to see more people interested in BuddyPress custom posts :). I’ve written up a short introduction about getting started here: http://goo.gl/XRrK . Kept it on the Wiki to make it more accessible.
I’d be really interested in seeing what you make—please keep me updated as you go about it, plus any hooks you need anywhere.
-
kunalb posted a new activity comment 14 years, 1 month ago
@Pisanojm Hey — I thought you were the one who also raised the issue on the Google Code Project Site — someone raised that as an issue just after you posted this comment here. So — yes, I do plan to integrate iCal related stuff with EventPress (import/export and a link to quickly add an event) in 0.1.3; however, I can’t fix a firm date for EP 0.…[Read more]
-
kunalb posted a new activity comment 14 years, 1 month ago
Hmm — the profile information of the guy who creates the event should get added — and you can upload a new avatar for the event itself. The good thing about EventPress is that there are no new tables created — I use custom post types, so if you want to clean up, just delete all posts of type ep_event and ep_reg and you should be free of EP…[Read more]
-
how do i upload an avatar for the event?
-
Use the thumbnail uploader for the post—either the front end or the back end.
-
Hi kunalb!!! ACtually when I try to upload a thumbnail, its stucking telling me i hae not permission to do that… im wondering why, on superadmin user I can do it without problem. Thanks,
-
The event creator should also be able to upload thumbnails—only people with edit access to the event post will be able to upload/change thumbnails. So are you facing problems even as an event creator?
-
Firstable, Im running 1.2.7 and 3.0.4 and yes, ist like event creator like i ve got problems, actually only superadmins and events creators can really create them, but the event creator problem it does not show the upload multimedia content above the post editor, and when a try to set de thumnbail, its giving me the error “You don´t have the…[Read more]
-
Are you using wordpress in Multisite mode? EventPress hasn’t been tested on that mode yet—so I can’t predict what will work and what won’t.
-
-
-
-
-
-
-
kunalb posted on the forum topic Really new not sure if i am in the right place EVENTPRESS in the group Third Party Components & Plugins: 14 years, 1 month ago
@obakitch You can over-ride the theme files — I guess you can get an events directory, etc. as required; disable the forums; to match the look of your site the edit-form, create and edit pages will have to be drastically re-themed.
For future reference, try raising plugin issues on the plugin group: https://buddypress.org/community/groups/eventpress/
-
kunalb posted on the forum topic BuddyPress and WP Custom Post Types? in the group How-To and Troubleshooting: 14 years, 1 month ago
Also, try out EventPress https://wordpress.org/extend/plugins/eventpress/ . That is the only plugin right now using BPCP (BPCP was developed as an offshoot of EP, to be honest) and can give you an idea of the kind of functionality provided by EventPress.
-
kunalb posted on the forum topic BuddyPress and WP Custom Post Types? in the group How-To and Troubleshooting: 14 years, 1 month ago
@JacobPolavieja Yup — by default BP treats WP Custom Post types like normal blog posts and inherits the standard functionality. BPCP sidesteps the whole WP display, etc. procedure, and makes custom post types behave like a component in BP — if you were to register a post type using BPCP too, you’d get activity stream […]
- Load More
@kunalb
Not recently active
Nope, afraid not, just see home, activity, edit, registered and send invites tabs. Do I have to look somewhere else ? Using 3.0.1 with BP 1.2.5.2
No—it should be adding forums automatically. Another user has been having problems with forums too—I’ll check the code once again and see if I can find any reason.