This blog is now closed — the new home for ep related stuff is http://explog.in/EventPress/
Recent Updates Toggle Comment Threads | Keyboard Shortcuts
-
kunalb
-
kunalb
Minor changes to BPCP, to not appear broken with WP3.2. NOTE: Full screen front end editing not supported atm.
-
kunalb
And BuddyPress Custom Posts is now on github. Up next: porting issues and deciding priorities.
-
DOgi
-
rob
please help im at version 0.1.2.4 , avatars show up, adding a featured from admin function doesnt work, add featured image from a user set as event manager gives media permissions,
SUggestion: send me code for a field “TN URL” we put the url and the code uses that if no URL it uses a default one
thanks
-
rob
for now i modified the tabs.php to set my own default image for all events
-
-
-
kunalb
Done with EP->Github thanks to Boone’s writeup. Now to do it for BPCP.
-
DOgi
Will you add some new features soon?
-
kunalb
Hopefully. Otherwise all this effort is more or less pointless!
-
-
-
kunalb
Working on migrating EventPress to GitHub. Turning out a bit harder than I expected.
-
DOgi
It’s worth do fight
-
-
kunalb
Will be restarting serious dev work from 10th May. Stay tuned
.-
DOgi
Great news
Please don’t forget about making events connected with groups
-
Kendrick
This is awesome news! Thanks so much for investing your time!
-
-
kunalb
Next—will take a look at how child theme paths are getting resolved. But later, too sleepy now.
-
Neil
Hi, I’d like to know how to get an event I’ve created to show up on a page within wordpress? Buddypress is also installed. I thought it was as easy as dropping [EventPress] in the page content? Am I missing something? Thanks.
-
kunalb
The event created will automatically be given a URL along the lines of [/events/].
-
-
-
kunalb
And resolved the calendar widget bug. All it took was a `= ”`
-
nosy
yeah… that’s it. thx
– is it possible to show the date in the widget?-
kunalb
You’ll have to edit eventpress/views/wp-widgets.php
-
nosy
Yes, there I am just looking and I’m too stupid…^^
-
nosy
It is this part:
echo “”;
while( have_posts() ) {
the_post();
echo “” . $post->post_title . ““;
echo “” . get_the_excerpt() . “”;
}
echo “”;and I don’t know what to do.
)) -
kunalb
Depends—that code is in the widget for listing upcoming events. Do you want to show the date in the calendar widget or the list of upcoming events widget?
For the calendar widget, you’ll have to add in the change I made here: http://code.google.com/p/eventpress/source/detail?r=69 to get it to work. After that, you can add in the date in the widget title above the call to ep_calendar() (line 89 in wp-widgets.php).
-
nosy
only using the list of upcoming events widget
-
nosy
ok, I have it =)
before line 45
echo “” . $post->post_title . ““;add
ep_start_date();
Now I want to sort the list by date…
By the way there was a upcoming events widget bug, too. You solved the problem with the others.
-
-
-
-
kunalb
Resolving minor bugs in EventPress—might have solved the text-domain problem thanks to gambare!
-
George
Bugs:
1) Calendar doesn’t show weekends.
2) No way out of Add Thumbnail window. Result – can’t add thumbnail.Suggestions:
This would be I think the best event manager available for Buddypress, but for one minor function:The Events Manager Extended for WordPress creates a more dynamic calendar that connects marked events to their event page, and also installs itself on the calendar page. This would be a sweet feature to emulate, as that plugin does not allow user functionality like Eventpress does.
3) Calendar doesn’t allow you to click on the event to take you to the page.
-
kunalb
1) Styling Issues, actually. I change the class and stuff, but haven’t changed the styles yet.
2) Is there any javascript error happening? Clicking anywhere outside the thumbnail window should remove it.
3) This ‘should’ be working—as in, only the text part will be clickable, but the calendar does link to you there.-
kunalb
Also, I’m kind of aiming at a really good calendar for the next major version of EP with loads more functionality. I won’t go into too much detail as I don’t have a really solid timeline yet.
-
George
Thanks! Also I have a problem deactivating the plug in. I get an error screen.
Do you know how to resolve this?
-
-
-
kunalb
Yeah—just make this change. There was a line of code I accidentally left in there.
-
George
Sorry – which line of code?
-
kunalb
Oops—forgot to paste in the link: http://code.google.com/p/eventpress/source/detail?r=68
-
-
-
kunalb
Also, forgot to post here. 0.1.2.4 is out.
-
DOgi
Great news!
-
Please, write “Events for groups”