Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'events template'

Viewing 25 results - 26 through 50 (of 90 total)
  • Author
    Search Results
  • #236925
    shanebp
    Moderator

    Got a chance to revisit this…

    Both versions are now components.

    BuddyPress Simple Events in the WP repo.

    BuddyPress Simple Events Pro now has options for an Attending button, list of attendees, and notifications. As well as image support and Group assignment options.

    Re themes: the templates have been tested with included WP themes. If there is an issue with a particular theme, the templates can be overloaded and adjusted as necessary. The layouts are bare-bones, iow. very basic layouts.

    #229861
    Brent Havill
    Participant

    Thanks Henry!! Your are a huge help!

    ps – while I search for the social network notify members plugin, would you mind just having a quick look at this ‘list’ of our plugins I just happen to have on hand?:

    LIST OF PLUGINS:
    AVH Extended Categories Widgets
    Settings | Deactivate | Edit Replacement of the category widget to allow for greater customization of the category widget.
    Version 3.9.3 | By Peter van der Does | View details
    BuddyPress
    Deactivate | Edit | Settings | About Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
    Version 2.1.1 | By The BuddyPress Community | View details

    Category Order
    Deactivate | Edit The Category Order plugin allows you to easily reorder your categories the way you want via drag and drop.
    Version 1.0.3 | By Wessley Roche | View details

    Contact Form 7
    Settings | Deactivate | Edit Just another contact form plugin. Simple but flexible.
    Version 4.0.1 | By Takayuki Miyoshi | View details
    There is a new version of Contact Form 7 available. View version 4.0.2 details or update now.

    LayerSlider WP
    Deactivate | Edit LayerSlider is the most advanced responsive WordPress slider plugin with the famous Parallax Effect and over 200 2D & 3D transitions.
    Version 5.1.1 | By Kreatura Media | Visit plugin site

    Limit Login Attempts
    Deactivate | Edit Limit rate of login attempts, including by way of cookies, for each IP.
    Version 1.7.1 | By Johan Eenfeldt | View details

    Reveal IDs
    Deactivate | Edit Reveals hidden IDs in Admin interface that have been removed with WordPress 2.5 (formerly known as Entry IDs in Manage Posts/Pages View for WP 2.5). See options page for information.
    Version 1.4.5 | By Oliver Schlöbe | View details

    Sweet Captcha
    Deactivate | Edit Adds SweetCaptcha anti-spam solution to WordPress on the comment form, registration form, and other forms. Is compatible with Contact Form 7 and BuddyPress plug-ins. WordPress network is also supported.
    Version 3.0.8 | By Sweet Captcha | View details

    Vibe Course Module
    Deactivate | Edit This is the Course module for WPLMS WordPress Theme by VibeThemes
    Version 1.8.1 | By Mr.Vibe | View details
    There is a new version of Vibe Course Module available. View version 1.8.2 details or update now.

    Vibe Custom Types
    Deactivate | Edit This plugin creates Custom Post Types and Custom Meta boxes for WPLMS theme.
    Version 1.8.1 | By Mr.Vibe | View details
    There is a new version of Vibe Custom Types available. View version 1.8.2 details or update now.

    Vibe ShortCodes
    Deactivate | Edit Create unlimited shortcodes
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of Vibe ShortCodes available. View version 1.8.2.1 details or update now.

    WooCommerce
    Settings | Deactivate | Edit An e-commerce toolkit that helps you sell anything. Beautifully.
    Version 2.2.8 | By WooThemes | View details | Docs | API Docs | Premium Support

    WPBakery Visual Composer
    Deactivate | Edit Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.
    Version 4.2.3 | By Michael M – WPBakery.com | View details
    There is a new version of WPBakery Visual Composer available. View version 4.3.4 details. Download new version from CodeCanyon.

    WPLMS Assignments
    Activate | Edit | Delete COURSE Assignments plugin for WPLMS
    Version 1.8.1 | By VibeThemes | Visit plugin site

    WPLMS Customizer Plugin
    Deactivate | Edit A simple WordPress plugin to modify WPLMS template
    Version 1.0 | By VibeThemes | Visit plugin site

    WPLMS Dashboard
    Deactivate | Edit Student/Instructor Dashboard for WPLMS theme
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of WPLMS Dashboard available. View version 1.8.2 details or update now.

    WPLMS Events
    Activate | Edit | Delete COURSE Events plugin for WPLMS
    Version 1.8.1 | By VibeThemes | Visit plugin site
    WPLMS Front End
    Deactivate | Edit FRONT END Content Creation plugin for WPLMS
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of WPLMS Front End available. View version 1.8.2 details or update now.

    WP Mail From II
    Deactivate | Edit Allows you to configure the default email address and name used for emails sent by WordPress.
    Version 1.0.2 | By Ben Huson | View details

    #229722
    shanebp
    Moderator

    I don’t think you can make a public page in a hidden group.
    The viewer is either a member or they aren’t – and that applies to /group/…
    You could make a WP page and apply a template to it.
    That template could call a function that gathers public events.

    #169010
    Hugo Ashmore
    Participant

    It’s important to understand that this is a theme issue, not BP’s issue, as of 1.7 BP re-factored how it worked to a huge degree and added theme compatibility, designed to allow BP content to work seamlessly in any WP theme providing the theme followed basic WP template practises -it’s a real shame so many don’t!

    They replied and said the buddypress pages should be using the buddypress page templates and asked if I have installed the buddypress page templates correctly.

    This is somewhat outdated advice and sounds as though they are suggesting the old template pack process or copying over bp-default theme templates, neither of these are what you need to be doing and require a little knowledge to achieve.

    As said earlier all you need is a correctly functioning page.php, clearly this theme prevents page.php working as is normally expected so the answer is copy page.php & rename it buddypress.php in order that you may make custom mods in that file without page.php and your themes templating breaking. Now in buddypress.php you need to have a working and ‘Normal’ WP loop plus any other html markup structure your theme uses, however this is the sort of thing the theme author can best handle or at least they will understand what needs doing.

    Again earlier I pointed out where you can find an example loop in the WP default theme twentytwelve but you need something like this in your content area of your custom buddypress.php file:


    <div id=”content” role=”main”>

    <?php while ( have_posts() ) : the_post(); ?>

    <h1 class=”entry-title”><?php the_title(); ?></h1>
    <?php the_content(); ?>

    <?php endwhile; // end of the loop. ?>

    </div><!– #content –>

    However whereas this may kick the custom template into life it doesn’t account for the theme markup structure so likely would look broken, but we have no understanding of what this theme does with it’s templates so can’t really advice – again the theme author could and needs to understand how BP now works as a simple one file include with their theme could allow them to state their theme is BP compatible.

    Lastly and for anyone else reading the thread understand that the best place to source themes which are BP compatible is the official WP theme repo as the theme checks run on submitted themes will ensure standard WP practises are adhered to, buy premium themes and you take your chances, unless they are from a well known source and /or clearly state BP compatible or if not that they DO follow the WP templating API not invent their own I would avoid also I would avoid unless there was a strong support area for the theme.

    #167885
    alexfads
    Participant

    I see. I apologize, I am fairly new to this forum thing. Let’s try this again…Hi everyone, I am currently trying to create a buddypress network, where members can either join for free, or receive more options by joining a paid membership program. The free members are able to post whatever they choose, and receive achievements/badges for doing so. The problem i have is, my wordpress theme is centered around minisites that are all created using custom post types. Also, the custom post types allow me create beautiful reviews, award badges and ratings, but only on my wp-back end. I am relatively new at coding, and this framework is definitely a template (industrial themes-flavor to be exact.) I would like to find a way to basically add the custom post capability (hopefully enough to match at least some of the functionality that i see on the backend) to the front user end of buddypress. That way, members can write reviews and award ratings/badges to the products they like, but not have to log into my backend. I know this might seem far-fetched, and Im sure there is a lot of work to make happen. However, I would at least like to try and start somewhere. So, on that note, if anyone has any idea,solution,experience with buddypress and custom post types, i would love to hear any insight, and would greatly appreciate any help. Without giving away all of the details, my goal is to create a network where users can basically buy/sell/share/create custom post type articles/products and be rewarded for doing tasks/events. Also, I would like to create an affiliate network within the model, where members that would like to have more than just a fun experience, be able to make a profit off of writing/sharing/click throughs, etc. So, finally, if I can’t find the help i need to slowly create this model myself, I am also willing to hear out anyone that might be interested in developing this network. I am sure that last statement was probably supposed to be placed somewhere else and not here, but I figured Id chance it in hopes to find anyone willing to help. Thank you for your time everyone, and may you all have a blessed wordpress/buddypress operating system.

    #154833
    @mercime
    Participant

    @tcbroonsie Please share the names of the two themes which did not work with BP 1.7 theme compat so that we can be prepared if others using the same themes post here with the same issue. Much appreciated.

    Easiest test -> activate BuddyPress and check BP pages using Twenty Twelve. If it’s working as expected in your installation using Twenty Twelve but does not work with a WordPress theme you activate next, then there’s a problem with the theme. Either theme author has rewritten WP templating system or added layer/s of abstraction which prevents BP template parts from showing up in that theme, etc/

    As for plugins, starting off with the Theme Check plugin – if you see any WARNINGS and REQUIRED issues showing up after you run the theme check, then it’s possible that the theme might not work with BP

    Check out Theme Mentor plugin as well https://wordpress.org/extend/plugins/theme-mentor/
    It’s a relatively new plugin and has some false positives but it’ll help you out.

    #152097
    Slava Abakumov
    Moderator

    1) Even some BuddyPress themes can do that – so, yes.
    2) 2 plugins (one & two) for BuddyPress exists for this. Yes.
    3) Achievements plugin by Paul Gibbs (BP core developer) and Cube Points. Yes.
    4) Lots of WordPress-based solutions – nothing to do here for BP. Yes.
    5) Via a plugin like BuddyPress Block Activity Stream Types or via easy to write code hacks in your template.

    WP+BP might be your option if you can afford a good hosting.

    #144688
    wpinklady
    Participant

    Hi,

    Still no luck to find out what’s going on with this ajax conflict problem that I mentioned above.

    1. There are two options under Appearance menu –> BP Theme Compatibility, (since I need the first one enable, so I did not check the first one), and I checked the 2nd one to disabled the “template JS/AJAX”, then save.

    Now, the issue is the “post activity” button will NOT show up if you typed somthing into the post activity text area, but the events manager calendar and map will show up correctly.

    2. If I unchecked this “disable the 2nd option” as first one, I got other issues –

    Now, the “post” button will show up this time after you typed something and you can pressed the “post” button as well, BUT, you will get an error message “There was a problem posting your update, please try again.”, and nothing post.

    The other issue is the map and calendar of events manager won’t show up.

    So, can you tell me what happend? I think it’s related to JS/AJAX to call out more than once or maybe conflict…….?????


    Another question about BuddyPress.org site – is there any “search” function available on this site? The box on the top corner never works, just wondering how I am going to search this site.



    Thank you very much and looking forward to hear from you and please help me to solve those issues, reaally appreciate it.

    Sir Tie
    Participant

    I also see the following in the error log:

    Sep 20, 20:25:14 PHP Notice: Undefined offset: 1 in /home2/lifewiy0/public_html/cn/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 236
    Sep 20, 20:25:14 PHP Notice: Trying to get property of non-object in /home2/lifewiy0/public_html/cn/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 2016
    Sep 20, 20:26:15 PHP Notice: Undefined offset: 1 in /home2/lifewiy0/public_html/cn/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 236
    Sep 20, 20:26:15 PHP Notice: Trying to get property of non-object in /home2/lifewiy0/public_html/cn/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 2016

    As for the plugins:
    * BP Multilingual
    * WPML plugins
    * Events manager

    This is new installation, I did not do any changes to any of the files from the error log.

    #140694

    In reply to: Profile wireframes

    Roger Coathup
    Participant

    @FIQ – horizontal navigation tends to work well with a small set of options, but falls over for a flexible site with large numbers of screens / menu options / tabs. As you add more screens (photo albums, events, etc, etc.) you quickly run out of reasonable horizontal space to display the menu tabs. We’ve encountered this on a number of our builds.

    Vertical navigation on a flexible (expandable) social site copes better with a large number / growth in menu options. It’s the approach that both Facebook (news feed / landing page) and Google+ take to cope with that situation.

    It continues onto Facebook’s mobile app as well — where the menu button expands to a long vertical nav.

    Of course, there are those who’ll cry out we shouldn’t copy Facebook — but, that kind of begs the answer “Why not? They’ll have invested considerably in analysing the UX issues / best practices – let’s learn from that.”

    [EDIT: In any case, I trust the navigation and the actual content will be rendered via separate template parts – which should make it relatively straightforward (even for ‘default themers’) to present / locate the navigation where they best see fit.]

    IndieConnect
    Participant

    PageLines Base theme 1.0.2.0. Here are the plugins. (You asked for it…) Akismet, AWPCP, Audit Trail, Backup WordPress, BP Profile Search, BuddyPress, BuddyPress Activity Plus, BuddyPress Album, BuddyPress for PageLines, BuddyPress Template Pack, BWP Google XML Sitemaps, Dynamic Widgets, Envolve chat, Events Manager, Fast Secure Contact Form, Google Analyticator, Jetpack, My Category Order, PageLines Sections, Platinum SEO, Redirection, Role Manager, Search & Replace, SEO Ultimate, WishList Member, WP-EVP, WP Audio.

    kmtrent
    Participant

    Ok, I am going to just keep posting things till someone helps me figure this out. I do have the following plugins running on my site: Buddy Press, bbpress, Events Manager Pro, and Gravity Forms. Anyone have an idea which one would make the upgrade to 1.6 produce this error:

    Fatal error: Call to undefined function bp_displayed_user_id() in /wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 1117

    #133326

    In reply to: About Buddydev.com

    @mercime
    Participant

    BuddyDev is alive and well the last time I looked :-) And if I recall, there are membership levels there which allow you access to all plugins and themes. Confirm with them first.

    BP Mag Theme – As with other regular and premium themes, BP templates for plugins with template files included need to be updated and revised. @sbrajesh is active in providing support for the plugins one needs to use with the BP Mag theme.

    You’d have to let sbrajesh know which Events plugin you want to use for BP Mag and if that BuddyPress Links 0.5 – is the premium version updated for BP 1.5

    jtny10
    Member

    @emily-g I was able to remove the links but im still having an issue wit the buddypress bar being cut off to the right.. I tried to adjust with CSS but no luck.. Could it be the template pack?

    http://eventspeak.com/members/roadman/profile/public/

    Any help is appreciated..

    I

    becskr
    Participant

    I’m having problems with this too – but you shouldn’t be editing the core files as they’ll likely get over written. Please can someone advise me how to do this?

    My now defunct code:
    function new_group_items_setup_nav() {
    global $bp;
    bp_core_new_subnav_item( array(
    ‘name’ => ‘Latest Club Posts’,
    ‘slug’ => ‘recent-posts’,
    ‘parent_url’ => $bp->root_domain.’/’.$bp->groups->slug.’/’.$bp->groups->current_group->slug.’/’,
    ‘parent_slug’ => $bp->groups->slug,
    ‘screen_function’ => ‘show_blogs_from_club’,
    ‘position’ => 20 ) );

    bp_core_new_subnav_item( array(
    ‘name’ => ‘Events’,
    ‘slug’ => ‘events’,
    ‘parent_url’ => $bp->root_domain.’/’.$bp->groups->slug.’/’.$bp->groups->current_group->slug.’/’,
    ‘parent_slug’ => $bp->groups->slug,
    ‘screen_function’ => ‘show_events_from_club’,
    ‘position’ => 20 ) );

    }

    add_action( ‘wp’, ‘new_group_items_setup_nav’, 2 );
    function show_blogs_from_club() {

    //add title and content here – last is to call the members plugin.php template
    add_action( ‘bp_template_title’, ‘show_blogs_from_club_screen_title’ );
    add_action( ‘bp_template_content’, ‘show_blogs_from_club_screen_content’ );
    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘groups/single/plugins’ ) );
    }

    function show_blogs_from_club_screen_title() {
    echo ‘My Page Title’;
    }
    function show_blogs_from_club_screen_content() {

    // page content goes here
    locate_template( array( ‘groups/single/blog-posts.php’ ), true );
    }

    function show_events_from_club() {

    //add title and content here – last is to call the members plugin.php template
    add_action( ‘bp_template_title’, ‘show_events_from_club_screen_title’ );
    add_action( ‘bp_template_content’, ‘show_events_from_club_screen_content’ );
    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘groups/single/plugins’ ) );
    }

    function show_events_from_club_screen_title() {
    echo ‘My Page Title’;
    }
    function show_events_from_club_screen_content() {

    // page content goes here
    locate_template( array( ‘groups/single/events.php’ ), true );
    }
    add_action( ‘wp’, ‘new_group_items_setup_nav’, 2 );

    #118154
    juanmaguerrero
    Participant

    @foxly I can see in your spreadsheet that Jet Events System is listed as “fail” to work with BP 1.5, but I just tested it and it works fine for me :) perhaps the tester forgot to click on “update database/templates” buttons? can you clarify this? thanks!

    nicholmikey
    Participant

    Hello, thanks for the response.

    I tried bp_setup_nav and with that the menu item does not even appear. my code is

    `

    add_action(‘wp’, ‘CubePoints_List_Menu’);
    function CubePoints_List_Menu(){

    global $bp;
    $cubepoint_link = ($bp->displayed_user->id ? $bp->displayed_user->domain : $bp->loggedin_user->domain) . $bp->cubepoint->slug . ‘/’;
    global $wp_filter;

    bp_core_new_subnav_item( array(
    ‘name’ =>’test’,
    ‘slug’ => ‘top_points’,
    ‘parent_slug’ => $bp->cubepoint->slug,
    ‘parent_url’ => $cubepoint_link,
    ‘screen_function’ => ‘top_points_screen’,
    ‘position’ => 70,
    ) );
    }

    function top_points_screen() {
    global $bp;

    add_action( ‘bp_template_title’, ‘top_points_events_title’ );
    add_action( ‘bp_template_content’, ‘top_points_events_content’ );
    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );
    //bp_core_load_template( apply_filters( ‘bp_em_template_screen_one’, ’em/screen-one’ ) );
    }
    /***
    * The second argument of each of the above add_action() calls is a function that will
    * display the corresponding information. The functions are presented below:
    */
    function top_points_events_title() {
    echo ‘Top Points’;
    }

    function top_points_events_content() {
    global $bp;

    ?>

    hello world

    <?php
    }
    `

    With this the menu item shows up, if I hover over it points to the correct place, but when I click it just takes me to the home page. I have tried several variations of this code with no luck.

    Bowe
    Participant

    This is really easy with S2Member. Go to your S2Member settings in your admin and then General Options > URI Restrictions.

    The next step would be to block the sections you want to protect based on membership level. If you would like to keep the group homepage visible, you could do this:

    URIs That Require Level #1 Or Higher:
    /members
    /events
    /groups (if you want to block all access to groups)

    You can also protect certain templates (like the post form or a join group button for example) by using S2Member conditionals. For instance:

    `
    Some content for Members who are logged in with an s2Member Level >= 1.

    Some public content.

    `
    It’s a great and extremely powerful plugin! Good luck :) Be sure to check out the S2Member APi/Scripting section in the plugin settings to learn (a lot) more.

    PS: Shameless plug: I’ve created a BuddyPress Theme with S2Member Integration as well.. Read more about it here: http://bp-tricks.com/purchase-bp-slick/#S2Member

    #95925
    Anonymous User 96400
    Inactive

    @mark211
    There’s no option you can turn on or off, but it can all be done through template files and filters or actions.

    #94022
    Anonymous User 96400
    Inactive

    @revolutionfrance
    The plugin uses normal templates. There’s a block of code in the map template you can just copy/paste wherever you want and the map will show up there.

    @guigoz
    Cheers, got them and included them already. You’ll get a discount for that! Contact me by mail and we’ll sort things out.

    #92601

    In reply to: EventPress

    kunalb
    Participant

    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

    #92574

    In reply to: EventPress

    Sven Lehnert
    Participant

    @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.

    #92469
    Mike Pratt
    Participant

    Dude – I want it. I have mixed feelings about the GSOC Eventpress effort. It’s kinda bloated and there is still too difficult a workflow process (I’d have to tweak all of the templates just to de-confuse my members)

    How can I get my hands on this and take for a spin?

    #91898
    Hugo Ashmore
    Participant

    I have just been playing around with eventpress and am very impressed, find the plugin file layout a little different than used to in it’s use of a MVC pattern and the new custom pages but the results look very good, seems pretty stable.

    Jet events is also worthy but I did have to customise it to add google maps picked up automagically from event address fields, the plugin does look to be in ongoing development which is good, although the same can be said of eventpress.

    Jet events tables can be changed just create your own templates it’s what I would have done.
    As for authors just check the files as they carry that information.

    Best thing is to have a play around yourself with both to get a feel for which suits.

    Sandra l***
    Participant

    @ghostchild

    (appended here so that other participants can read the answer)

    In reply to your message saying that you still don’t see the tab in the subnav, I could be wrong but I would be inclined to think that your problem is not caused by the WP/BP versions (I am running the latest ones) but by the theme you are using.

    The “Events” nav is posted in the member profile through this call (in bp-events.php)

    /* Add ‘Events’ to the main navigation */
    bp_core_new_nav_item( array( ‘name’ => __(‘Events’, ‘bp-events’), ….. [stuff removed here]

    In order for this to work, your theme (wp-contentthemesyour-theme-herememberssinglehome.php) should contain this call in the “right” place

    bp_get_displayed_user_nav()

    e.g. If I take this line away from my theme (I decided to turn a regular WP theme into a BP compliant theme thanks to BuddyPress Template Pack), then the “Events” tab no longer shows up (and a few others disappear too).

    So you might want to verify your theme. Is it truly BP-compliant?

Viewing 25 results - 26 through 50 (of 90 total)
Skip to toolbar