Skip to:
Content
Pages
Categories
Search
Top
Bottom

EventPress


  • @mercime
    Keymaster

    @mercime

    @kunalb thanks for the plugin. Looking good. Congratulations.

    Some feedback on test install BP 1.2.5.2 and WP 3.0.1 subdomain (upgraded from WPMU 2.9.2)

    A. In main site where BP is installed blog_id_1 – front end addition of events
    – Deactivate “Maintenance Mode” plugin because if activated, featured image uploaded in front end only shows up in body and does not upload as avatar of the event.
    – when I edit event created while MaintMode was active in order to replace random avatar which showed up in previous event creation, there’s no more “featured image” link in media library panel to set new image as avatar
    – pop-up calendar for start date and end date – the right and left arrows beside August do not work, does not show previous or next months. I can type over the date per calendar and publishing it renders correct date.
    – Map working well. Input of Mt. Whitney, California shows correct location in map
    – Request allowing Site/Super Admin to delete event in front end.

    B. In subblog blog_id_3 of same test installation
    – add event from backend – Dashboard > Events > Add New
    – In Write Event panel, all working except the pop-up calendar arrows like in main site
    – Published the Event and “View Event” link goes to blog_id_1 home page but the event is not visible in home page nor in “Events” link added in main navigation
    – “featured image” for avatar and/or body show up in Write Panel
    – double-checked blog_id_3 Events list in backend and the event is listed there

    Gave feedback last night at http://gsoc2010.wordpress.com/2010/08/16/eventpress/ but either it got deleted or went into spam.

    Thanks @kunalb and @johnjamesjacoby

Viewing 22 replies - 1 through 22 (of 22 total)

  • kunalb
    Participant

    @kunalb

    @mercime: Someone just approved that comment. I’m not sure about the URL rerouting not working properly because I haven’t actually run it in a ms environment yet. I haven’t seen the maintenance mode plugin, will check that out.

    I’ve repaired the calendar javascript — code not up yet, but will be along with other bug fixes soon.

    Thanks for the feedback!


    Anointed
    Participant

    @anointed

    @kunalb
    I have a semi-virgin wp 3.0.1 multisite subdomain install of bp 1.2branch if you need somewhere to do further testing. Primarily I am just using it for testing gsoc projects on, so damaging it won’t matter. It’s a dedicated server, so you have the resources needed. Simply get me your email address if your interested and I’ll send over ftp and login info. (it’s the least I can do to help out)


    PJ
    Participant

    @pjnu

    @kunalb @johnjamesjacoby I get this error message in the wp admin side:”The plugin generated 294 characters of unexpected output during activation. If you notice ‘headers already sent’ messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.” … I did but it keeps occurring.

    Also, it pushes my “Jooc” theme header down when I click on the Events link: http://i34.tinypic.com/15dnmnb.png and the word “Called” appears in the upper left of the screen. Anyone know how I can overcome this minor issue? Thanks. If I overcome this I’ll use it on my live site! :)


    kunalb
    Participant

    @kunalb

    @PJ: Just eliminated the called — that debug fn slipped through the cracks — had used it while modifying the posts query for sorting thru eventpress. That would probably also explain the issue with the theme, I guess.

    I’ve removed that call — can you check if that stops breaking the theme: http://kunal-b.in/0.1/debug/EventPress.tar.gz . (This is a bleeding edge version of EventPress, so it might be better if you wait till this weekend is over before going live).


    Roger Coathup
    Participant

    @rogercoathup

    @kunalb – I suspect EventPress is going to be a very important plugin – congrats on the work.

    Given this – It might an idea to make a specific group for EventPress, rather than posting in the general third party components and plugins group

    Looking forward to using it. Cheers, Roger


    Mark
    Participant

    @markhahnel

    I got the same message as @PJ ‘The plugin generated 294 characters of unexpected output during activation. If you notice ‘headers already sent’ messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”

    This led to this…any ideas?

    Warning: include() [function.include]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/collabbo:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/collabbo/public_html/wp-includes/template-loader.php on line 43

    Warning: include(/) [function.include]: failed to open stream: Operation not permitted in /home/collabbo/public_html/wp-includes/template-loader.php on line 43

    Warning: include() [function.include]: Failed opening ‘/’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/collabbo/public_html/wp-includes/template-loader.php on line 43

    Turn off PHP ‘Safe Mode’

    Just want to reinforce Rogers suggestion, this plugin needs to be a group really.


    @mercime
    Keymaster

    @mercime

    @hnla, won’t BP group be automatically created when plugin EventPress is uploaded to WP repo?

    Good point :)


    PJ
    Participant

    @pjnu

    @kunalb @hnla I was getting the same 294 error as @markhahnel with the 0.1 from the website.

    @kunalb the bleeding version you sent me took down my site and gave me an error: “Fatal error: Cannot access empty property in /wp-content/plugins/bp_custom_posts/themes/tags.php on line 9” …So I uninstalled it. I can hang out til the new update this weekend. I’m excited to help out in any way or use it with my test users. Keep up the great work.


    kunalb
    Participant

    @kunalb

    @PJ: If you haven’t yet, try getting a new version of EP and BPCP from the plugin repos. That should solve the problems.


    Anointed
    Participant

    @anointed

    @kunalb
    Where are the plugin repos located?


    luccame
    Participant

    @luccame


    kunalb
    Participant

    @kunalb


    Anointed
    Participant

    @anointed

    @kunalb
    My bad.. I knew about the plugins at wp, thought maybe you had an svn setup for nightly builds or something. For awhile there, I was downloading a new vs. almost every day from the gsoc svn. Sorry for the confusion


    kunalb
    Participant

    @kunalb

    @Anointed: Ah, ok. I haven’t actually updated the gsoc repository for quite some time now. I also thought about moving to git but decided against it in the end — WordPress’s repositories will be the sole location for up to date versions of EventPress and BuddyPress Custom Posts.


    Josh Frank
    Participant

    @iamjoshfrank

    1. Are there different permissions for creating events based on the user’s Role in the back-end?

    For example, I created an event with a “Test User 01” who was recently registered and carried the default role of Subscriber. No problem creating the event, but after it was published there was no Invite tab for this user to use.

    2. Also, it seems when I invite other members to an Event, they automatically become registered without logging in to accept the invite. This happens even when the “automatically register” box is left unchecked. I assumed that check box held registrations as pending for approval by an Admin.

    Thanks for the great work on this!


    kunalb
    Participant

    @kunalb

    1. I’ll check about the invite tab, that is strange behaviour (I haven’t been able to to do that much as I have exams this week — I’ll be addressing all bugfixes for 0.1.2 from Monday onwards.

    2. If an event creator invites someone, then the registrations get auto approved. If someone else (apart from the creator) invites people, then they get the “pending” status. ( I had assumed that anyone invited by the event-creator himself shouldn’t be given a pending status.)

    Also, I’ve started using Google Code hosting for EventPress and related issues — that way I don’t have to keep checking this forum, the plugin forum, the wordpress plugin form (as EP also runs without BP) and my blog for feedback — http://code.google.com/p/eventpress/ . So, beyond this point, I’ll be checking the google project more often (and more of a chance to see a reply there).

    Is there any documentation for this plugin? I can’t get the listing page to work at all. How do you get a list of events? When I go to /events/ it always brings me to the detail page of the most recently added event. Getting very frustrated. I’m using the latest versions of WP, BP, EP and BP custom posts. No other plugins.

    UPDATE

    Nevermind. I deleted the database from my test install and started fresh. Works now with the BP default theme.


    Sven Lehnert
    Participant

    @svenl77

    @David Lewis, It’s a page template in your standard theme directory. You just need to select it in your page edit screen as template for the site where you want the calendar or event list to be displayed.
    Look in your theme for a file: page-events-list.php
    If you can’t see the template, check the page-events-list.php and add the missing Template name.
    `
    /*
    Template Name: Events Calendar List
    */
    `
    @kunalb, first of all, thanks for the nice powerful plugin. Brilliant work!
    I have a question. how can I display the event categories?
    I like to display The event categories in the sidebar. But with the eventspress templates for the entry. Not as a normal entry.
    I couldn’t find anything in your files. Will this function be developed soon? It’s an important part for me.


    kunalb
    Participant

    @kunalb

    Hi Sven — Thanks! I replied to your question on the google group. Copy/pasting here for the sake of completion:

    Hi

    On Thu, Sep 16, 2010 at 3:10 PM, svenl77 wrote:
    > first of all, thanks for the nice powerful plugin. Brilliant work!

    Thanks!

    > I have a question. how can I display the event categories?
    > I like to display The event categories in the sidebar. But with the
    > eventspress templates for the entry. Not as a normal entry.
    > I couldn’t find anything in your files. Will this function be
    > developed soon? It’s an important part for me.

    Depends on whether you’re using EventPress on WordPress or EventPress on
    BuddyPress — support for nicely displaying tags and categories hasn’t been
    included at the moment, but for I can definitely add in templates for
    WordPress by 0.1.3. Tag/Category support in BuddyPress needs much more work
    and will take a bit of time.

    Kunal

Viewing 22 replies - 1 through 22 (of 22 total)
  • The topic ‘EventPress’ is closed to new replies.
Skip to toolbar