Search Results for 'wordpress'
-
Search Results
-
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.7Why 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.
Topic: Delete Account Tracking
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.
Topic: delete notifications
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 🙂
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.
I asked about this in the “how to” section” but received no response, so I’m repeating my question. I have all of Buddypress set up, but there is no Log IN button for menus or footers, only a widget. I can’t get anyone to log in our sign up because options don’t exist on my site.
Also, I can’t even find what version of Buddypress I’m using because the plugin is no longer listed in my installer, the dashboard is there.
I’m using WordPress 4.7.
I’m using your plugin on a domain: https://alllivesaresacred.com
Log IN is only available as a widget, in the right sidebar. People often ignore what is in sidebars.
Can you provide a shortcode for my issue?
Thank You,
Lisa DeSherliaTopic: Broken after install
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?