Search Results for 'wordpress'
-
AuthorSearch Results
-
May 22, 2009 at 1:58 pm #45873
In reply to: Activation email not send with buddypress register
2957434
Inactivei tried to delete the register.php to use the singup of wordpress but still no email for confirmation is sent!
as long as i have buddypress plugin activated, no emails are sent! what should i do or didnt have to do exactly??
im completely confused and dunno what to do! please someone help me with this issue!
May 22, 2009 at 12:45 pm #45868In reply to: bbpress integration
fi3ryfalc0nZ
ParticipantYes, I followed through. The problem is that I can’t get past the second step during the creation of config file for the Forums. It just gives an error when I filled everything in according to the instructions: Please check the settings, then try again, after i clicked Save WordPress Integration Settings.
May 22, 2009 at 5:59 am #45847In reply to: fatal error
John James Jacoby
KeymasterIt sounds to me like you’re installing BuddyPress on a non-MU installation of WordPress.
BuddyPress only works with WordPress MU.
May 22, 2009 at 5:44 am #45844In reply to: Forums Not Being Created
John James Jacoby
KeymasterSchafir, are you by chance using “Deep integration” which includes WordPress inside of bbPress?
May 22, 2009 at 3:25 am #45838In reply to: no tables created when BP installed
mgrunk1
ParticipantBuddyPress 1.0
Wordpress MU 2.7.1
*replaced db name w/ mydb – and this is the errors that show at the bottom of the page in the admin – if I delete the BP plugin, the messages all go away.
WordPress database error Table ‘mydb.wp_bp_xprofile_data’ doesn’t exist for query SELECT d.value, f.name FROM wp_bp_xprofile_data d, wp_bp_xprofile_fields f WHERE d.field_id = f.id AND d.user_id = 1 AND f.parent_id = 0 AND f.name = ‘Name’ made by require, require_once, require_once, require_once, do_action, call_user_func_array, bp_core_setup_globals, bp_core_global_user_fullname, bp_fetch_user_fullname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byfieldname WordPress database error Table ‘mydb.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE name = ‘Name’ made by require, require_once, require_once, require_once, do_action, call_user_func_array, bp_core_setup_globals, bp_core_global_user_fullname, bp_fetch_user_fullname, xprofile_set_field_data, xprofile_get_field_id_from_name, BP_XProfile_Field->get_id_from_name WordPress database error Table ‘mydb.wp_bp_notifications’ doesn’t exist for query SELECT * FROM wp_bp_notifications WHERE user_id = 1 AND is_new = 1 made by require, require_once, include, get_footer, locate_template, load_template, require_once, wp_footer, do_action, call_user_func_array, bp_core_admin_bar, do_action, call_user_func_array, bp_adminbar_notifications_menu, bp_core_get_notifications_for_user, BP_Core_Notification->get_all_for_user
May 22, 2009 at 1:03 am #45833Rich Spott
ParticipantOkay, thank you for helping me, I’ll try to go through your questions one-by-one.
First I’ll let you know what I have:
Slicehost
1GB slice
Ubuntu Hardy LTS 8.04
Running Apache, PHP 5, MySQL 5.0 (followed Pickeled Onion’s walk-throughs on how to set it up, I am by no means an expert, and my very first barebones VPS was this one.)
I help run http://sportsblognet.com where we have WPMU 2.7.1 and BP 1.0, along with bbPress 1.0-alpha6
Have you tried deactivating all non-buddypress plugins, wp-super-cache in particular?
I deactivated all but buddypress, feedwordpress (because our theme will break), wp-super-cache, and doncha’s domain mapping plugin. But maybe I will remove them all for an hour to see if any errors get through
I am removing wp-super-cache right now, but it was tough to get rid of the wp-content/cache folder because it was owned by the root user. But i got it deleted and removed the wp-super-cache stuff in the .htaccess and I’ll guess i’ll have to wait to see how that goes.
Have you tried using the default .htaccess file that ships with WPMU?
I just tried to, but it won’t let me.
My current working .htaccess (minus wp-super-cache stuff)
<FilesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT"
</FilesMatch>
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>and the WPMU standard one
RewriteEngine On
RewriteBase BASE/
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>it wont let me use the standard one, and the only difference that I can see is the expires header setting that i added.
Are there any PHP errors in your log files?
this is my current concern right now
Request exceeded the limit of 10 internal redirects due to probable configuration error.ALERT - canary mismatch on efree() - heap overflow detectedfor the ALERT error, I contacted slicehost and they upgraded my kernel, they said that has fixed other people’s problems (fingers crossed – but no errors since they did that this morning) if that doesnt work i have to go through and install php without the suhosin patch.
most of the other errors are of spam scripts trying to signup and not finding wp-signup (i changed the signup name)
what are the other listed errors in your apache log?
That’s pretty much it.
EDIT: it’s about 30 minutes later and an Internal Redirect Error just showed up in my logs with wp-super-cache out, and all but buddypress plugins out. So it doesn’t look like its a plugin.
May 21, 2009 at 8:40 pm #45827Rich Spott
Participantum….it depends on what you want and need.
We used to run WordPress MU on site5, which is shared hosting, but they do the wildcard thing for you. It was $240 for 2 yrs ($10/mo) and runs WordPress MU well, if it is a small site with not too many super active bloggers or tons of blogs. It has unlimited Ram and bandwidth, but we had complications once we started to grow, and had to move.
We are now on Slicehost, which is VPS, it starts out at $20/mo (no contract) for 256MB of Ram and 100GB bandwidth, which barely runs WPMU. Upgrade to $38/mo for 512MB and 200 GB bandwidth and you should be fine for a relatively small site. We upgraded to a 1GB Ram and 400 GB bandwidth for $70/mo, for a somewhat large site, and it runs fine. Plus you can upgrade and downgrade at anytime, and it takes 5 mins and they do it all for you.
May 21, 2009 at 7:06 pm #45820JsonB123
ParticipantHey Rbn,
I found an awesome tutorial that utilizes the Alpha 6 version of BBPress…not the latest one since no one can seem to get it working. http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/
Just follow those instructions EXACTLY and you’ll get the integration up and running.
WPMU 2.7.1, BuddyPress 1.0 (current latest), and BBPress Alpha 6 (note, Chris posted a link for this download in the above tutorial since it is unavailable on the BBPress site…at least I can’t find it there.)
May 21, 2009 at 7:03 pm #45819JsonB123
ParticipantHey Rbn,
I found an awesome tutorial that utilizes the Alpha 6 version of BBPress…not the latest one since no one can seem to get it working. http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/
Just follow those instructions EXACTLY and you’ll get the integration up and running.
WPMU 2.7.1, BuddyPress 1.0 (current latest), and BBPress Alpha 6 (note, Chris posted a link for this download in the above tutorial since it is unavailable on the BBPress site…at least I can’t find it there.)
May 21, 2009 at 7:02 pm #45818JsonB123
ParticipantHey Rbn,
I found an awesome tutorial that utilizes the Alpha 6 version of BBPress…not the latest one since no one can seem to get it working. http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/
Just follow those instructions EXACTLY and you’ll get the integration up and running.
WPMU 2.7.1, BuddyPress 1.0 (current latest), and BBPress Alpha 6 (note, Chris posted a link for this download in the above tutorial since it is unavailable on the BBPress site…at least I can’t find it there.)
May 21, 2009 at 11:02 am #45782In reply to: bbpress integration
fi3ryfalc0nZ
ParticipantGuys, I did what the guide says. But I am stucked at WordPress Integration. It says: There was a problem connecting to the WordPress user database you specified. Please check the settings, then try again, after i clicked Save WordPress Integration Settings.
May 21, 2009 at 8:02 am #45775In reply to: Author Avatars list plugin now works with BuddyPress
Ben
ParticipantMatew, thanks for this post.
The two changes (avatar display and linking to members page) are now implemented and released in version 0.7.3 so it should be easier for everyone to use the plugin with BuddyPress. Let me know here or over at the wordpress.org forums if you’d like anything else added…
May 21, 2009 at 7:46 am #45773rbn
MemberI have the exact same as Jsonb123 has.
When I look in my forum, I see that ‘Admin’ is ‘member’. And I’m 100% certain that I did set WP Admins to be Keymaster. How can I regain control?
Apart from that, I’m now strugling with keeping the session alive between WP MU & bbPress. The user database is used correctly, but I can’t seem to get to work within the same session. I had it working, yesterday night… Then I thought, perhaps the issue with Admin being a member could be solved by trying it one more time… Got me some extra trouble now
May 21, 2009 at 6:55 am #45770In reply to: statcounter plugin – wp_footer adequate?
Kunal17
ParticipantI have also been looking for a stats plugin for WPMU/BP.
I wish I could figure out how to use statpress reloaded to work with BP. Thats what I use on my wordpress blogs.
May 20, 2009 at 7:39 pm #45744In reply to: Camera for a User Snapshot on Sign-Up?
2903192
InactiveI did and found these:
Video Comments: http://wiki.seesmic.com/Wp-plugin
Video and Audio Comments: https://wordpress.org/extend/plugins/riffly/
But no snapshots
May 20, 2009 at 4:27 pm #45726In reply to: change logo on wordpress login screen
codyb
ParticipantJust to let you guys know I fixed this my adding the plugin called Add Logo to Admin. It allows you to change the WordPress logo on the login screen to whatever you want and you can also change the image in the admin dashboard as well using this plugin. Very easy to install and very easy to use. Here is the link to the plugin http://bavotasan.com/tidbits/add-your-logo-to-the-wordpress-admin-and-login-page/
Just a sidenote, I was not able to utilize the onscreen upload function for the image. Even though I would upload the image it would not show up as an available image to select for the login screen. All I did was simply renamed my picture logo.jpg and stuck it in the directory of the plugin and it worked great. Hope this helps someone out down the road.
May 20, 2009 at 2:05 pm #45715In reply to: Avatar upload failed
Jeff Sayre
ParticipantPhil-
Okay, a couple of additional questions:
You state that permissions for blog.dir is set to 777 and it is owned by your FTP account. Is the owner of your FTP account the same as the owner of your html folder? If not, that may be your problem.
The error message you listed, “Directory index forbidden by Options directive: /var/www/html/”, can indicate several things including an improper virtual host set up. Are you on a dedicated server or a shared hosting account? I would contact your ISP and ask for assistance with this particular error.
Also, with regards to that error, if you’ve customized your .htaccess file, you might have inadvertently made some changes that could cause this issue. You can always try adding:
Options +Indexesto your .htaccess file, but that would not really help to determine why this error is being thrown in the first place. I would prefer that you get WPMU + BuddyPress functioning with the default .htaccess file.
Was WordPress Mu working without issue before installing BuddyPress?
May 20, 2009 at 1:39 pm #45711In reply to: Error 404 When Clicking On Members, Profile etc.
fi3ryfalc0nZ
ParticipantDo not use Servers such as Bluehost or Hostmonster to help install BuddyPress. It fails terribly. Do it manually by uploading WordPress MU into your server. Create a database by using MySQL Database, usually provided by the servers. Use the database to create a wp-config file for WordPress MU. They will guide you into installing WordPress MU. After, just use WordPress MU to find for BuddyPress. It will work. Remember to move the themes from the plugin folder to the theme folders (bphome).
May 20, 2009 at 1:29 pm #45710In reply to: Using widgets in custum themes [HOW-TO] ?
Jeff Sayre
ParticipantSo i need to do away with the 3 column layout…Can someone give an small example of how to use widgets like online members,wire etc explicitly without using it as widgets
You are really asking for specific help on creating a custom, 2-column home theme that is hardcoded for outputting specific data without using widgets.
If you do not have previous theming experience, this is not something that can be shown to you with a “small example” or in a simple way.
You need to learn about WordPress theming. BuddyPress themes, after all, are just another type of WordPress theme. Here are some links to help you get started:
- Designing and Laying Out Your Theme
- Instead of hardcoding the output, you may want to design your theme to use the exisiting widgets. You can control some of the widget output with your own custom CSS. Widgetizing Themes
- Finally, to help you with CSS styling your custom theme, you should be using FireFox with the Firebug Add-on.
May 20, 2009 at 3:21 am #45691JsonB123
ParticipantHmm… I have these same versions and after changing doing the cookie integration and getting everything “set up” I can no longer access the back-end of BBPress. My user is no longer the ‘key master’ or admin for BBPress.
Let me break this down with some more detail, I really want to get this working!

Versions I’m using
- WPMU 2.7.1
- BuddyPress 1.0
- bbpress-1.0-rc-1
Steps
I got WPMU 2.7.1 and BuddyPress 1.0 installed fine so I’ll just skip that part entirely.
- As directed from multiple sources about integrating BBPress, I erased the Authentication Unique Keys from wp-config and then proceeded to log into the WPMU back end where it presented me with newly genereated ones for: ‘NONCE_KEY’, ‘AUTH_KEY’, AUTH_SALT, LOGGED_IN_KEY LOGGED_IN_SALT SECURE_AUTH_KEY, SECURE_AUTH_SALT
- I created a folder named ‘forums’ (I realize that this can be named whatever I want) and put all of the files from the BBPress 1.0 RC-1 in there.
- I went through the install steps, filling out the database info but skipping the ‘Integrate with WordPress’ steps in order to do this later in the BBPress admin panel.
- I get that all set up and go to the BBPress admin panel where I fill out the necessary info for integration with WordPress, sharing the same database, filling out the salts which are the same ones I used in wp-config.
- I put define(‘COOKIEPATH’, ‘/domain/forums/’); into my wp-config file as directed by BBPress instructions.
- I also made sure that the AUTH_KEY, SECURE_AUTH_KEY, and LOGGED_IN_KEY in wp-config.php matched BB_AUTH_KEY, BB_SECURE_AUTH_KEY and BB_LOGGED_IN_KEY in bb-config.php
Now, after doing all that I headed back to the admin panel for BuddyPress and filled out the information for integration with BBPress there. Now, when I go to my BBPress forums page and log in as my admin account on BuddyPress/WPMU I am not the admin on BBPress and thus cannot access the back-end. This isn’t the only problem, although it is the main one. I also cannot get my groups on BuddyPress to generate a forum topic when I try to do so it gives an error and says that it couldn’t.
I am going to attempt again with Trevor’s instructions but there are some fuzzy bits in there so I just want to make sure I’m attempting to do this correctly with the correct versions of WPMU, BuddyPress and BBPress. **Note that I cannot find any of the earlier Alphas on the BBPress site, so if I am using the wrong one…am I S.O.L.?
May 20, 2009 at 12:48 am #45686In reply to: Camera for a User Snapshot on Sign-Up?
takuya
Participantinteresting idea, did you search for wordpress plugins?
May 20, 2009 at 12:44 am #45683In reply to: Age limiting the sign up process
takuya
Participantsome wordpress plugins work with buddypress, did you search for plugins?
May 20, 2009 at 12:39 am #45680In reply to: Looking for some hired help.
takuya
ParticipantPlease don’t post your jobs here. If you don’t get response, that means they are not available or they may not be aware of your post. Did you message the persons who offer the services?
Search for providers on major freelance site as well, in case those experienced on wordpress can take the job.
May 19, 2009 at 8:45 pm #45672In reply to: Author Avatars list plugin now works with BuddyPress
ndrwld
ParticipantI use it as substitute for default BP members widget. Mainly because without any code changes:
1. I can choose avatars size in px
2. Simple link avatars to blogs, their websites, member pages
3. There is possibility to chooce Sorting order (by posts number, registration date, login name, name display, user id…)
4. You can hide users by inserting their id
5. Choose to show users from selected blogs
6. Group by blogs
7. there are more features
I think it’s quite useful for those who don’t have much experience with loop and need simple customization widget.
Thanks bforchhammer to here is Changeset 118704 with possibility link avatars to bp member page.
May 19, 2009 at 7:28 pm #45668In reply to: Who wants a media plugin for BP
-
AuthorSearch Results