Search Results for 'buddypress'
-
AuthorSearch Results
-
November 3, 2012 at 2:20 am #144443
In reply to: Change Blogs to Network in Menu
buddhatunes
ParticipantI checked it out, and it looks problematic for me. Especially having to update the .pot file every time buddypress updates. Any other suggestions that might be a little easier?
November 2, 2012 at 10:35 pm #144438In reply to: Major Install Problems with BuddyPress
Hugo Ashmore
ParticipantRename the buddypress plugin folder, this effectively disables BP and will allow you back in. You error message is teling you that you have insufficient script memory, check with your web host to see if you can get your memory raised, also check the WP codex on this matter as it details various actions you can take in addition to contacting/getting your host to adjust things.
November 2, 2012 at 8:43 pm #144435Hugo Ashmore
ParticipantNo look at the links closely the files are in the package, have a look at what ever version you currently have installed.
November 2, 2012 at 7:36 pm #144432raminjan
Participantthanks my friend. if the bp-1.7 comes out would you please send me the GPL document link for that too thanks.
November 2, 2012 at 7:18 pm #144431@mercime
ParticipantNovember 2, 2012 at 6:55 pm #144430In reply to: [Resolved] Using BP with other Themes
@mercime
Participant@grantnieddu I would suggest checking with Thesis theme forums re BP compatibility. I recall mention of a plugin ala BP template pack for Thesis or the BP compatibility files available. I imagine that many Thesis theme users would have brought that up in their forums.
November 2, 2012 at 6:01 pm #144429In reply to: [Resolved] define registration page
Famous
ParticipantI have multisite, not sure if that made a difference, however I cannot edit the page from that location. Instead I went through the main blog’s pages, found it and changed the slug. Worked great!
Thanks r-a-y closed case
BTW you wouldn’t happen to want to weigh in on 1.7 theme defined wouldya?
November 2, 2012 at 5:19 pm #144427In reply to: Shoutcast now playing plugin.
Hugo Ashmore
ParticipantClosing:
Posted on the Jobs board
https://buddypress.org/community/groups/bp-jobs-board/forum/topic/shoutcast-now-playing-plugin-will-pay/November 2, 2012 at 11:05 am #144418In reply to: [resolved] Cannot post new activity
Paul Wong-Gibbs
KeymasterRegarding the WP_DEBUG errors. Have you recently upgraded to BuddyPress 1.6+? There was a schema change, and we added the is_spam column in the wp_bp_activity table, and your error message says that it doesn’t exist.
Can you look inside your WordPress admin area, and check that you’ve not got some pending update action? https://i.imgur.com/MseHC.png
November 2, 2012 at 11:01 am #144417In reply to: buddypress 1.6.1 and Akismet
Paul Wong-Gibbs
KeymasterIn your WordPress admin area, there’s a “Activity” item in the main menu list. On this page, there’s a button to filter to view only spam posts, and if any have been marked as akismet, there’s a little label nearby that says “marked as spam by akismet” etc.
November 2, 2012 at 10:37 am #144416In reply to: Avatar during création de la membre
danbpfr
ParticipantNovember 2, 2012 at 10:31 am #144415In reply to: [Resolved] walled garden not working
Dainismichel
Participantahh — i was going to do that but gave the “private buddypress” plugin a shot and it worked.
i am relieved and grateful

best,
dainisNovember 2, 2012 at 10:30 am #144414Dainismichel
Participanthuh, i just tried the “private buddypress” plugin — using the latest WP BP for nov 2 2012 (plz lookup the versions if you need to), and the plugin works just fine.
i am quite grateful to the creator of the private buddypress plugin. it does everything i need it to do.
life’s hard enough as it is — when you catch a “break” like this with code that works as promised without hassles and even without payment — you just really have to say thanks.
thanks to dennis at: https://profiles.wordpress.org/GIGALinux/ seriously — thanks!
November 2, 2012 at 7:40 am #144412In reply to: Registration emails not working
JPAres1
Participant@mercime, thank you for your response. We were getting ready to try your suggestion when this happened:
As you know, the registration emails going out from our site were working but then weren’t working. See previous email. Since then, we went into something we never before went into: Membership, Communications and created a test Welcome message. We registered as a new user and wouldn’t you know we received the registration activation email as that new user, the test Welcome message for the new user and the admin new user notification email. Then we deactivated the test Welcome message and went through the process again. It worked! We received two emails now (just like before the mysterious site-rendered email disappearance); the registration activation email as that new user and the admin new user notification email. We then completely deleted the test Welcome message so that the Membership, Communications was the same as before we started and again, we received the same two emails. Whatever did we reactivate?
So, for whatever reason, the emails seem to be working again. However, this is a huge concern to us. This could happen again and we would have no idea why the emails stopped working and why it suddenly reset itself. We have repeatedly read in our research of this matter that WordPress uses PHPMail Sendmail. It has been mentioned more than once that making the emails go SMTP is better and more stable. We are of the belief that this may be the core issue here. Can anyone give input on this and guide us in the right direction? Is there anyone out there that can explain to us what may have happened and is there something we need to hard code so that it doesn’t happen again?
Many thanks for your help and advice.
November 2, 2012 at 5:39 am #144411modemlooper
ModeratorUse
`$bp->bp_options_nav = ’30’;
$bp->bp_options_nav = false;`November 2, 2012 at 5:37 am #144410In reply to: buddypress 1.6.1 and Akismet
tifire
ParticipantThanks for the response. I will do that. Just a quick question, after getting the Akismet API kay and installing Akismet, how do I know if Akismet works against activity spams? Is there a way for me to test that?
November 2, 2012 at 1:03 am #144404In reply to: [resolved] Cannot post new activity
marcycapron
Participantand then these are the headers chrome dev tools spits out once i remembered to turn XHR on (oops) ….
https://dl.dropbox.com/u/21711125/Screen%20Shot%202012-11-01%20at%208.01.53%20PM.pngNovember 2, 2012 at 12:56 am #144403In reply to: [resolved] Cannot post new activity
marcycapron
Participant@megainfo @djpaul i can’t post updates to groups *or* my profile.
this is what i get with debug on (mind you no errors in chrome dev tools)
`WordPress database error: [Unknown column ‘a.is_spam’ in ‘where clause’]
SELECT a.*, u.user_email, u.user_nicename, u.user_login, u.display_name FROM wp_bp_activity a LEFT JOIN wp_users u ON a.user_id = u.ID WHERE a.is_spam = 0 AND a.user_id IN ( 25 ) ORDER BY a.date_recorded DESC LIMIT 0, 20
WordPress database error: [Unknown column ‘a.is_spam’ in ‘where clause’]
SELECT count(a.id) FROM wp_bp_activity a USE INDEX (user_id) WHERE a.is_spam = 0 AND a.user_id IN ( 25 ) ORDER BY a.date_recorded DESC
WordPress database error: [Unknown column ‘is_spam’ in ‘field list’]
INSERT INTO wp_bp_activity ( user_id, component, type, action, content, primary_link, date_recorded, item_id, secondary_item_id, hide_sitewide, is_spam ) VALUES ( 25, ‘activity’, ‘activity_update’, ‘wec posted an update’, ‘ajax 2’, ‘http://tier1alumni.com/members/wec/’, ‘2012-11-02 00:53:15’, ”, ”, 0, 0 )
-1
`November 2, 2012 at 12:21 am #144402modemlooper
ModeratorPeople will chime in but anything recommended by WordPress should be good. Just remember BuddyPress has more overhead in displaying content and will use more resources.
November 2, 2012 at 12:20 am #144401In reply to: [Resolved] define registration page
r-a-y
KeymasterAs of BP 1.5, `BP_REGISTER_SLUG` isn’t used for this purpose anymore.
Login to the WP dashboard, navigate to “Pages” and find the registration page you registered with BuddyPress under the BuddyPress page settings area.
Next, edit the page and change the page slug and save.
This should give you your custom page slug for the registration page.
November 1, 2012 at 11:00 pm #144400In reply to: Just installed and it won’t let me do settings
mistichd
ParticipantI just installed also and I’m having the same problem. I went through the installation wizard. Installed several different Buddypress themes and cannot customize or even access most of the components. Installed a buddypress toolbar. Same problem.
November 1, 2012 at 10:54 pm #144399In reply to: Spam registrations
MickeyRoush
Participant@ A Swede in Greece
You could try this plugin:
https://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/
But you’ll want the beta version as it fixes an issue with BuddyPress
http://www.blogseye.com/beta-test-plugins/Also, you should look into installing ZBBlock.
http://www.spambotsecurity.com/zbblock.phpNovember 1, 2012 at 8:59 pm #144398In reply to: Spam registrations
a-swede-in-greece
BlockedThe spam comment by “panlong” is still here after 2 weeks and 5 days…This says a lot about BuddyPress I think. We have started up a new site with BP, still not ready, but I think we’ll have to close it because of all spam members and spam activity, if we can not get help how to stop it. It’s UNBELIEVABLE how much spam we get. Three persons had made 100 membership each as well!!!
This Akismet plugin is for comments, but this is not so much needed as you can have comments with moderation.
I really think spam protection should be included from the beginning in the BudyPress plugin!
Another issue as well is that someone made a group without showing who created it. It doesn’t show up in the activity stream, even if I filter “created a group” either.Something else, the page forums doesn’t show up. It says:
The forums component has not been set up yet.
What do I need to do?November 1, 2012 at 8:16 pm #144396dylancasey
ParticipantSean,
I have a very similar question to yours — I’m trying to modify the order of the tabs in the Groups navigation, rename some of them, and get rid of some of them. I, too, am running BP 1.6.1.
I can help in one respect — you need to enclose the code in your bp-custom.php file in the php brackets:
<?phpYOUR CODE
?>
In the meantime, I would appreciate (from anyone) help with these customizations of the BP menus. Did something change in 1.6 to affect this? Much of the help out there concerns v1.5.
Thanks in advance,
DylanNovember 1, 2012 at 7:40 pm #144394In reply to: Multisite option not working with Buddypress?
@mercime
ParticipantYou’re welcome. Good luck.
-
AuthorSearch Results