Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,201 through 5,225 (of 32,678 total)
  • Author
    Search Results
  • #262496
    danbp
    Participant

    If you consider all your users to have the same ability to publish, you can simply setup WP’s default role from subscriber to author. You don’t need a plugin to do that. To allow categories, search on WP codex, as this has nothing to do with the fact you use BuddyPress.

    For customizing the Howdy menu item, use this custom snipet or take one of the existing plugin to do that.

    #262495
    danbp
    Participant

    BuddyPress’s toolbar menu works like any other toolbar sub-menu item.

    See WP codex for details

    Read here for some usage examples explained in details:

    How to hide / remove the General tab under Settings

    #262487
    yadad
    Participant

    I’ve successfully installed BuddyPress and BB Press to create the website I was wanting to achieve.
    I do have 4 questions that I’ve not been able to solve myself.
    I’m using WordPress Version 4.7

    Why isn’t each Profile / Member offered a separate gallery or media library?
    I’ve noticed when a new person joins the site and they go to upload any photos for profile pic or background that they have access to my Media Library. I’ve created a separate profile and was able to see that the gallery’s seemed to be shared with all members.Yes they can add a new gallery but still have access to mine so can this be modified?

    Can you put a cap on how many Mb’s a user is allowed to upload for the total amount of media space allowed.Videos can take up a lot of space.

    Why do all members have to be Authors in order to be able to Post because this was the only method that worked for me.
    Users have privileges that shouldn’t be allowed.

    Last question when using BuddyPress and BB Press how should I set up my .htaccess file

    for robots to crawl as I don’t think they should be able to crawl past the index.php.

    Thanks in advance for any help or suggestions.

    #262473
    wspond
    Participant

    OK, so fresh over-install (copying overtop of running site) of 4.7 and as soon as I turn on buddypress, I loose the admin completely. Take it out of the folder via ftp, then I get admin back. Thoughts.
    New godaddy hosting account
    Wordpress 4.7
    current BuddyPress.

    #262472
    shanebp
    Moderator

    1. Yes

    2. You mean WP posts ? Yes, if you give them permissions.

    3. They can ‘friend’ each other. There is a plugin re ‘Follow’.

    4. Probably – but you’ll need to customize the Follow plugin.

    You should install BP on a test site and start trying different settings and additional plugins.
    After you have done that, you can ask more specific questions here.

    #262470
    jawharmok
    Participant

    Hello BP Team,

    I’m the Founder of MyKenz. We created a website based on your plugin to connect the schools and clubs of the world and teach soft skills to the youth.
    This project is very ambitious but thankfully, we have the support and help of very important international partners. The aim is to help kids and teens around the world to learn what they love but cannot find in school.

    One day before launching the website to the public, we had a issue/bug on the “Post Update” feature. It works for Facebook registered users and also for manually created users (via WordPress admin dashboard), but it doesn’t work for new users who created their account through “Registration” process.
    By ‘not working’ I mean that when a user tries to post an update on the Activity Feed, he sees a message : “There was a problem posting your update. Please try again”.

    Our freelance Dev contacted you to help him but your advices were not enough to solve our issue.
    The website is now blocked for 2 weeks and we really are in a big mess.

    We really need your help to debug this urgently and apparently we cannot do it without you.

    Can you please get inside the site and try to find a solution ? We contacted the devs of the template (Woffice from Alkaweb) and they couldn’t do it… They advised us to get in touch with you.

    I beg you to help us as soon as possible.

    Best regards and wishes for 2017

    #262456

    In reply to: Email Address login

    modemlooper
    Moderator

    There is nothing wrong with using a plugin. Check WordPress .org for a plugin. If you insist and do not want to use a plugin you can check through the code to find out how they accomplished it

    #262455
    danbp
    Participant

    BuddyPress display members, but those members are referenced in WordPress. No idea to share about what you want to do, but have you searched on the plugin repo ?

    https://wordpress.org/plugins/search.php?type=term&q=Amazon+Services

    #262452

    In reply to: Broken after install

    danbp
    Participant

    @baramagnus,

    official requirements for WP (hosters) are given here. Minimum php version for WP is 5.2.4, while most used php version is 5.6
    More WP stats here.

    BuddyPress users use all 5.3 and above (as of preliminary 2016 survey results).
    This means that if you use 5.6, you’re anyway fine.
    And about WP and BP compatibility, you can read here.

    #262446
    empressdianna
    Participant

    Hi, I would like to add a required textbox on the delete account page so that I can capture why someone is leaving the site. Upon completion I would like it to send me an email with the account user’s username (if possible) and reason why he/she deleted his/her account. Help please.

    Buddypress Version 2.7.4. WordPress 4.6.1 running Sweetdate Child theme.

    #262441

    In reply to: delete notifications

    danbp
    Participant

    Hi @mohamedalikortli,

    thank you for the sharing, but I am afraid that your proposal is not acceptable in regard of coding best practice. I let your snippet in place, but i also warn all readers to use it, unless they know what they do.

    This forum is public and most users coming here for help are querying at first for BuddyPress related issues solution, not third party plugin tricks like the one you share here. The majority is also not very comfortable with php or even site development.
    This aspect is one of the main reason to provide usefull and safe code.
    IT IS NOT THE CASE HERE – and i wouldn’t recommand it.

    Not because it doesn’t or wouldn’t work ( and i haven’t tested it), but because it is not correctly written. Allowing such a snippet is like encouraging (and by the way perpetuating) bad practices. Hopefully you understand and agree that we don’t want this on the BuddyPress support forum.

    @sbrajesh ‘s BuddyPress Clear Notification plugin was last updated in march 2016, which is pretty recent. I doubt that the bug is in his plugin and i expect more a menu related issue… but this is only an expectation of mine.

    If you estimate that your workaround is helpfull for that plugin, get in touch with Brajesh or publish it on the plugin support.

    By the way, next time you publish code on this form, use the code button available on the editor toolbar to insert it properly.

    FYI about what you did wrong or not properly:
    – hacking a core file. Notification template should be used, but from inside a child-theme, not directly from bp-legacy).
    – comments should be in english (some in your example are in french)
    – your recommendation is against all WP usage:

    copy this script into ur document root where u have installed ur wordpress

    – you can add custom code via bp-custom.php. There is also no need to go to wp root, when you can do the same thing from within your child-theme.
    – why do you recall jquery ? It is already loaded when you run BP…
    – i’m not a developer, but i’m pretty sure there are other things to mention about coding.

    In regard of the script itself, BP provide much simplier way to delete notification or show a delete button: reference.
    You’re also using french in that script.

    Calling a file “test” is ok, but in that case you should provide some explanation on how to finally use your snippet. As already said, not everybody here is able to understand – and use raw code – when you provide a workaround. Providing code is fine, providing code+tutorial is always better.

    Désolé d’être sévère et rien de personnel, mais juste une mise au point nécessaire.

    [modlook] @jjj, @DJPaul, @boonebgorges, @mercime, @hnla, @shanebp, @henrywright

    #262435
    mohamedalikortli
    Participant

    if buddypress clear notifications plugin does not working for u , this is a solution how to do it ,we will add a button”clear all notifications” in the notifications nav menu , first we will edit a php script called test.php wich contain this code

    <?php
    
    	 function clear_all_notifications() {
    		 require_once( 'wp-load.php' ); //put correct absolute path for this file
    
    $id = get_current_user_id();
    		 
    		 
    		// on se connecte à MySQL 
    $db = mysql_connect('localhost', 'user', 'password'); //replace user and password
    mysql_select_db('name of database',$db); 
    $requete = 'SELECT * FROM prefix_bp_notifications WHERE user_id='. $id ; // verify the name of table here prefix_bp_notifications can be wp_bp_notifications
    $sql = 'DELETE FROM prefix_bp_notifications WHERE user_id ='. $id ; // verify the name of table here prefix_bp_notifications can be wp_bp_notifications
    $reponse = mysql_query($requete);
    $resultat = mysql_num_rows($reponse);
    if($resultat > 0){ 
    $req = mysql_query($sql) or die('Erreur SQL !<br>'.$sql.'<br>'.mysql_error()); 		
    		
         
    	 
    mysql_close(); 	 
    		
    		echo "Notifications supprimees";
    }
    else {
    	echo $resultat ;
    
    		echo "pas de notifications";
    mysql_close();
    }  
        }
    	
    	clear_all_notifications();
    	?>
    
    copy this script into ur document root where u have installed ur wordpress
    
    then add this code to wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/notifications.php  under <?php bp_get_options_nav(); ?> line 13
    
    <li id="notifications-my-notifications-personal-li" class="current selected"> 
    		<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
        <script type = "text/javascript">
    function myAjax () {
    $.ajax( { type : 'POST',
              data : { },
              url  : 'ur website adresse/test.php',              // <=== CALL THE PHP FUNCTION HERE.
              success: function ( data ) {
                return 1;               // <=== VALUE RETURNED FROM FUNCTION.
              },
              error: function (  ) {
                return 1;
              }
            });
    }
    
    //function execute_del(){
    	//myAjax();
    	//window.location.reload();
    	
    //}
        </script>
    	<button onclick="myAjax();window.location.reload();">delete all notifications</button> <!-- BUTTON CALL PHP FUNCTION -->
    	
    	</li>

    that’s all 🙂

    #262434
    empressdianna
    Participant

    WordPress 4.6.1 running Sweetdate Child theme.
    Buddypress Version 2.7.4
    https://www.ambwdate.com.

    I want to make it so that certain wordpress roles have special css styling in the member’s directory to differentiate them from other roles as well as have an image display on their actual profile page. How would I go about doing this? And what pages should I edit to reflect these changes. Thanks for any help you can provide.

    Stacy (non coder)
    Participant
    #262426
    danbp
    Participant

    Hi,

    that’s a general wordpress knowledge question. Read here how to proceed:
    https://codex.wordpress.org/Configuring_Automatic_Background_Updates

    #262423
    Paul Wong-Gibbs
    Keymaster

    @johnjamesjacoby This specific error has already been fixed in BuddyPress trunk a couple weeks ago (I don’t have the changeset number to hand). netweb fixed an identical problem in bbPress a couple of months ago: https://bbpress.trac.wordpress.org/changeset/6113/trunk

    #262422
    Paul Wong-Gibbs
    Keymaster

    The issue reported by @larsivar two weeks ago is by a change in PHP 7.1. We have fixed this specific issue for an upcoming release — our ticket tracking PHP 7.1 is here https://buddypress.trac.wordpress.org/ticket/7392

    While we could ship a release today to fix that specific error, there is at least 1 other PHP 7.1 error that I know about, which is in WordPress itself, which I reported here https://core.trac.wordpress.org/ticket/39277

    We’ll do more testing for PHP 7.1 in BuddyPress in the first couple weeks of the new year (probably) and ship what fixes we have. We may or may not choose to wait for the next minor release of WordPress (4.7.1) before doing that. Still to be determined.

    #262421

    In reply to: Broken after install

    Paul Wong-Gibbs
    Keymaster

    @wautersandreas and @danbp Fatal errors with that exact message are caused by a change in PHP 7.1. We have fixed this specific issue for an upcoming release — our ticket tracking PHP 7.1 is here https://buddypress.trac.wordpress.org/ticket/7392

    While we could ship a release today to fix that specific error, there is at least 1 other PHP 7.1 error that I know about, which is in WordPress itself, which I reported here https://core.trac.wordpress.org/ticket/39277

    tl;dr We’ll do more testing for PHP 7.1 in BuddyPress in the first couple weeks of the new year (probably) and ship what fixes we have. We may or may not choose to wait for the next minor release of WordPress (4.7.1) before doing that. Still to be determined.

    #262415
    danbp
    Participant

    Sorry, but we can’t assist you for premium theme or third party plugin issues. The toolbar is part of WordPress and BuddyPress only allows you to show/hide it for logged out users. See checkbox in BP’s main settings: Show the Toolbar for logged out users.

    Control if you have a specific function runing in your theme functions.php file. If you don’t know how to proceed, ask for help on your theme support. If you find nothing in the theme, ask on woocommerce support.

    danbp
    Participant

    Group Forum use bbpress which has his own support. Ask there please.
    BuddyPress doesn’t use roles outside what you setup in your WordPress settings.

    #262403

    In reply to: Broken after install

    danbp
    Participant

    Hi guys,

    which theme do you use ? Try with Twenty Sixteen or fifteen, and if you deactivated the toolbar in your settings, try to activate it, then activate BP again.

    Another thing to try is to not use the theme customizer. Setup WP, then BP and use a twenty theme, without customizer actions. This basic trio should work.

    If your site use php 7+, try to use only php 7.0 (not 7.0.x) as BP is not ready for the very latest php version at this time… You could also try to use only php 5.6 instead of 7.0…

    Just in case of, as this was already mentionned on Trac, you can follow about that issue on #7406

    #262401
    danbp
    Participant

    Hi @venutius

    The explanation of this error message and how to solve it can be found here:
    https://codex.wordpress.org/Option_Reference
    You just have to adjust the comment max links in WP settings > General > Discussion

    The message is coded in bp-core/bp-core-moderation.php:135 and is applied to $max_links variable.

    Also…
    When you get such myterious message, the first place to check for is the pot file! All words used by BuddyPress are listed there, including file names and line numbers. That way, it is easy to get the origin, the function name or some dev’s comment for what is going on.
    This trick applies also for theme and other plugins.

    #262398

    In reply to: Broken after install

    baramagnus
    Participant

    Same thing happens to me, although I don’t get the code. I just get the menu on the left but the rest off the screen is blank. I have latest WordPress and there are no other plugins or themes that can cause a conflict.

    #262379
    wautersandreas
    Participant

    Hi, when i try to install budypress it breaks my entire install of wordpress and i have to manually delete the folder to make my admin panel work again.
    What could be wrong?

    http://imgur.com/a/baNFj

Viewing 25 results - 5,201 through 5,225 (of 32,678 total)
Skip to toolbar