-
kunalb posted on the forum topic permissions in the group EventPress: 13 years, 6 months ago
Not sure about how EventPress works with MU as I’ve never tested—but anyone author and above should be able to create events. There’s also a special role called ‘event_creator’ who just has event creation capabilities and nothing else.
-
kunalb posted on the forum topic Eventpress – random posts appearing as events in the group How-To and Troubleshooting: 13 years, 6 months ago
Hi I’ve actually never used—or run into anyone using—Custom Press and EventPress. As for xProfiles, EP as such doesn’t interfere with any of those. I can only comment based on past bug reports and yours is the first one of this kind—and the only way that I can think of for EP to cause a […]
-
kunalb posted on the forum topic Eventpress – random posts appearing as events in the group How-To and Troubleshooting: 13 years, 6 months ago
Ok—EventPress creates events under a post type ep_event and registrations under post type ep_reg; just in case that proves useful.
-
kunalb posted on the forum topic Eventpress – random posts appearing as events in the group How-To and Troubleshooting: 13 years, 6 months ago
Hey—not expected behavior at all. Could another plugin/theme be causing this somehow? Anything you’ve changed recently?
-
kunalb posted on the forum topic Private Events in the group EventPress: 13 years, 6 months ago
@Imjscn Using CSS to hide content is not exactly a safe thing—all someone needs to do to see the hidden content is just do a view-source on the page, or use firebug to modify the css for that page and show all hidden content. You can also permanently save stylesheets for specific sites that over-ride the […]
-
kunalb posted on the forum topic User Posting from Front End and Media Uploader in the group Miscellaneous: 13 years, 6 months ago
You could try using BuddyPress Custom Posts and modify it to what you need. That’s what EP uses, and it basically attempts to minimally replicate the dashboard for custom post types. (http://code.google.com/p/buddypress-custom-posts/)
-
kunalb posted on the forum topic Buddypress events in the group Creating & Extending: 13 years, 7 months ago
Have a look at how capabilities are granted in models/events.php—you can grant the required caps to subscribers too. Or, there’s an event_creator role that’s just meant for this—in the wordpress admin area, you could make the default user role Event Creator, and also bulk modify the existing user capabilities to event_creator.
-
kunalb posted a new activity comment 13 years, 7 months ago
@Bhattpankaj This won’t be that easy. You could have a look at controllers/wp.php and see the hooks I’ve used to save event meta data and add custom functions to those to save the additional details; website etc. Then you’d have to remove the default metabox for event meta details and add your own.
By view page, do you mean the events directory…[Read more]
-
kunalb posted on the forum topic Where is theme located in the group EventPress: 13 years, 7 months ago
The .dev.css is there because I’d started automating minimizing the .css and .js files using Phing/YUICompressor. While my code (switching between .dev.css and .css and .dev.js and .js was working by the time I pushed the current version of EP, I wasn’t completely sure that I had missed a file or two—hence the current version […]
-
kunalb posted on the forum topic eventpress question in the group Miscellaneous: 13 years, 7 months ago
The over-ride works only for the php files, not the CSS files, actually. To remove the css file in an upgrade-proof way, dequeue events.dev.css: http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles. Or you might just want to add the css with an !important added to child theme’s style css, for example
.ep-event-details {…
[Read more] -
kunalb posted a new activity comment 13 years, 7 months ago
@imjscn Also, my previous reply was built around the assumption that you’d just be storing the average rating. If you’re saving ratings for each person for a post type, then I’d recommend going about it the way I’ve added registration in eventpress—registrations as posts of a custom post type ep_reg which are saved as the children of the c…[Read more]
-
kunalb posted on the forum topic Event Tab in profile is not linking to "my-events" in the group EventPress: 13 years, 7 months ago
@4ella http://localhost/eventpress/members/kunalb/events/ and http://localhost/eventpress/members/kunalb/events/my-events/ will reach the same page; as in the default child page of /events/ in profiles is /my-events/ — so it shouldn’t be a problem as far as I know. Event Category (essentially, taxonomy) support is planned for the next release of B…[Read more]
-
kunalb posted a new activity comment 13 years, 7 months ago
I’d suggest making an independent plugin for this—how I would go about doing this would be to save the ratings in the post’s meta-data, and create custom template tags to display/set the ratings.
This will completely independent of the actual post type of a post—so making a rating system within each post type will just involve repeating you…[Read more]
-
kunalb posted a new activity comment 13 years, 7 months ago
@imjscn—It is possible (I think) though you will need to do a lot of work to ensure that the comments are saved properly, the globals are set correctly, etc. Are you sure you want to add comments to cp types in BP? I have plans to modify the activity area to allow custom activity posts on Post types—perhaps you could try something like that?
-
kunalb posted a new activity comment 13 years, 7 months ago
Hmm—you could look at the styles included by the plugin buddypress custom posts, because that is what handles the events directory css styling. You might be able to over-ride the styles with a rule along the lines of
div.item-avatar a img { width: 50px !important; }
if you don’t want to spend too much time searching and resolving CSS. -
kunalb posted on the forum topic Search-Bug? in the group EventPress: 13 years, 7 months ago
Change the file buddypress-custom-posts/themes/type/index.php—just remove the call to the bpcp_search_box.
-
kunalb posted on the forum topic Search-Bug? in the group EventPress: 13 years, 7 months ago
Hi—unfortunately search isn’t implemented yet¸ and when I was working on the plugin I forgot to disable/remove the search box.
-
kunalb posted on the forum topic Set Featured Image and other questions. in the group EventPress: 13 years, 7 months ago
@KendrickSnyder Hi—I can’t replicate the featured image issue. Are you clicking “Set as featured image” after uploading the image? The CSS for the create new event page is mainly in the Buddypress Custom Posts plugin—you can have a look at BPCP/themes/type/assets/css/edit.dev.css — I’d suggest dequeueing this file and enqueueing your own CSS file…[Read more]
-
kunalb posted a new activity comment 13 years, 7 months ago
@Tonyone That’s fine. I just didn’t want my lack of support to reflect on BP as a whole—which is run/supported/coded much better. No offense taken :).
Regards,and best of luck for your project; Kunal -
kunalb posted a new activity comment 13 years, 7 months ago
Hi—I can’t access the image—I get http://imageshack.us/img/blocked_login.jpg
- Load More
@kunalb
Not recently active