Search Results for 'wordpress'
-
Search Results
-
Topic: Group Avatar uploaded to C:\
Hey folks!
I’m having some trouble with uploading group avatars. For some reason I don’t see the picture uploaded and after some time I noticed the picture had been upload to C:\group-avatars\1
My site however is stored in C:\inetpub\wwwroot so for me it’s a mystery.
I’m running WordPress 3.5.1, BuddyPress 1.6.5 and bbpress 2.2.4.
BP version 1.6.5
I am trying to complete a members loop with all members registered on the site.
I’ve tried various combinations of bp_has_members but the latest is:
` if ( bp_has_members(‘type=alphabetical&action=alphabetical&per_page=100&max=100’ ) ) : `
Every time the bp_members loop cuts off, i.e. is shorter than the amount of registered members.
What is the correct query to list all members?
I have even tried getting a list of all user IDs using get_users() and having these as an include= argument, but it still cuts of the list of results.
Is there anything that needs to be cleared/reset like when you have multiple loops in WordPress templates?
I updated my Buddypress Website through the Dashboard with 3 plugin updates,
1.Buddypress (1.6.5)
2.Buddypress Docs (1.3.3)
3.BackUpWordPress (2.2.2)(All the plugins were in the most latest versions before the updates)
After the updates I’m getting a blank white screen trying to access the homepage or “wp-admin”.
I did backup my site using the “BackUpWordPress” to a saved zip file on my desktop. Is there any documentation on troubleshooting this?I have ftp access to the wordpress/buddypress directory to start troubleshooting.
Topic: Looking for a Rank System
I want to give users Rank, which most people would tell me get a “User Roles” plugin. Well aside from the trajedy of experimenting and utterly ruining two installs of WordPress attempting just that,
More importantly I don’t want to just give them a title, I want to incorporate emblems/icons representing their rank.
For instance a gaming clan or league would have Privates, Team Leaders, Squad, Division, Founders etc.
CubePoints seemed to be the answer, but after installing the BuddyPress INtegration plugin, it utterly fails with multiple errors. Not sure how to deal with it otherwise.
Any suggestions?
So i just installed Buddypress(v1.6.5) plus some extra plugins for Buddypress on my WordPress(v3.5.1) site, but when i try to reach a page it says:
Not Found
The requested URL /WP-SITE/page/ was not found on this server.
I\’m using localhost(wamp) while now!
This only happens ones my permalinks are set to something else than the default? When i set it as default it works fine, but all the pages are just white. I also get a yellow box from the Buddypress plugin at the top in my admin-panel that says my permalinks needs to be set to something else than default!Plugin URI: https://github.com/shanebp/BP-Profile-Message-UX
Tested up to: WP 3.5, BP 1.6.x and 1.7beta2
This plugin replaces the functionality for the Public Message and Private Message buttons on profile pages.
== Description ==
BP Profile Message UX is a BuddyPress plugin.
Default behavior for the buttons is to take you to your own profile – to compose and send messages from there.
Why ?
Why not stay on the profile page you are viewing ?Fortunately, BuddyPress makes it easy to replace the functionality for those buttons.
With this plugin you can stay on a profile page and send messages.
It uses the ‘thickbox’ code built into WordPress.
It uses the default wp-thickbox styling – so it’s not pretty but you can style it any way you want.Hi Everyone,
Our IT association has 8 wordpress sites for our members and the public. We would like to start using BuddyPress for our member sites but can’t seem to get anywhere with BuddyPress 1.7beta2 yet.
We have watched the 1hr presentation with Boone George regarding the new version and were quite pleased when he mentioned it should be compatible with all themes, or did we get that wrong?
It’s not that we get errors, we just don’t get any way to add groups, users, or anthing else when we
bring up the members, groups, etc. pages.We have disabled all the plugins, watched several videos on Youtube showing complete instrutions for non BuddyPress themes but we do not get the same results.
What can we do? We should have no problem once it’s working, we just have to get it to that point.
Any idea on approx when the final version may be out?
Hi,
Using WordPress 3.5.1 (not multi-site)
Using Buddypress 1.6.5Is there a way to display ‘not filled in’ profile fields on the user’s profile page with a custom message like ‘Not Given’?
I have a few fields like age, location, facebook, etc. and it would be great if the user’s profile can show the following:
_______________________________
Name: user’s name
Age: 28
Location: Not Given
Facebook: Not Given
Relationship Status: Not Given
________________________________Any ideas?
Thanks for the help!
Hello, this is the first time i have downloaded a forum/community plugin to my WordPress. When i installed this plugin i had an impression this will work almost like any other plugin out there, similar to “blog” and use my current theme template. Unfortunately because of the share size of it’s functionality and featured I realized BuddyPress created it’s own theme and it is fine, but my whole purpose of it was to use for a button called “Support” so users can request an assistance when needed or use the forum for our internal use away from public eyes. How can i create a different directory on my site so it does not interfere with the look and feel of the rest of our website for discussing internal issues, etc.? So i just can create a new page let’s call it “Support” and redirect it to the installation of BuddyPress plugin. I hope it makes sense what I’m trying to achieve here, if not feel free to ask clarifying questions. Thank you all ahead of time.
This year, BuddyPress will be applying for and submitting BP project proposals as a stand-alone organization to the Google Summer of Code 2013. To that end, we’re building up our BP Project Ideas page for consideration and we’d like your help to add more ideas and make it more viable.
We’ve started off the ideas list at the BP Development blog with the following:
1. EnGrande Privacy & Moderation Component
2. Extended Membership Levels and Registration
3. Media albums
4. Tie Private Messaging and Activity Streams and Commenting and Forums together
5. Expand Relationship TypesPlease feel free to post your ideas in this thread or at the BP Development blog.
Thank you for your participation.
Topic: Delete user account
Using WordPress: 3.5.1
Using Buddypress: 1.6.5
website:http://www.paulyorde.biz/yordeIssue:
When I hit the delete account button while I’m signed in as a user, the page just reloads itself. It is not actually deleting the account.
Also, new users are not able to register a new account, even though I have ‘allow anyone to register’ checked in the admin panel.Using WordPress 3.5.1 (not multi-site)
Using Buddypress 1.6.5
Website:The Issue:
When a new user registers, a link pops up saying something like, “Go ask the webmaster”. When that link is clicked on, the user is directed to the admin email account. Here is what a user said: “I tried to register but it said it couldn’t register me and to contact the webmaster. So I clicked on that link and it took me here”.Note:
I have ‘allow anyone to register’ checked in admin panel.
I was able to register a “foo” user from my computer.
I have added a function to functions file of default-bp theme:`// redirect registration function
if ( bp_core_is_multisite() )
remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );
else
remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );`That is a function I nabbed from bp-support forum for what I think was a similar problem.
That forum is:
I just added that, so not sure if it works yet, but just in case it doesn’t, does anyone have fix?Hi
Thanks for your great plugin, I really appreciate it. I am using mearishop theme which is not BP Default theme, Buddy Press 1.6.4 and wordpress 3.5.1.
I set up a page for registration form manually but there is no registration form and password lost page. would you please help me to get those 2 pages on my site.Thanks