Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,426 through 10,450 (of 73,985 total)
  • Author
    Search Results
  • #267667
    Henry Wright
    Moderator

    The following code won’t cause the parse error:

    <p><?php printf(
        __( 'Your account was activated successfully! You can now log in on the sidebar with the username and password you provided when you signed up.', 'your-theme-domain' ),
        wp_login_url( bp_get_root_domain() )
    ); ?></p>

    Parse error: syntax error, unexpected ‘else’ (T_ELSE) in /home/admin/public_html/wp-content/themes/Divi-Child/buddypress/members/activate.php on line 47

    This is referring to an else statement on line 47 of activate.php. What do you have on line 47?

    PinkishHue
    Participant

    Thanks for sharing this link, very helpful 🙂

    It’s perhaps been discussed before but it seems like this should be a default feature for Buddypress/bbpress, including notifications for subscribed forums AND topics within the alert.

    I need this function for new replies on topics and unfortunately this plugin doesn’t do that.

    I will keep looking.

    dhsllc
    Participant

    I have the most current WordPress and Buddypress install (we also have bbpress).

    I setup a sidebar for my buddypress pages which includes the buddypress ‘login’ plugin.

    When a user activates their registration the message reads:

    The original code is:

    <p><?php printf( __( ‘Your account was activated successfully! You can now log in with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>

    I changed it to:

    <p><?php printf( __( ‘Your account was activated successfully! You can now log in on the sidebar with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>

    I also tried:

    <p>Your account was activated successfully! You can now log in with the username and password you provided when you signed up.</p>

    This change is trigering this error:

    Parse error: syntax error, unexpected ‘else’ (T_ELSE) in /home/admin/public_html/wp-content/themes/Divi-Child/buddypress/members/activate.php on line 47

    I am not a programmer. I don’t know how to fix this. Any help is appreciated.

    #267661
    dhsllc
    Participant

    I think you are referring to the message that appears after the registration page is submitted. If so, it’s not a different page or something you can turn-off anywhere (as far as I know). The message appears on register.php.

    To modify it, you’ll want to make a copy of it, edit it then add it to your child theme: mytheme/buddypress/members/register.php

    #267660
    dhsllc
    Participant

    I didn’t have a big problem with the look of the registration but the little cosmetic changes I made with handled with CSS. However, the message that appeared after the form was submitted, that needed work.

    To customize it, I made a copy of register.php, modified the section where the message appeared and added this new directory in my child theme > mytheme/buddypress/members/register.php

    Looks much better now. Hope this helps.

    Try this plugin. It hasn’t been updated for 2 years, but it works perfectly for me.

    BuddyPress Admin Only Profile Fields

    Adds these options to the visibility options: ‘Admin’, ‘Everyone (Admin Editable)’ and ‘Only Me (Admin Editable)’

    Hope that helps

    #267654
    awpt
    Participant

    anyone solved this problem? When I get the css file from buddypress plugin to the css folder in my theme it doesnt show it too.It saves the cover image because when I remove the file I can see it but the problem is when i make changes on the css file I can also see the changes.

    Is there any required php file to integrate it in the correct mode?

    A screensho from my theme the black background is from just a css command not an image.
    https://s2.postimg.org/f8lwj34o9/Schermata_2017-08-22_alle_10.37.16.png

    ositive
    Participant

    Hi
    How can I make always visible the Admin bar (wp-admin-bar-top-secondary) and move it to the menu (like a menu item) or just below the menu (that is exactly what you do in buddypress.org site)
    Thanks!
    Ositive

    #267648
    monicamonroe
    Participant

    I recently had my hosting com (wpengine) switch my site from Multisite to Single site because I was no longer using the other sites. It seems as though a few features stopped working when doing so, I reached out to them and they said some permissions probably didn’t transfer over to the single site because Buddypress was installed on the Network of the Multisite.

    The 2 issues I’m having is Group Admins (not site admins) are no longer able to delete posts from other users within their group.

    The other issues is that I don’t see on the backend anyone the order in which people register or the date of sign up.

    If anyone can help me out that would great!

    #267646

    In reply to: url > permalink

    shanebp
    Moderator

    This is the BuddyPress support site.
    Try asking on the bbPress support site.

    #267641
    drinkingsouls
    Participant

    Hi,
    I have seen several threads on how to do this but nothing that contained a solution.
    I’d live my user bar to be displayed as it is here on Buddypress.org, below the header to the right. By default it is displayed at the top of the page.
    Is there any way to move it so that it is positioned as it is here?
    Thank you

    #267638
    topitoconnectey
    Participant

    Hi,
    I’m using BuddyPress in french, and I found out that the notifications are not translated.
    I get “You post received a new comment” and stuff instead of the french translation.

    I looked through the po and mo files via Loco Translate, but I can’t find any instance of these strings.

    Any help is appreciated 🙂

    #267637
    khappamj
    Participant

    Hi everyone hope this may help other members. Concerning cropping image problem: if you have installed in your website any lazy loading image plugin this may get conflicts with Buddypress image cropping system.
    Disable that plugin, in my case BJ Lazy Load, and Buddypress cropping and uploading image system works fine.

    Now my question is: what are the CSS classes about images cropping objects in Buddypress? Cause BJ lazy load allow us to exclude some images via CSS and that is perfect to get BJ lazy load plugin back ad Buddypress a both.

    Thank you guys! 🙂

    #267636
    Ankit Joshi
    Participant

    Is buddypress is supportive with WPML? and can I convert WordPress advanced custom fields and pages to WPML

    #267626
    shamshansudhar
    Participant

    I have tried to setup https://wordpress.org/plugins/bp-members-avatar-map/ plugin but its not working and i have setup the Address field also but still cant figure out whats the problem…

    Installed Plugins:
    Buddypress
    Bp Xprofile Location
    BP Member Avatar Map

    Environment
    Localhost

    Please help me!!!!

    #267623

    In reply to: Custom Code

    Abdullah Al Mamun
    Participant

    @peter-hamilton Im using BuddyPress Xprofile Custom Fields Type plugin too.

    #267622

    In reply to: Custom Code

    Abdullah Al Mamun
    Participant

    buddypress – bp-templates – bp-legacy – buddypress – members – single – settings.php?

    Here inside i added:

    <div class=”item-list-tabs no-ajax” id=”subnav” aria-label=”<?php esc_attr_e( ‘Member secondary navigation’, ‘buddypress’ ); ?>” role=”navigation”>

      <?php if ( bp_core_can_edit_settings() ) : ?>

      <?php bp_get_options_nav(); ?>
      link text
      <?php endif; ?>

    </div>

    But its not working.

    #267621

    In reply to: Custom Code

    peter-hamilton
    Participant

    1. You could use the template for buddypress – members – single – settings
    Here you could add a link inside the navigation div, right after the call to get-options-nav

    This should be in your buddypress folder in your child theme.

    2. I do not know

    #267620
    Abdullah Al Mamun
    Participant

    How I can add

    1. A link to sign up form. I tried the following but no effect:

    Add Extra links to BuddyPress User Profile Menu & BuddyPress Group Menu

    I want to use a download link in the signup form so user can download Credit Reference Form.

    2. In the date section how i can add a calendar instead of date?

    Im using xprofile plugin with buddypress.

    #267619
    metalhead
    Participant

    Hello,

    I’m looking to hire a developer familiar with BuddyPress for a handful of tasks that I can’t figure out on my own, or through support forums.

    I’ve tried using upwork.com, but despite the way that site is advertised, there was nobody interested in my BuddyPress objectives.

    I’m aware of Buddydev – that guy is great. But do I have any alternatives?

    Thanks!

    #267618

    Topic: Organic Square theme

    in forum Showcase
    peter-hamilton
    Participant

    Hi all, I am back once again to share my ongoing quest in making a complete social site with Buddypress and BBpress.

    I needed a theme that allowedd members to interact almost similar as on facebook, everything should be able to be “liked” and the activity timeline needed to allow the full social experience, liking, posting images and video etc.

    The BBpress forum integration had to follow a similar path, likes on posts and all showing up on the activity timeline.

    I started developing this theme a few years ago, but as a self-taught copy and paste developer with little time to learn actual php/java etc. I it is taking quite some time to come to the point I am now.

    I am using this theme on my own main website http://www.seedism.nl where you can see it in action.

    The activity is only for registered members, to test this feature you can use my demo account:

    Username: demo
    Password: demo2017

    The following image shows the activity wall and main profile page.

    Organic Square - activity and profile

    I just installed the theme and am working hard on all the sidebars etc. have a look and let me now what you think.

    I hope to make this into a theme that I can share in the depository one day.

    Thanks in advance for the input
    Peter Hamilton

    Warning: the content of the site are about hemp and is an adult only site although I still need to implement an entry page with this warning, page is for 18+ only.

    #267617
    peter-hamilton
    Participant

    Very impressive work @m_uysl and good to know that Buddypress can scale to such a userbase, albeit with lots of serverpower available.

    TxGirl
    Participant

    Right now there are only three options when setting each profile fields Everyone, Only Me, All Members.

    Is there a way to add other visibility options based on the user role (such as admin, editor, contributor, etc..)

    We are using this as a member area on our website for our fire department and some fields such as Emergency Contact info, etc… we only want viewable to say admins and editor NOT all members. Is there a way to add this option in?

    Wordpress 4.8.1
    BuddyPress 2.9.0

    Home

    #267612
    shamshansudhar
    Participant

    1)Universal Setting Page to set Verified Badges and Email Setup like Email on Request by User to Admin,And Verified email to user when Admin completed verification
    2) Verify option direct at all User page in dashboard
    3) Multiple account verify by selecting and adding dropdown to verify multiple at once
    4) Lock content to verified user only
    Thanks and Regards

    #267610
    worldschool
    Participant

    I have WordPress version 4.8.1
    I have BuddyPress version 2.9.0
    I’m using Specular theme (bundled)
    I have “pretty permalinks” active

    I am VERY new to building a webpage and understanding the programming behind it. I installed and activated BuddyPress today. I have Groups and was able to create a few groups and add avatars, etc. But when I go to the “register” and “activate” and “activity” pages, even the group page, they are all blank. I do not see what I’m supposed to do to further the install.

    I read advice to delete the pages, empty trash, then “add page” with the same name and reassign the page on the settings. I tried that, nothing changed. I was told to increase memory, went to hostgator to the file settings, but the page was not responding and I could not get into the disk space usage link, but it indicated that there was “unlimited bandwidth and storage” within reason and if you exceeded it, you’d receive an email, so I don’t think that’s it.

    I’m NEW. I don’t follow the code talk very well. I like step by step. I read about creating a child theme, but can’t figure out how/where to start that process and honestly not sure I should/need to.

    The page is still under construction, but it is http://www.ourworldschools.com

    Where do I start finding the underlying coding and why are the pages blank?

    Thank you so much!!!! Shannon

Viewing 25 results - 10,426 through 10,450 (of 73,985 total)
Skip to toolbar