Search Results for 'questions'
-
Search Results
-
Topic: How Does This Forum Work?
Hello. I’m brand new to the forum here, and I’m a bit confused. Could someone let me know how this forum works. That is, is it staffed by official Buddypress developers, or are the questions being answered by volunteers, or by other forum members? Are the questions answered in any particular order? I posted a question that has gone unanswered, while later questions have gotten responses. Is there anything that I need to do in order to get a response? Thank you.
Hi there,
My developer just disappeared, and I’ve had hard time in answering hard questions from my clients. There’s one urgent thing I’d really could use your help considering privacy in Buddypress.
I have Buddypress running as discussion forum for a group of people. They have formed their own groups and naturally have their own user accounts. They now wish, that although their groups (if not set private) would remain public for any browser to see, that their user accounts would be invisible for the unregistered users of the forum.
Is there a way I could perform this privacy upgrade? Thanks!
Topic: Can we expect BP 1.7 soon ?
Hello,
I’ve heard people talking about BP 1.7 .. and the ALL THEMES compatibility thing.
And I have tow questions:
1) Is that true ? the new 1.7 BP will be compatible with all WP themes ?2) when is it coming out ? If soon enough … I’ll be holding on buying some of the themes existing now..
thn’x
Hi
When users should crop their avatars they see two images but no function working. I tested the default theme and I have the same problem . I found same problem and solution but I don’t know how to use it .
http://wpquestions.com/question/show/id/3856URL: http://thebestguitarlessons.com
Hey everyone, so with the update to 1.6 (and 1.6.1) my website took a big hit. It just doesnt look right anymore on every page. The curve on the home page isn’t lined up properly, as well as on the other pages as well. Additionally, it removes the dropdown menu where “Community” is on the right hand side of the nav. I’ve tried creating the 3 copies. 2 were already created for me. I found a few similar questions with code snippets and tried those out and it didn’t help. My theme, like all bought themes, is a maze to try and navigate through all the different component files and most of the necessary pages I need to copy say something like:
“// This file servers no purpose other than being a placeholder.
// It’s here so that you don’t get junk WP content if a rogue plugin makes a random call to “get_sidebar()””
on them. I love having BP on my site, its a big part of it so I’d love it if I could fix this.Thank you to anyone who can help me out.
So i’m looking for a good way to auto delete spam accounts. Long story short, I found this:
`function spammersdeletion() {
global $wpdb;
$from = strtotime(‘-30 day’, time());
$wpdb->query(‘DELETE FROM wp_users WHERE DATE(user_registered) < "'.date('Y-m-d', $from).'"AND user_status = "2"');
}add_action(‘init’,’spammersdeletion’);`
Source:http://stackoverflow.com/questions/6212636/how-to-delete-unverified-users-in-buddypressIs this ok to do? I remember reading somewhere that you shouldn’t directly query to wordpress database. I also took a look at the wp_users database in phpMyAdmin, and I noticed a list of user_id values with 1, all those accounts being accounts I marked as spammers from buddypress frontend. If the above function is ok, can I create another function to handle user_id = 1? I’m just a bit scared of writing a function that deletes legitimate accounts…
The buddypress moderation plugin seems to only work for posts and activity. Since Questions and Answers for WPMU’s Q&A plugin are a custom post type, is there a way to add custom post support to the Buddpress Moderation plugin? Or would this require a lot of development?
–Please delete, I put this in the Buddpress Moderation Plugin forum–
Thanks for the interest.
