Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 6,076 through 6,100 (of 32,561 total)
  • Author
    Search Results
  • albratoss
    Participant

    http://amir.info.np/the-writer
    This is demo site i am building.
    theme is compatible with buddypress, but i cannot post anything in activity feed, cannot add/delete friend.
    how to fix this issue. i have tried fresh wp / theme / plugin installation but still problem isnt solve.

    #252066
    mfalk75
    Participant

    Hey guys, I’m having same issue but I can’t seem to figure it out. I’ve tried messing with the code and implementing it into my child themes function.php but no luck. Can someone give me a sample of code I can try. @bertl11 how did you get it working?

    ffmg
    Participant

    Hi,

    I want to move my multi-blog site from a custom website to buddypress/multipress, and it seems to do everything I want except for the users dashboard.

    I don’t trust my users at all, and I want to remove some of the permissions they have by default.

    What I would like to do are things like

    – prevent the user from customising the themes, (actually I am happy with some customising, I just worried that the users will make breaking changes to the theme/site itself).
    – prevent the user from changing the permalinks
    – Limit the number of sites they can create.
    – Limit who creates groups and how many they create.
    – Better spam control in general, (prevent spam posts and so forth).
    – Limit/control the number of pages they can create.

    In general, I just want to have more control on what they can/cannot do,

    Is there already a plugin to do that kind of monitoring?

    How safe is buddypress/wordpress network from ‘rogue’ users?

    Thanks

    FFMG

    #252026
    ronnsys
    Participant

    Excuse the typo, that should say iBuddy theme in use

    ronnsys
    Participant

    I install BP using the iBuddy then which works okay except the banner is to broad in height across the page. How can I adjust?

    Using
    WordPress 4.4.2 running Enigma theme. Buddy Press version 2.5.0
    SITE:
    http://shedrickenterprises.com/wp/fubu

    #252007
    danbp
    Participant

    Ola,

    BP doesn’t handle login and has no captcha system. BP offers only a login widget. Do you use it ?

    Apparently, some stylesheets aren’t loaded properly.
    Deactivate Total cache and bwp-minify and see if it remains.
    Once done, enable Twenty Fifteen or Sixteen and give a try.

    If it works, you have to check the theme AND your child-theme.

    https://buddypress.org/support/topic/when-asking-for-support-2/

    #252000
    Thorsten :-)
    Participant

    Hi,

    I reported the issue many times and the issue still exists in BP v2.5.2

    If I want to compose a new message and click on ‘Message | Compose’ from my welcome menu I get a form field for ‘Send To’. If enter there some letters BP shows me users (only friends connected). After clicking on a user found by BP the name will be placed but – unfortunately – not correct

    Please see image 1 and image 2 I attached:
    http://www.screencast.com/t/9SFJCkgHvhFg
    http://www.screencast.com/t/otTENG7MHase

    I tested with WP standard themes and the BuddyBoss theme I use. Reported to the theme developer too but they also say it’s a BP bug.

    I made a video already in my post for demonstrating the issue, see https://buddypress.org/support/topic/compose-private-message-issues-in-bp-v2-5-02-5-1/

    Please can anyone confirm this bug too?

    Thank you,
    Thorsten

    #251994
    mcpalls
    Participant

    solved after upgrade theme

    richdal
    Participant

    On the profile updates the Photo Image displays controls to crop the uploaded image. On the Cover Image though the upload just goes through without a way to change how it appears.

    If I wanted to include the crop tool on the Cover Image would I use the information from the BuddyPress Cover Images page? I found a reference to that from #6570 and just wanted to make sure I was heading in the right direction.

    mln83
    Participant

    Hi @djpaul,

    Sounds great. I would probably recommend using Google Fonts since they are readily available. I don’t know how much work it would be to add it into Email customization and whether there would be resistance towards the big G? Anyway, many themes already utilize these font types so it would make it easier for people to match customization with theme layout.

    Image for a logo would be a great alternative option.

    Thanks again for creating the email interface for BP 2.5+ 🙂

    Best regards,
    Michael

    #251970
    valuser
    Participant

    The second ask — i can’t usefully contribute!

    for the first ask

    Assuming your new user fills in her/his profile fields on registration

    Something like the following MIGHT work.

    On FIRST login a user is redirected to say .$user -> user_login.’/profile/change-avatar/’;

    then add something like this to the functions.php file of your theme

    function alaiam(){
    
    global $current_user, $wpdb, $bp;
    
    get_currentuserinfo();
    
    $user_id = get_current_user_id();
    
    $firstname = xprofile_get_field_data( "First Name" ,$user_id);
    update_user_meta( $user_id, 'first_name', $firstname);
    
    $lastname = xprofile_get_field_data( "Last Name" ,$user_id);
    update_user_meta( $user_id, 'last_name',$lastname);
    
    $gender= xprofile_get_field_data( "Gender" ,$user_id);
    update_user_meta( $user_id, 'gender',$gender);
    
    $xdob= xprofile_get_field_data( "Date of Birth" ,$user_id);
    update_user_meta( $user_id, 'dob',$xdob);
    
    /*and so on.........*/
    
    add_action('bp_before_profile_avatar_upload_content', 'alaiam', 10, 0);
    #251962
    dominik2004
    Participant

    Hi everyone,

    a colleague and I are currently working on a site that runs on the latest version of WordPress and BuddyPress and uses the socialize theme. So far everything works correctly. The index page is a multi column portfolio grid and we want to give our users the ability to add one portfolio item of their own. Also they should be able to come back and edit that portfolio item.

    Basically I want to create an “add item” button to the profile page, thats leads to a form, which the user can fill out. By submitting that form a portfolio item is created. (Obviously the button must only be visible to the owner of that profile and not when a user views another’s profile).

    Image and video hosting by TinyPic

    I’m not really sure where to start. Can someone point me in the right direction?

    Thanks a lot

    Dominik

    Something like this:

    jameshh93
    Participant

    Hello I would really like to make a few mods to the buddypress login widget (when logged in) so that it shows the users profile picture along with an x field profile field named bio and if users has one their cover image as well.. kind of like this

    Application

    if you could help me then this would be super!! Would also be a pretty cool enhancment to buddypress overall so developers might want to think about adding it to core.

    Thank you! 🙂

    #251953
    mjdevelopz1
    Participant

    Please disregard. Themify updated the theme and fixed the issue way faster than I thought they would.

    #251951
    ripulkr
    Participant
    redokodesign
    Participant

    Hi everyone,

    A coupel of weeks ago I updated Buddypress, added Wordfence and also Jetpack (a sister site suffered an attack so these measures were added for extra security).

    Since then the regular WordPress emails (registration, lost password etc.) all send fine, as do BPpress forum emails, but none of the Buddypress emails – i.e. the emails with templates found in dashboard > emails – send any more.

    We’re running: Buddypress Version 2.5.1, WordPress 4.4.2 running Kleo Child theme.

    We use an SMTP plugin which has always worked great. The test email from this plugin sends fine too.

    I installed the BP email debug plugin as recommended in other posts by Paul Gibbs (thank you Paul!) – I’ll post the first part of the results below. The rest has lots of personal info – email addresses, passwords etc. so if anyone can suggest a safe way of sharing this that would be great.

    Huge thanks in advance to anyone who can help. Unfortunately I’m not permitted to post a link to the site as it’s a secure and locked down site with lots of active users.

    Debug email content:

    SMTP Error: data not accepted.

    BP_Email Object
    (
    [bcc:protected] => Array
    (
    )

    [cc:protected] => Array
    (
    )

    [content_html:protected] => {{sender.name}} sent you a new message: "{{usersubject}}"

    berkelmudez
    Participant

    Hi,

    My register activation are not being send, when one registers in my buddy press theme.
    I have tried multiple plugins like: WP-Mail-SMTP, Configure SMTP.
    All my test emails have been perfectly received in these plugins, so I know my SMTP settings should be correct now.

    Is there some kind of BP function that I need to configure the SMTP settings on separately from WordPress?

    Or is could something else be causing this?

    Any help is appreciated thank you!

    #251909
    shanebp
    Moderator

    You can put it in your theme/functions.php or in bp-custom.php.

    wmossuk
    Participant

    Hi

    My wordpress version is 4.4.2 and my Buddy Press version is 2.5.1

    My member’s profile pages are all really misaligned in the theme I use. I have tested it with Twenty 2015 and works fine so it definitely is the theme I’m using (Tesseract by Tesseract Theme)

    Any Ideas how I can get this to work? It just needs to be aligned to the left of the page rather than starting from the middle of the page?

    http://www.fagmastery.com

    Image of the issue

    #251901
    mvfs314
    Participant

    1. Which version of WordPress are you running? 4.4.2

    2. Did you install WordPress as a directory or subdomain install? Directory.

    3. If a directory install, is it in root or in a subdirectory? Root.

    4. Did you upgrade from a previous version of WordPress? If so, from which version? No.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes.

    6. Which version of BP are you running? 2.5.1

    7. Did you upgraded from a previous version of BP? If so, from which version? No.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes, all WPLMS theme plugins.

    9. Are you using the standard WordPress theme or customized theme? WPLMS theme.

    10. Have you modified the core files in any way? No.

    11. Do you have any custom functions in bp-custom.php? I don’t think so.

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 2.5.8

    13. Please provide a list of any errors in your server’s log files. There’s none.

    14. Which company provides your hosting? I’m using localhost.

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache.

    The question: is there a way to customize the dashboard as this one? Dashboard

    If yes, how can I do it? Is there a tutorial, a plugin, or something like this?

    Thanks.

    #251900
    mjdevelopz1
    Participant

    For my client’s site running Themify’s Event theme, users are unable to upload cover images or profile pictures. I have confirmed that it is a Themify theme issue and reported it to them. I was able to locate a plugin allowing users to upload a cover image, but have been unsuccessful finding such a plugin for the profile images.

    My question is this, can someone suggest a coding way of possibly allowing this feature to run despite the theme blocking it? Some form of “hack”? I have searched here, but haven’t been able to find anything.

    WordPress version: 4.4.2
    BuddyPress version: 2.5.1
    Theme: Event from Themify

    #251896
    FridaFric
    Participant

    Hello,

    I would like to make a social network in BP but do not know any free theme with a lot of options to customize. I do not know how to do with a child theme and do not know CSS, so I want to made network from some free theme that has plenty of options for design it. Whether there is such a topic? I found in some tutorial for making a blog the perfect theme with all the options for editing https://themify.me/themes/ultraWhether. From this tutorial I can get it for free but I don`t know if it is for making a social network?

    Thanks in advance,
    FridaFric

    #251868

    In reply to: ATT: Moderator

    Dono12
    Participant

    If you guys want to keep it for other people facing similar issues, please remove or add a space holder here: .../wp-content/themes/Starkers-Child-2/images/vidimage.jpg

    shanebp
    Moderator

    If they’ve logged in, they should have a last_activity entry – without which they won’t appear on the Members page.

    If you aren’t concerned about existing last_activity entries for those who currently do appear, paste this function in your theme/functions.php.
    It will create a last_activity entry for all users and set it to the current time.

    Load the site once and then remove this function so that it does not run again.

    function brad_add_last_activity() {
        global $wpdb;
        foreach ( $wpdb->get_col( "SELECT ID FROM $wpdb->users" ) as $user_id ) {
            bp_update_user_last_activity( $user_id, bp_core_current_time() );
        }
    }
    add_action('bp_init', 'brad_add_last_activity' );
    delfindelfin
    Participant

    Hi, I am new on this, I am using a custom theme on wordpress that I did. I would like to have a register page for users but I am not sure if I can do this in similar way of WordPress functions (like the_content(), the_excerpt(), comments_template() … etc). Thanks in advance, I use BuddyPress 2.5.1 and wordpress 4.4.2

Viewing 25 results - 6,076 through 6,100 (of 32,561 total)
Skip to toolbar