Search Results for 'wordpress'
-
AuthorSearch Results
-
September 14, 2011 at 10:44 am #120048
expressionsinweb
MemberI should have looked at the error log before! Errors were (lots of them, all for the same bp core file):
With BP 1.2.10 – PHP Fatal error: Cannot access empty property in /var/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-notifications.php on line 63, referer: some web page etc.
Seems to me that when bp-core-notifications.php queried the db for notification data it somehow broke and stopped outputting. The last word of the HTML output of the page was ‘Notifications’.
BTW: Can’t edit post here, have to delete and add another!
September 14, 2011 at 10:36 am #120045expressionsinweb
MemberAfter I updated to BP 1.5 RC1 error were from ” /var/www/wordpress/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php”
September 14, 2011 at 8:54 am #120041In reply to: How to manage users & their extended profiles?
Jenny Beaumont
Participant@Meini, just tried to download your files, link is not working.
Anyone else made progess on this? Seems like such a fundamental idea, can’t believe it doesn’t exist already! Am hoping future version of Buddypress work to add a more seamless interface btwn WordPress and Buddypress.
cheers!
-jennybSeptember 14, 2011 at 6:20 am #120037In reply to: Plugin to add content to my friends member pages
ewebber
Participant@leethompson does this plugin help? https://wordpress.org/extend/plugins/bp-profile-privacy/
September 14, 2011 at 1:17 am #120017In reply to: Not receiving registration confirmation email
aces
ParticipantIf you have never received an email (and it’s not stuck in a spam or junk folder) then your web host may need an extra plugin to use email with WordPress.
https://wordpress.org/extend/plugins/wp-mail-smtp/ ( http://www.callum-macdonald.com/code/wp-mail-smtp/ ) adds extra email settings to wordpress and has a tool to debug smtp / php mail. This plugin has previously been discussed: https://buddypress.org/?s=wp-mail-smtp ….
Alternatively the codex has another suggestion.
September 13, 2011 at 9:44 pm #120007In reply to: Theme out of line
Mike84
MemberIf you can copy and paste your wordpress themes page.php file here, ill see if I can help.
September 13, 2011 at 8:32 pm #120002expressionsinweb
MemberFigured this out. The admin bar was broken at “Notifications”, this stopped the page from loading fully and some JS for wordpress was not loaded. The data in the database looked ok, but there was a lot of notifications in the table as I deleted a lot of content/posts recently. Anyway I emptied the wp_bp_notifications table and it’s working now. Great!
September 13, 2011 at 7:15 pm #119990In reply to: Theme out of line
September 13, 2011 at 3:07 pm #119978In reply to: BuddyPress Integration with theme
@mercime
ParticipantSeptember 13, 2011 at 3:00 pm #119976@mercime
Participant== if BuddyPress can be easily integrated into an existing membership site community of over 100 people ==
Curious since you mentioned Joomla, is your current installation a Joomla site with WordPress integrated for the blogging portion? Or are you referring to a WordPress install with 100 users? If it’s a WP install, then BP addition is not going to be a problem. The WP user would be recognized when he/she next logs in.September 13, 2011 at 12:54 pm #119970In reply to: where is the code?
pcwriter
ParticipantYou’ll find all the functions to call adminbar stuff here:
https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/September 13, 2011 at 9:14 am #119964expressionsinweb
MemberSeems that JS is messed up on the wordpress admin interface, along with the issues above the editor doesn’t show content and I can’t switch between Visual and HTML view.
I’m using the default buddypress theme and I now have no other plugins active. I also reset the plugins (active_plugins field) in wp-options table and then only turned on buddypress. I have not customised core code.
Was previously running 3.2.1 and 1.2.9. I’ve upload/installed the plugin in various ways to make sure nothing went wrong.
Seems a JS issue to me? As if wordpress required functionality has been overwritten. The buddypress admin bar dropdowns work.
Is anyone else having this issues?
Regards,
Express
September 12, 2011 at 8:03 pm #119940September 12, 2011 at 5:50 pm #119922In reply to: Can’t create a group after update
wendymerritt
Participant1. WordPress v. 3.2.1
2. WordPress is the root install of my shared hosting package with Hostgator
3. If a directory install, is it in root or in a subdirectory?
4. I was already running the current version of WordPress
5. Yes, everything was functioning correctly before the upgrade
6. BuddyPress v. 1.2.10
7. I think I was previously using BuddyPress v. 1.2.9
8. The plugins that are currently active on the domain are:
BuddyPress Announce Group
E-Newsletter
Social Profiles Widget
WordPress Amazon Associate
WP-Cycle
The plugins that are currently active on the network are:
Akismet
BackupBuddy
Biblefox for WordPress
BP Groupblog
BuddyPress
BuddyPress Badge
BuddyPress Classifieds
BUddyPress Mobile
BuddyPress Sitemap Generator
Flexi Pages Widget
Genesis Connect
Genesis Favicon uploader
Genesis Simple Edits
Genesis Simple Menus
Google Calendar Events
Membership Premium
Multisite User Management
Tiny MCE Advanced
WPMU DEV Update Notifications
9. Genesis theme with the GenesisBuddy Add-on
10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? We don’t use bbPress
13. Please provide a list of any errors in your server’s log files. My server Error Log file is empty
14. Which company provides your hosting? Hostgator
15. Is your server running Windows, or if Linux; Apache, nginx or something else? LinuxSeptember 12, 2011 at 4:47 pm #119918aces
ParticipantYou should start a new topic!
Some web hosts require extra configuration to work with wordpress email.
wp-mail-smtp also provides a testing mode to help debug php and smtp mail.
Previous discussions about it can be found by searching buddypress.org for WP-Mail-SMTP
September 12, 2011 at 3:09 am #119902Mike84
MemberI should add that wordpress is installed in a development folder, /web. BuddyPress is located in /web/wp-content/plugins.
September 12, 2011 at 1:11 am #119898In reply to: Registration Approval Plugin
acurran
MemberMy 3 step solution to this problem is as follows:
1. Install plugin – BuddyPress Pending Activations (https://wordpress.org/extend/plugins/buddypress-pending-activations/)
2. Make hack to plugin function bp_pending_activations_admin() so that it sends an email when a user is activated:
$resendusers = $wpdb->get_results( $wpdb->prepare( “SELECT u.ID, u.user_login, u.user_email, m.meta_value FROM ” . CUSTOM_USER_META_TABLE . ” m, “. CUSTOM_USER_TABLE .” u WHERE u.ID = m.user_id AND m.meta_key = ‘activation_key’ AND u.ID IN ({$userids})” ) );foreach ( $resendusers as $resend ) {
/* Activate the signup */
$user = apply_filters( ‘bp_core_activate_account’, bp_core_activate_signup( $resend->meta_value ) );/* If there was errors, add a message and redirect */
if ( $user->errors ) {
echo ‘There was an error activating this account, please try again: ‘. $resend->user_login;
} else {
$to = $resend->user_email;
$subject = “Your ?????? Account Has Been Activated!”;
$message = “Your account has been activated. Go to http://??????/ and sign in with the username and password that you created when you signed up.nnWelcome to ?????!”;
$admin_email = get_site_option( “admin_email” );
$from_name = “??????????”;
$message_headers = “MIME-Version: 1.0n” . “From: “{$from_name}” n” . “Content-Type: text/plain; charset=”” . get_option( ‘blog_charset’ ) . “”n”;
wp_mail( $to, $subject, $message, $message_headers );
}
3. Redirect activation email to admin (to use as a noitification for admin instead of automatically sending activition key to user) by adding this to functions.php:
function change_activation_email_to($content) {
return get_site_option( “admin_email” );
}
add_filter( ‘bp_core_activation_signup_user_notification_to’, ‘change_activation_email_to’);So the when a new user signs up, they do not get any activation email. That goes to the admin instead. You will need to change the wording in your template to let the user know that they have to wait for manual approval. Admin logs in to WP admin and goes to Pending Activitations and activates the user. An email is sent to user to let them know they have been activated.
September 11, 2011 at 7:21 pm #119888In reply to: 1.5 Child Theme Not Working
Boone Gorges
Keymaster@mercime ‘s method will work correctly. But, as of https://buddypress.trac.wordpress.org/changeset/5124, it shouldn’t be necessary. The method that @alanchrishughes suggests should work properly. Please ensure that you’re running 1.5-rc-1, or an svn checkout of at least r5124.
September 11, 2011 at 5:07 pm #119885In reply to: Allow users to switch theme language
Sami kamal
Participantcheck this plugin: https://wordpress.org/extend/plugins/fw-quick-langswitch/
September 11, 2011 at 4:24 am #119867In reply to: Space between Navbar and Subnav
@mercime
Participant@kkradel if you used BP template pack plugin, check out the selectors used in bp.css file as a guide to start you off – https://plugins.svn.wordpress.org/bp-template-pack/tags/1.1.4/bp.css
side note: nope, your site url didn’t show up in update
September 11, 2011 at 3:43 am #119863@mercime
ParticipantTo install bbPress forums with current BP version
https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/To install bbPress plugin with BP 1.5rc1
https://bbpress.trac.wordpress.org/ticket/1619
https://bbpress.org/forums/topic/bbpress-20-shortcodes
https://bbpress.org/forums/topic/bbpress-20-theme-compatibilitySeptember 11, 2011 at 3:31 am #119861In reply to: Sidebar now located way down the pages
@mercime
Participant@idahoannie @kkradel after installing BP Template Pack plugin, you need to go through the process including imposing your active WP theme’s HTML structure onto the BP template files transferred into your WP theme’s folder in server.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/If you require further assistance:
– open up your theme’s page.php file, select all and copy
– go to pastebin.com and paste the code, click on submit button
– copy the generated pastebin.com url and post here.September 10, 2011 at 11:12 pm #119851NKTricker
Member1. Also latest version of WP, and BP. WordPress is installed in a sub directory.
Everything was just installed today. So latest version on everything.
No other plugins other than bbPress and Buddy Press installed.
Using the standard Buddy Press theme. I notice that you can’t really create separate forum in the bbPress version installed in BuddyPress. Is the internal version limited in someway or something???
Please help, and thanks in advance.September 10, 2011 at 7:37 am #119838In reply to: help with wordpress users
yardsod
Memberthere was something without wordpress network?
September 9, 2011 at 8:20 pm #119817Boone Gorges
KeymasterComponents register their table names themselves. See https://buddypress.trac.wordpress.org/browser/trunk/bp-xprofile/bp-xprofile-loader.php#L85
In the case of xprofile, they are
`$bp->profile->table_name_data
$bp->profile->table_name_fields`
and so on.You may find it helpful to look at https://buddypress.trac.wordpress.org/browser/trunk/bp-xprofile/bp-xprofile-classes.php to see how BP itself references these tables. Likewise for the other components.
-
AuthorSearch Results