Search Results for 'wordpress'
-
AuthorSearch Results
-
November 3, 2012 at 2:32 am #144444
In reply to: global.js 3.4.2 .on is not a function
modemlooper
ModeratorDid you by chance load your own jquery? Sometimes plugins block WP and load their own jquery. .on works if you are using the right version of jquery loaded from WordPress
November 2, 2012 at 7:18 pm #144431@mercime
ParticipantNovember 2, 2012 at 11:49 am #144422In reply to: Blog post comments in activity stream?
dainismichel
Participantthis relates http://bpdevel.wordpress.com/2011/08/12/custom-post-types-comments-and-the-activity-stream-in-bp-1-5/
but i’m not sure how to code the fix.
it’s probably a tiny little ‘false’ changed to ‘true’ somewhere — but where?
(or something like that)
best,
dainisNovember 2, 2012 at 11:48 am #144421In reply to: Activity stream not showing comments
dainismichel
Participantthis relates but i can’t put it together — http://bpdevel.wordpress.com/2011/08/12/custom-post-types-comments-and-the-activity-stream-in-bp-1-5/
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: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 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 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 7:04 pm #144389In reply to: Multisite option not working with Buddypress?
@mercime
Participant== I successfully set up Multisite with my Buddypress site and everything looked like it was working well until any members tried to create a new site. ==
Deactivate BuddyPress and make sure that you can create subdomain/subdirectory sites without any issues. If there is, please resolve multisite issue first before activating BP again – https://wordpress.org/support/forum/multisite
If you can create subsites in your WP install, then activate BuddyPress plugin only, go through the BP Installation Wizard — make sure you choose pretty permalink and choose for BP-default theme. Then create a blog/subsite and check if subsite is working.
November 1, 2012 at 6:34 pm #144386In reply to: 1.7 theme defined
@mercime
Participant@famous BP 1.7 is not due anytime soon. There’s just still so much more to be done and everything should be settled and tested before any documentation is finalized/released. So if you’re going to launch this month or early next month, recommend either create bp-default child theme OR use WP theme with BP Template Pack plugin OR use BP-ready WordPress theme.
The most basic rendition of BP components will just be like how the bbPress plugin forums are rendered with very minimal effort on your part and you can add customizations via shortcodes, style.css or functions.php files. That’s all there is to it. The trac ticket seeks to provide options for developers to customize the structure of each BP component page further, among other things.
November 1, 2012 at 11:35 am #144370parakeet
ParticipantHas this changed at all since you last posted?
I had the same question and got here.
I am new to BuddyPress. It seems ridiculous that a site admin couldn’t alter profile details of a user on his site.
In my case, I want to pre-populate a site with an set of guaranteed users whose info I want to enter for them.
Surely, if BuddyPress was just a part of WordPress alongside it, all BuddyPress user profile info should be accessible and editable under WordPress user profile admin, not just the core WordPress fields?November 1, 2012 at 7:06 am #144361In reply to: buddypress 1.6.1 and Akismet
Paul Wong-Gibbs
KeymasterYou definitely need an Akismet API key; for most people, these are free, so there shouldn’t be any problems. Your WordPress install probably already has the Akismet plugin installed, but you can install it from the Plugins Directory if it’s missing.
November 1, 2012 at 4:33 am #144359In reply to: Re-naming and re-ordering tabs.
modemlooper
Moderatoryou can use this plugin as well https://wordpress.org/extend/plugins/buddypress-extended-settings/
November 1, 2012 at 3:47 am #144358In reply to: activation email change content
@mercime
ParticipantNot exactly, but check this out https://wordpress.org/extend/plugins/welcome-pack/
November 1, 2012 at 3:44 am #144357In reply to: Oh bother! No forums were found here!
@mercime
ParticipantYou can change text strings like “Oh bother! No forums were found here!” in core by adding filters in your theme’s functions.php file
– http://blog.ftwr.co.uk/archives/2010/01/02/mangling-strings-for-fun-and-profit/
or this one which is the same but implemented differently
– http://www.viper007bond.com/2011/07/13/changing-core-wordpress-strings/October 31, 2012 at 11:00 pm #144348rickkumar
ParticipantHi again,
I am almost ready to go ahead with the buddypress multi-network project as mentioned above.
I need some recommendations for:
* selecting a host
* what themes are great (paid or free etc) for the buddypress multi-network projectAlso some tips on starting such as:
* install wordpress
* now enable multi-site
* now install buddypress
* now install multi-network plugin etc etc.I don’t know if the above order is even correct so looking for some help on how to do it.
Thank you for your help.
October 31, 2012 at 10:46 pm #144346October 31, 2012 at 9:14 pm #144343In reply to: Need original WordPress Registration page back
r-a-y
Keymaster@snowlas – Sorry! I didn’t test that snippet.
I just tested this and it will work:
`
/**
* Removes BP’s redirect from the regular WP registration page.
*/
function my_remove_bp_register_redirect() {
remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );
}
add_action( ‘bp_loaded’, ‘my_remove_bp_register_redirect’ );
`Snippet belongs in `/wp-content/plugins/bp-custom.php`.
October 31, 2012 at 8:38 pm #144341In reply to: Need original WordPress Registration page back
snowlas
ParticipantThis will work I think for the time being. I need to test a couple other things to work with my other plugins.
Something you should know, the code you gave me works. But I’m not sure it’s talking to the field names, because it doesn’t publicly display any fields now. Even ones that I have not named in the code, like names and the show people work on in my media center. Not a big deal for me, but might be a big deal for someone else. Maybe this will be fixed in the code in 1.7.
Thanks.
October 31, 2012 at 8:33 pm #144340r-a-y
KeymasterI took a look at bbPress last night to see what it was doing differently.
Note: this is becoming more into a dev discussion than anything so bear with me!
bbPress does things differently in `bbp_template_include_theme_supports()` compared to BP in `bp_template_include_theme_supports()`.
bbPress:
`https://bbpress.trac.wordpress.org/browser/tags/2.1.2/bbp-includes/bbp-template-loader.php#L13`BuddyPress (trunk):
`https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-template-loader.php#L236`We could probably mirror the same changes as bbPress by adding the page conditionals in `bp_template_include_theme_supports()` like bbPress does.
What do you think, @djpaul @johnjamesjacoby ?
Update: Just read through the dev chat and it looks like Paul is already working on something!
October 31, 2012 at 6:29 pm #144332In reply to: [Resolved] Using BP with other Themes
@mercime
ParticipantTo make your WP theme compatible with BuddyPress, you need to install/activate the BP Template Pack plugin, then go through Appearance > BP compatibility process.
– https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#the-process-at-a-glance
– https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themesOctober 31, 2012 at 5:07 pm #144323In reply to: How to prevent spam robots signing up
David Cavins
KeymasterI’ve found that BP Humanity helps with spam robots but not human spammers.
https://wordpress.org/extend/plugins/buddypress-humanity/For human spammers, you may need to approve each user.
https://wordpress.org/extend/plugins/bp-registration-options/ -
AuthorSearch Results