GithubHelp home page GithubHelp logo

kunalb / eventpress Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 7.0 479 KB

Events Plugin for WordPress and BuddyPress

Home Page: http://wordpress.org/extend/plugins/eventpress

PHP 98.94% JavaScript 1.06%

eventpress's People

Contributors

kunalb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

eventpress's Issues

Event display from wordpress gives 404

I can create events under buddy press and wordpress and even seen them on the event calendar. However, when i try to display the event by viewing it, I get a 404 not found. Is there something missing in the setup. I thought i might need a Events page but that did not solve the problem.

Thanks

hugh

url clash

Hi there, I'm trying to load the plugin where the /events url is already in use... is there any easy way to edit the custom post type name from events to something else (like 'conferences')?

thanks in advance, and great plugin. some of the code comments made me chuckle.

Registration starts and displays 3 hours late!

I have a registration event starts at 3 hours from the time as specified in the form! Why is this and how to fix it? register and put the event on 21.00 and 24.00 as shown in the end at 24.00 and 4.00, respectively.
All times are configured two hours.
Sori for the poor translation, Google translates to English.

Activity Post Update

@kunalb , a while ago I posted a bug in BP forum saying the activity posts got lost in its event activity but appear in site activity. Today I found out the problem--- in the "Post In" selection box, "My Profile" and other groups are listed. So, the post goes to my profile or other groups.
I checked bpcp settings, activity post is not enabled.
Probably you designed it this way--activity tab only enable for create/edit. But for many users, the activity post is faster and much more convinient than forum post. Unless it's something serious, most of people might prefer a little chi-chat in activity post.

Adding support for geotagged posts.

I use a plugin called "WP Geo" to tag each post with a location. It'd be cool to somehow integrate the two so that you can choose locations (geotagged posts) to hold events at.

How to get the files translated into Russian?

I put the translated phrases in the file eventpress.pot, did eventpress-ru_RU.po. But how do eventpress-ru_RU.mo I do not know.
Prompt you need to do to get the Russian version of EventPress.

Widgets

  • Styling for calendar widget
  • Upcoming events widget
  • Better date handling for events widget

Added new feature to set a default image for new Events

I hated the fact that all my events were defaulting to having gravatars as their image. Even more so because I had selected mysteryman as my default avatar type. Anyway, I from my perspective most users are not creating Featured Images for their events, so I wanted to be able to create a custom Default Event Image. Here is the code to do so:

For this to work, an administrator first needs to create a dummy page with a featured image attachment. The name of that featured image must be "Default Event Image". You can call the page whatever you want, but I also called it "Default Event Image."

If you make the following code change, all new events without an image will now pick up your default image.

In controllers/wp.php:227 add the following:

                if (!get_post_thumbnail_id($eventid)){
                    $page = get_page_by_title( 'Default Event Image','','attachment' );
                    set_post_thumbnail($eventid, $page->ID);
                }

csv exporter only exports first 10 registrants at event

I run Eventpress 1.1.2.8 with Buddypress 1.2.9 on a Wordpress 3.2.1 installation and for whatever reason, the list of registrations at the bottom of the event page in admin only shows 10 registrants and the csv export only exports the same number. And there is no other way of seeing who else registered. You can do that through the general registrations menu item, but that does not allow you to exporrt. Any help appreaciated. I do not see where the csv controller limits, but I can't find where the event admin page limits either.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.