Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,526 through 5,550 (of 22,621 total)
  • Author
    Search Results
  • #242695
    valuser
    Participant

    also the following link MAY be of some help

    Please follow the discussion into the chat – just at the time i was very slow on the uptake!

    http://wordpress.stackexchange.com/questions/75261/how-to-when-a-bp-group-created-automatically-create-a-wp-category

    c

    #242687
    shanebp
    Moderator

    Yes you need a function.
    To call the function on change, you need to use ajax.
    https://codex.wordpress.org/AJAX

    #242686

    In reply to: I want to add Spanish!

    danbp
    Participant

    Before saying it’s not working, please follow the instruction.
    Read my previous answer slowly and check the path i indicated.

    wp-content/languages/plugins/buddypress-es_ES.mo

    According to the screenshot, your site use the mexican version of WordPress.

    Unfortunatly, there is no mexican spanish translation avaible for BuddyPress !

    This force you to use spanish (es_ES and NOT es_MX) as site language to get automatically the es_ES BP translation.

    In other words, you can’t use mexican language on main site if you want BP in spanish.

    Translation can be found here: https://translate.wordpress.org/projects/buddypress/2.2.x

    #242676
    shanebp
    Moderator
    #242669
    djsteveb
    Participant

    @jordanboon0 – certainly there is more than one way to accomplish what you are proposing here.

    My first thought upon reading this is is that you can create a “multi-user blog” with wordpress. Each new artist becomes a “contributor” or even “editor” upon sign up, and they can post a new gallery easily, then your admin(s) can choose what new galleries get published.

    You go do all that with a single blog / wordpress install – and do it without buddypress, just make a cool custom author page for whichever theme you want to use.

    There are many plugins and settings for things like front end uploads, post author profiles, wordpress gallery fancy stuff and all that.

    You could also put buddypress into this mix and give your artists some extra social network stuff like private messages, groups and all that – however if you go with buddypress and and that layer to handle everything (without getting your users to submit posts / pages via standard wordpress) – then you have to get into a media plugin like rtmedia, mediapress, or – another one posted about a month ago.. anyhow – those media plugins are kind of their own “silos” – customizing how they work is not a few wp repo plugins away – and support for what you may want to do with them may be disappointing.

    Of course you could take WP, add in BP if you really want the social layer, and still use the main site blog as kind of a “multi-user (or “group” blog) and do it that way.. you could get more complex and turn it into a multi-site install where each user get’s their own unique blog with gallery plugins – but moderation of posts and such with that setup may become more of a challenge – along with the extra headaches with running a multi blog network.

    Anyhow – given the details you provided with your stated goals, I would forget about buddypress and multi-site – just install wordpress and do some searches in the wp-repo and themes section for “author pages”, “group blog” “post moderation” “front end uploads” and the various “Gallery” plugins – I think you can accomplish what you are going for pretty easily with lots of customization options.. without all the drawbacks and limitations of BP.

    #242659
    Henry Wright
    Moderator

    You can certainly create new tables but this should be done only if absolutely necessary. Take a look at the Creating Tables with Plugins article for more info.

    As to whether this will be a good idea verses utilising the existing activity table, only you can decide. It’ll depend on what exactly you need to do.

    #242658
    Henry Wright
    Moderator

    Those are not featured post images, but images that are embedded at the very beginning of posts.

    I can see that the problem doesn’t exist when you navigate to the post. The image is nicely floated left and comes before the text in the source. BuddyPress seems to be changing the order of the image and text when it comes to the activity stream display. I’m not so sure that’s a good thing.

    You could open a Trac ticket for this requesting that the order of text and images remain the same as they were input in the post form?

    #242648
    danbp
    Participant

    Have you tested this BP compatible plugin ?
    https://wordpress.org/plugins/wp-idea-stream/

    AM77
    Participant

    I Apologize for not being clear.

    If I asked someone for the conditional for the homepage on a wordpress site, they’ll say home_url

    If on a multisite and I wanted a conditional for both the multisite homepage and a user homepage, the’ll say network_home_url for the multisite homepage and home_url for a users homepage.

    What is the homepage for a users homepage on buddypress? When I say users homepage, I’m talking about the page that displays as soon as you click on a member in the members directory, so for member chris the homepage is on mysite.com/members/chris

    What is the conditional for when the page is on a users homepage like mysite.com/members/chris

    I’m saying I don’t think there is a conditional for it, bp_is_user displays on all users pages but I just want it for the users homepage.

    #242592
    danbp
    Participant
    #242577
    Pete Hudson
    Participant

    The only change that’s been made recently is the WordPress 4.2.3 upgrade.

    Any suggestions for finding the source of the problem?

    Or are there any options as far as making code tweaks to CSS (or any other files) that can switch the order?

    Thanks.

    #242565
    djsteveb
    Participant

    @bergblume

    If I may suggest that instead you add to your robots.txt file some wildcard rules such as:
    Disallow: *members/*activity*
    Disallow: */activity/p/*

    as to where I think it may be possible to pull some info from the activity posts to create page titles and other meta stuff, most activity posts are going to be short in most cases, and having a bunch of new pages indexed (even properly with title and meta stuff) is likely to add little value to your site overall – and in fact might create a situation where a bulk of your site pages are considered “thin content” – which would hurt your seo more than any proper page titles will on activity pages.

    Considering you are also asking about methods for adding meta keywords, I think you are looking for SEO help that is waaaaaaay outdated – unless you are going for different search engines aside from the big G, bing / yahoo for some reason – in which case my knowledge of the other spiders and their indexing methods is tiny.

    Now if you are trying to get proper page titles on your “groups” and member profile pages, I think that would be a worthwhile effort.

    Just a few random suggestions, I am not a BP dev or prof coder yet – others may have different advice.

    I think that getting and using this info will be better / easier perhaps about WP 4.4 or whenever they include the REST API in the core – and then it should be easy peazy for themes to pull and use this info – not that it should be rocket science to do it now… however I have had no luck getting help with similar issues on other BP pages in the past.

    It usually boils down to BP peeps saying that page title and meta stuff should be handled by your theme.. your theme devs will say they use the standard wp_title function (or something like that – which has been flipped around recently) – and that kind of stuff if you want it to be beyond what is “standard wordpress” should be handled by an SEO plugin… my experience with several SEO plugins has been that they will not get into all the BP “pseudo pages” for whatever reason, perhaps because a taxonomy is not registered for them, and that makes it more difficult.

    Random thoughts for ya

    #242561
    danbp
    Participant

    Custom code goes to bp-custom.php or child-theme’s functions.php
    Code on second answer shows an usage example, it’s not the code you have to use.

    As you asked for register details, i thinked you want a resume of the registration with all mandatory xprofile fields information…

    BP on a single install doesn’t sent a welcome email. This happens only on a MS install. But you add that manually. Read here:

    Send Welcome email to Users when they activate their account on WordPress & BuddyPress Based Social Network

    #242557
    micatuca
    Participant

    Cheers Dan,

    With the second question, where would I add that code?

    Also, with the third point, is there no way I can get register and have my login details sent to me automatically, similar to what happens when a new user is created within wordpress?

    #242556
    danbp
    Participant

    1) depends which type of forum you use (standalone or group forum)
    https://wordpress.org/plugins/bp-registration-options/
    https://wordpress.org/plugins/bbpressmoderation/

    2) see here how to do that
    https://buddypress.org/support/topic/add-dynamic-menu-link/#post-242487

    3) i’m not aware of such feature for BP

    #242555

    In reply to: Add dynamic menu link

    danbp
    Participant

    Try this:

    
    // depending the theme Main Menu, somwhere near Home, About, etc
    function bpfr_custom_setup_nav( $items) {
    	
        if ( is_user_logged_in() ) {		
            $items = '<li><a href="'. bp_get_loggedin_user_link() .'activity/news-feed/">News feed</a></li>';	
        }
        return $items;
    }
    // 10 is the priority, 1 is the position in the menu
    add_filter( 'wp_nav_menu_items', 'bpfr_custom_setup_nav', 10, 1 );
    
     

    References:

    wp_nav_menu_items


    https://codex.wordpress.org/Function_Reference/wp_get_nav_menu_items

    #242553
    Henry Wright
    Moderator

    A plugin isn’t strictly necessary, it’s just the easiest option. Alternatively, you can use the wp_mail_from and wp_mail_from_name hooks.

    #242551
    Henry Wright
    Moderator

    It is actually the default WordPress from email address and name that are used. If you want to change these, try the WP Change Default Email plugin.

    #242546
    danbp
    Participant

    @shayariyadav,

    thank you for the suggestion. 🙂

    But BP is not a blog plugin, but a community tool. And WordPress has already a blog.

    Some use BuddyPress for doing something very different as blogging. Some use it as a blog farm (on multisite).

    As plugin, it is integrated to WP, so i doubt that BP devs want to do the opposite. 😉

    You can anyway post a future request on Trac

    #242544
    danbp
    Participant

    The register process is part of WordPress.

    For BP, you can see in
    \buddypress\bp-templates\bp-legacy\buddypress\members\register.php

    …but !

    the username is already in use is not part of WP or BP.
    Do you use an extra plugin ?

    #242542
    danbp
    Participant

    @bigswp,

    if you have the same config today as @enaijo 5 months ago, update first.
    Actually: WordPress 4.2.3 BuddyPress 2.3.2.1 and bbPress 2.5.8-5815

    If the issue is still in, ensure that you have some friendship, as you can only invite friends to join a group.

    If all this is ok, you can open a ticket.
    Give details about your config and any hint about how to reproduce your issue and mention this topic.

    Login to Trac uses same credentials as here.
    https://buddypress.trac.wordpress.org/report

    #242521
    djsteveb
    Participant

    @enad12 – I suggest looking at the plugins in the wp-repo and see if any of them may suit your needs.

    https://wordpress.org/plugins/search.php?q=invite

    https://wordpress.org/plugins/search.php?q=facebook

    I myself avoid adding anything facebook to any of my sites as much as possible. In the very few places that I did add anything fbook, I would make sure that they loaded all assets from my site and not a third party server – for site speed and privacy issues as well.

    for example the “2 Click Social Media Buttons” plugin requires a double click in order to turn on these third party integration / sharing things – and the author has a write (in German that may needs translating) on his site – which is linked to in the plugin descript – that describes some of the laws in Germany and Europe in regards to leaking user info to third parties – so if you are going down that road I would look more into that and whatever laws you may need to follow in your area of the world in regards to those kinds of things.

    #242509
    danbp
    Participant
    #242504
    danbp
    Participant

    biographical information, fax and maybe even addresses. These are WordPress or theme specific fields which are not visible on frontend profiles. BP doesn’t use them if you use the xtended profile component.
    Anyway…

    Try this snippet, and use it to your need from within your child-theme functions.php

    function remove_user_fields(){
    
    // Print jQuery that removes unneeded elements
      ?>
    
      <script type="text/javascript">
        jQuery(document).ready( function($) {
        // the magic goes here...
          var ids = ['#description', '#comment_shortcuts', '#color-picker']; // Check in page source for other ID's
          for (var i = 0; i < ids.length; i++) {
            $(ids[i]).closest('tr').remove();
          }
        });
      </script>
    
      <?php
    }
    
    add_action( 'admin_footer', 'remove_user_fields' );
    #242479

    In reply to: Custom login-form

    Henry Wright
    Moderator

    There will be plugins in the WordPress Plugin Directory that can do both of these things. Theme My Login won’t do exactly what you need but it’s a great plugin I’d recommend if you need to to bring the login page into your theme.

Viewing 25 results - 5,526 through 5,550 (of 22,621 total)
Skip to toolbar