Search Results for 'wordpress'
-
Search Results
-
Topic: Importing Members using CSV…
Are there any solutions for importing members that work for WordPress and Buddypress installations. So far all the ones that I have attempted have failed.
Thank you!
I’ve installed WordPress and activated “pretty permalinks” without any .htaccess issues. BuddyPress is installed in the plugins directory and the BuddyPress default theme is enabled. In the BuddyPress settings page, all pages (Activity Stream, Forums, Members, etc.) are linked to a corresponding page within WordPress. When I view the BuddyPress pages, however, all I see is the page title and beneath it, “Edit this page.”
Please help! All of this was done from a clean installation (several times over) as well.
The only BuddyPress feature that I can manage to enable is the Activity Stream. But, in order to do this, I have to select it from the Templates drop down menu within an edit page screen.
I need to have a members list in members directory (and so in profile search results for which I’m using BP Profile Search plugin) ordered by “popular”. I din’t find any plugin to do it. But I had a look at http://codex.buddypress.org/developer/developer-docs/loops-reference/the-members-loop/ and I see:
Accepted Parameters
The bp_has_members() function will accept a number of parameters that will manipulate the data being returned.
type optional – Defines the type of users to return.
Accepted arguments: active, newest, popular, online, alphabetical, random
Default value: activeSo I think that I have to add “popular” to default types (last active, latest registered) and set it as default value.
I don’t know PHP, just HTML, so I really don’t Know what I have to Write and where.
Could anybody help me please?
It would be really very important to me!
Thank you very much!
I’m using WordPress 3.4.2 and Buddypress 1.5.6I can’t view the “codex.buddypress.org” in firefox. It leaves me with a blank page.
I can view it in Internet Explorer.
“codex.bbpress.org” works in firefox.
I noticed there one bug report, but it was closed so I couldn’t comment there.
http://buddypress.trac.wordpress.org/ticket/4691Willing to provide info, just let me know what is needed.
Hi Guys
I have been asked to add buddy press post counts to my plug-in author-avatars.
http://wordpress.org/support/topic/sort-authors-by-bbpress-post-count?replies=1#post-3499874
“Is it possible to sort avatars by BBPRESS post counts and show BBPRESS post counts instead of WP post counts”
Is it possible to get this info? all I have is the wp-userID
so I need to get_post_count_for_user($user->id)
I use the get_usernumposts for worpress core
Many thanks for any pointers
Paul
Hello,
Last week I installed the latest versions of WordPress with buddypress and the default theme. Also WPML multilingual CMS, WPML String translation and Buddypress Multilingual.
When I upload the avatar on the english version, I get the selection square for cropping. When I change language and try to do the same I can upload but I don’t get the selection handles.This happens with Firefox, Chrome, Safari and IE and I tried all the possible image formats (jpg, png, gif) but I always get the same result.
I suppose there is an interference with the language plugins but I need to use them!
What could I do?I am running BuddyPress on Mulitisite where users can create their own blogs.
However after creating a new site the user can not access the Dashboard?
“You do not have sufficient permissions to access this page”
Is there a plugin I should be using to manage the user roles ???
Kind Regards
James
WordPress version 3.4.2 (multisite – Subdomain – users can create blogs)
BuddyPress version 1.6.1
http://fitnessblogger.netHi Guys,
When anyone signs up to my site using registration form.
The (User set) Password does not work and they have to use forgotten password link to reset password and gain access to my site ? ?
I have a quite a few plugins running so my next step is to disable all these and test each one!! Its going to take a while!
I was just wondering if anyone had any thoughts on where i should be looking ? ? ?
WordPress version 3.4.2 (multisite – Subdomain – users can create blogs)
BuddyPress version 1.6.1
http://fitnessblogger.netKind Regards
James
Hi,
I just install WordPress 3.4.2 and BuddyPress 1.6.1 on my local machine (Windows 7 64bit, IIS 7.5, MySQL 5.5)I can’t post in the “Activity Streams Directory” and in the “What’s new in Groupe…”
I saw a lot of post in your forum and over internet that are talking about incompatibility with MySQL Strict Mode…
I’ve enabled the DEBUG mode in wordpress and here’s the result when I try to post in the Activity :
===========
WordPress database error: [Incorrect integer value: ” for column ‘item_id’ at row 1]
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 ( 1, ‘activity’, ‘activity_update’, ‘admin posted an update’, ‘test’, ‘http://andre.com/members/admin/’, ‘2012-12-04 23:13:39’, ”, ”, 0, 0 )
-1
===========
NOTE : the domain “andre.com” point to “localhost”I’ve tried to set 0 as a default value for the field ‘item_id’, but still having the same problem.
Can any one point me to the right direction to solve that problem… and in the same time save a lot of trouble to other people to 😉
Thank you!
Wordpress version: 3.4.2
BuddyPress version: Version 1.6.1
Site: http://paymewhatiamworth.com/discussion-forums/ (For members only – must be signed in to access BuddyPress features.)
New members often use a Group ‘activity’ page to post topics (using the ‘what’s new’ prompt) topics that – ultimately – need to be posted into specific forum discussions.
How do I move a post from the activity stream into a specific discussion forum?