kunalb
Forum Replies Created
-
Forum: Plugins
In reply to: Eventpress – can't edit recurring eventsWell, at the moment the recurring event creator just duplicates the event and pushes the times ahead without maintaining any connection with past events: if you really wanted to you could edit the code to use custom taxonomies to tie up the events together; but there’s no non-code solution atm.
Forum: Plugins
In reply to: Modify Events page in EventPressI’m afraid EP doesn’t support non-default themes out of the box. You’ll have to modify the CSS yourself.
PS> Please send further support requests on the google group as I’ve mentioned in the readme.txt of the plugin.
Forum: Plugins
In reply to: Modify Events page in EventPressYou’ll have to log in with ftp to your website, or perhaps use cpanel access based on your hosting. Your theme folder is at wp-content/themes/[name of the theme you’re currently using].
Forum: Plugins
In reply to: Modify Events page in EventPresser—vanilla wordpress without buddypress, that is.
Forum: Plugins
In reply to: Modify Events page in EventPressAh—I assumed you were on wordpress, actually.
Forum: Plugins
In reply to: Modify Events page in EventPressHmm—you can copy /eventpress/themes/wp/page-events-list.php to your theme folder and modify it. It _should_ be picked up before the plugin’s version, though users have reported issues: this is basically the next issue I need to dig into before getting ready for the next release.
However, I am reworking how themes for WordPress are handled to make them easier to use out of the box with any theme, so it won’t be perfectly upgrade proof.
Have you set any fields in the custom registration form for that event? This is the expected behaviour if you’ve set any custom registration fields.
Forum: Plugins
In reply to: [EventPress] [Plugin: EventPress] Remove the "forum" tab from event.Hmm—Missed your post somehow. Changing that will simply disable forums, I guess. Will give forums another look once the new bbPress comes along.
Forum: Plugins
In reply to: [EventPress] [Plugin: EventPress] Problem with the timeIt could be because of the time difference between the server and your location—eventpress uses the time your server is set at.
Forum: Plugins
In reply to: [BuddyPress Custom Posts] [Plugin: BuddyPress Custom Posts] Example use casesOops—with or without BP. Without WP would involve a bit too much work ;).
Forum: Plugins
In reply to: [BuddyPress Custom Posts] [Plugin: BuddyPress Custom Posts] Example use casesHi
BPCP was developed in parallel with EventPress (http://ww.wp.xz.cn/extend/plugins/eventpress) — so you can check out that code to see how it works. EP works both with and without WP, which was the reason BPCP was made.
At the moment, there is no support for displaying cats/tags and no metaboxes for adding categories/tags/taxonomies from BPCP’s front end editor in BuddyPress—but that is something in the roadmap and just about the next thing I’ll be working on, apart from trying to solve a few bugs in both.
It should be there just above “Log Out” in “My Account”. Could another plugin be interfering?
You mean in the buddybar? It should be coming there automatically In my Account>events.
I haven’t checked the behaviour in WP’s new admin bar yet, though.
Authors should be able to access the event creation dashboard—I check for ‘edit_event’ capabilities at http://code.google.com/p/eventpress/source/browse/trunk/eventpress/views/admin.php line 97, enhance capabilities for all user types for events, and registrations at http://code.google.com/p/eventpress/source/browse/trunk/eventpress/models/events.php, line 279 and http://code.google.com/p/eventpress/source/browse/trunk/eventpress/models/registration.php, line 144 respectively. These functions are called when the plugin is initiated for the first time.
Perhaps you can deactivate, and reactivate eventpress? Maybe the caps weren’t created the first time around or got deleted for some reason.
Forum: Plugins
In reply to: [EventPress] [Plugin: EventPress] Problem with translationYup.