Search Results for 'wordpress'
-
Search Results
-
Hi,
Just took a fresh install of WordPress (3.5) and used the BuddyPress plugin (1.6.2) I am having trouble creating groups. I initially was able to create a couple of groups and then it stopped.
I reinstsalled the setup several times and still can’t create a group.
[EDIT – Deleted link to screencast showing your DB username password. Please change both as you can get hacked. ~~~Mercime]
Any ideas?
Thanks in advance for any help with this.
Any help appreciated in advance!
I’m running WordPress 3.5 & Buddypress 1.6.2 & Achievements 2.3, here’s the link (site’s not finished yet, don’t judge) http://my.goathlete.com
I updated to the latest versions of WordPress and Buddypress and then was getting ugly error messages at the top of the site. I deactivated all my plugins, and turned them on one by one, and only activating Achievements seems to cause the problem.
Help!!! 😀 thanks.
M
I have a few questions that I need answered about Buddypress.
WordPress version: 3.4.2
BuddYPress version: 1.6.1
Site: http://members.gapzip.comWe have a membership site that includes the following:
-Wordpress Woo Canvas Theme
-BuddyPress
-S2MemberWe want to split our community into 2 separate communities using Level-1 and Level-2 access for specific members.
We ultimately want to create 2 different member experiences using 1 website. Is it possible with BuddyPress to:
1. Redirect members to their own homepages based on their membership level (1 or 2)?
2. Make BuddyPress plugin only accessible for Level-2 S2Members?Does anyone have any suggestions? We are looking for a solution without having to create an entirely separate membership site.
Many thanks!!
Hi, I have just installed the pinboard theme, http://wordpress.org/extend/themes/pinboard, and the bp-template-pack, http://wordpress.org/extend/plugins/bp-template-pack/, to make it compatible with buddypress. But, I really don’t know how to proceed with step 3?! Could someone please help me. I thank you in advance!
My website is: http://buddygalaxy.com/
On a fresh install of
wordpress 3.5
buddypress 1.6.2
bbpress 2.2.3I get the following glitch
Forums created through the ‘Create a Group’ section show up in the forums list but return a ‘Page not found error’.
This can be resolved by going through the Group Admin -> Forum and ticking the ‘Yes. I want this group to have a forum.’ box again followed by Tools -> Forum -> Repair Forums.
I am using Permalinks ‘Post name’ & do not have ‘Discussion Forums’ ticked under the Buddypress settings.
Sorry i don’t have a live site to demonstrate. I’m working on a test site.
Keep up the good work.
Mark
Topic: wp-db prepare warning
After upgrading to 1.6.3 and WP 3.5, somme plugins send warnings about a missing second argument…
Add an empty array and it’s done !
Read here for details
http://www.skyebook.net/blog/2012/12/wpdbprepare-warning-in-wordpress-3-5/
Plugins who give me errors:
“buddypress-links”
“unconfirmed”
May this help.
Plugin: BP Group Reviews 1.3.1
Wordpress 3.5I get the following error after upgrading to wordpress 3.5:
“Warning: Missing argument 2 for wpdb::prepare(), called in /home/kooksj5/public_html/kooksjournal.com/wp-content/plugins/bp-group-reviews/bp-group-reviews.php on line 203 and defined in”
I fixed the problem by changing the bp-group-reviews.php.
1.First change:
Was:$wpdb->prepare( “SELECT activity_id, meta_value AS rating FROM {$bp->activity->table_name_meta} WHERE activity_id IN ({$activity_ids}) AND meta_key = ‘bpgr_rating'” ) );
Is:
“SELECT activity_id, meta_value AS rating FROM {$bp->activity->table_name_meta} WHERE activity_id IN ({$activity_ids}) AND meta_key = ‘bpgr_rating'” );
2.Second change:
was: $wpdb->prepare( ”SELECT m1.group_id, m1.meta_value AS rating, m2.meta_value AS rating_count, m3.meta_value AS ratings_enabled
FROM {$bp->groups->table_name_groupmeta} m1
LEFT JOIN {$bp->groups->table_name_groupmeta} m2 ON (m1.group_id = m2.group_id)
LEFT JOIN {$bp->groups->table_name_groupmeta} m3 ON (m1.group_id = m3.group_id)
WHERE m1.group_id IN ({$group_ids})
AND m1.meta_key = ‘bpgr_rating’
AND m2.meta_key = ‘bpgr_how_many_ratings’
AND m3.meta_key = ‘bpgr_is_reviewable'”) );
is:
”
SELECT m1.group_id, m1.meta_value AS rating, m2.meta_value AS rating_count, m3.meta_value AS ratings_enabled
FROM {$bp->groups->table_name_groupmeta} m1
LEFT JOIN {$bp->groups->table_name_groupmeta} m2 ON (m1.group_id = m2.group_id)
LEFT JOIN {$bp->groups->table_name_groupmeta} m3 ON (m1.group_id = m3.group_id)
WHERE m1.group_id IN ({$group_ids})
AND m1.meta_key = ‘bpgr_rating’
AND m2.meta_key = ‘bpgr_how_many_ratings’
AND m3.meta_key = ‘bpgr_is_reviewable'”) ;
I’m sure JJ is aware of this as I spoke to him earlier.
Only the LEFT hand side of the cropper is showing on upload of an image. It’s an enqueing issue I think.
Just wanted to make people aware it’s a bug.
I’ve tagged it on to this TRAC ticket @djpaul
Not sure if I should create a new one instead?
Hello,
WP Version: 3.5
Buddypress: 1.6.2After a lot of wordpress multisite installations this is the first time i encounter this error.
– To resolve this problem i formated my dedicated server and the problem persist
– I installed with different versions of wordpress and buddypress
– This error occurred in this fresh installation and recently in one old mu installation.
My installation don’t show the correct number of users and sites correctly registered in my site.
Please see images:
– https://dl.dropbox.com/u/7531173/mu/Only1Site1User.png
– https://dl.dropbox.com/u/7531173/mu/UsersNumber.png
– https://dl.dropbox.com/u/7531173/mu/UsersSites%20.pngWhat can i do to resolve this issue?
I’m struggling too much 🙁
Thank you
Vítor Maia