• Resolved 3tonine

    (@3tonine)


    After “resolved” my last post, just still feel like I should file these function requests πŸ™‚

    While having the option for event submitter to put an event under a group. There’s no group information (icon, group event link) showing with the event, neither on event list nor on single event page afterwards, which is kind of strange to me.

    http://XXX.com/events

    The event listing page in my opinion is the center and most important page of this plugin. Instead of showing a search bar, and a list of events with only two columns, it should be so much better to include the followings:

    BP Events:
    1. Group icon
    2. Link to the group’s event list
    3. simple attend button (for head count)
    4. Event edit button (for admin/owner)
    5. Fee

    Non BP Events:
    1. Event image thumbnail
    2. Link to event list under same category
    3. simple attend button (for head count)
    4. Event edit button (for admin/owner)
    5. Fee

    I believe this plugin is aiming high and it’s been doing a great job, looking so much forward to how it will evolve, cheers!

    http://wordpress.org/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for the feedback. I’ll let Marcus know.

    At least some of these could be put together with custom templates and some custom coding, if you were feeling brave πŸ™‚

    Thread Starter 3tonine

    (@3tonine)

    I am I am, tell me more! (waving hands up high)

    What if I just want to have respective group icon showing at the end of each line of event, on the event list (The little table under the search section).

    I know events-list.php,and or event-single.php is the template I should modify… that’s all I know πŸ™‚

    By learning that I guess I can figure out how to do other stuff like adding the Fee and Event Thumbnail, hopefully.

    Right now I’m using “override with formats” because I need that to help with my single event page layout (again, adding thumbnail, tags, etc)

    Then I got these codes from previous codes as you suggested:

    $event_group = groups_get_group( array( ‘group_id’ => $event->group_id ) );

    <?php if ($event->group_id > 0) : ?>
    “><?php echo bp_core_fetch_avatar(‘object=group&item_id=’.$event_group->id) ?>
    <small><?php echo $event_group->name ?></small>

    <?php endif; ?>

    Without changing the plugin’s folders and files, just by child theme templates and admin setting, how should I implement this little icon? Pls pls advice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Function request: BP Event vs. Non BP Event’ is closed to new replies.