Do you freelance or where can I get excellent WordPress Coders/Designers to help me set it up?
SKParticipant
We’ll see more patches from you in the future, yes?
@mercime I hope so.
You should be able to run a tortoise checkout with this url.
https://svn.buddypress.org/trunk
@hnla For the patch I submitted, I had used https://buddypress.svn.wordpress.org/trunk/ Should I use https://svn.buddypress.org/trunk instead? Do the 2 URLs point to different resources?
I am using the latest WordPress and Buddypress and I have just switched hosting accounts and now I am getting this message at the top and bottom of my site:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘hide_admin_bar’ not found or invalid function name in /home/content/72/11896772/html/wp-includes/plugin.php on line 173
After deactivating and reactivating all of my plugins I found Buddypress the culprit. When looking in my FTP client the file is there. How can I fix this? Thanks in advance.
SKParticipant
@kingdgm
BuddyPress with the help of the right plugins from the WordPress plugin repository (https://wordpress.org/plugins/) can do everything you’ve mentioned.
11. Projects: Members can start projects and invite other members to join (kind of groups)
This is the one point I’m not sure about off the top of my head. It may need some custom code as I’m not aware of a plugin that does this.
SKParticipant
@mercime Using Tortoise SVN.
Tried importing https://buddypress.svn.wordpress.org/trunk/ but getting
Error: POST of ‘/!svn/me’: 403 Forbidden (http://buddypress.trac.wordpress.org)
@idavidson I apologize for hijacking your thread.
I’m also having the same issue. I even installed a fresh wp 3.6.1 and a fresh version of 1.8.1 with no other plugins.
Under BuddyPress pages this is no Register or Activate page available.
@hnla apologies should have explained that a bit better – i’m not assuming, I think BP does the assuming. Take a look at the last line of Boone’s post:
BP Theme Authors: make sure your theme registers 'buddypress' support
I think i spoke to soon about that working. In the front end the link looks good, but i had my own twitter account in place and so it looked like Twitter:(with my twitter name) when i would click that and thought it worked because i was already signed in.
Once i place a new twitter name in the profile, the front end looks right, “Twitter: chevrolet” just pulled one out of a hat, or any other twitter account, it goes right to my own profile or to twitter home page if not signed in.
So messing about i cam up with this ugly but working solution based on what was posted here.
it now bring the name in from the xprofile field into the url. Before it was grabbing a field from the wordpress profile.
<?php
if ( $string = xprofile_get_field_data( 'Twitter', get_the_author_meta('ID') ) ) { ?>
<a href="https://twitter.com/<?php if ($string =xprofile_get_field_data( 'Twitter', get_the_author_meta('ID') ) ) { echo $string;} ?>" target="_blank">Twitter: <?php echo $string; ?></a> <?php
}
?>
I want to allow usernames with ‘-‘ (hyphen) symbol. But now i face some errors with buddypress.
I am using Buddypress + Facebook login. So when user try to login using facebook then it will get facebook username and adds hypens automatically (if there have any spaces).
But when try to see their user profile, like:
1. “[DOMAIN]/members/Umar-Faruk” – Getting 404 Error
but instead the profile works in
2. “[DOMAIN]/members/Umar” – It works good.
How to do the same for the username with ‘hyphen’?
Buddypress: Version 1.8.1
WordPress: 3.6
Well for starters kill any plugins that might interfere with a registration process e.g facebook login ones – to test issues it’s always the instruction to disable all plugins working them back in until problem one is found.
Other than that it’s hard to say there’s too little information. As far as BP 1.8.1 goes on a trunk install I appear to have no issues registering.
Thank you for the response. It didn’t fix my problem, though. Registration still not working, unless the user registers with Facebook.
http://finisjhung.com/Streaming/create-an-account
HELP!?
SKParticipant
@kakilo
I’m using these plugins combined: bbPress, BuddyPress and BuddyPress Media (rtMedia).
I wish that the maximum image files uploaded in ‘album’ (bp-album, I guess) …
I think it’s not from rtMedia
It’s getting a bit confusing. You need to figure out which plugin is creating the album that you want to modify and then you need to ask that plugin’s author for support. BuddyPress does not provide any media capabilities by default, though that has been requested.
P.S. rtMedia (previously known as BuddyPress Media) does create a Media tab. And it creates various albums under that tab.
Hi,
When a logged in user goes to the friend page, there are no members listed (Message is: Sorry, no members were found). However, on the members page (www.sccpds.org/members) the active members appear. The non-active members don’t appear in either list.
I would like the user to be able to add friends from the friends page, but there is no way to at this point. I believe the capability should be there? A user could go to the member page and add a friend from there but because the option appears in the top right drop down menu I presume many users will try to do that from there. Any ideas as to what might be the issue and resolution?
I am using the latest version of wordpress, buddypress, and bbpress.
Any help you could provide would be most appreciated! Thank you!
@sooskriszta https://make.wordpress.org/core/handbook/submitting-a-patch/
instead of downloading https://core.svn.wordpress.org/trunk/ via SVN, you’d need to download via SVN client https://buddypress.svn.wordpress.org/trunk/
Then after you’ve tested the changes you’ve made in your test installation, log in and create a new ticket in https://buddypress.trac.wordpress.org/ and upload that patch.
I’m still stumped on how you call cubepoints rank in groups topic. I know there probably isnt a exact way like BB press where you can do it by <?php echo cp_module_ranks_getRank(bbp_get_reply_author_id()); ?> .
I know there’s probably a functions php code out there to easily call cubepoints rank for groups topic. I just can’t find where that is?
Other things I would like to know if you have time:
Calling location in groups topic – A functions code would work also.
Calling WordPress rank Ex: moderator in groups topic – A functions code would work also.
Calling the @user Id in groups topic – A functions code would work also.
Calling the – User last active in groups topic – A functions code would work also.
My main concern right now it the title question. If you can answer all of the question I would great appreciate this. My forum is sitting dead in the water right now….
Thanks in advance!
SKParticipant
@pelaso
It is really only so much we can do with the info provided, and as @hnla stated it is a guess as to what could be wrong. Maybe you should consider hiring a developer. If you decide too then you can leave your job and contact info here:
BP Jobs Board
As well as here:
http://jobs.wordpress.net/
Good luck!
Do you mean a WordPress tag cloud as in wp_tag_cloud()?
<?php
wp_tag_cloud( array( 'number' => '8' ) );
?>
Is the information for the bio going to come from one of my extended profiles i made when I replaced the field name in your code or is the info coming from the default wordpress bio section?
Found where to create a Trac and have done that.
I am having this exact problem, too, @hnla. The same thing was happening awhile back, and somehow it was resolved… but now it’s back.
I am using WordPress 3.6.1 and BuddyPress 1.8.1
I have created a custom child theme to the bp-default. I have tried disabling my child theme, and the same issue persists.
I am unable to find a download for 1.8 to revert the registration.php page. (Found lots of information about 1.8, but not an actual download.)
THank you for your help.
(I am also happy to create a Trac ticket, but I’m not sure where/how to do that.)
Wordpress 3.6.1
Buddypress 1.8.1
Headway theme 3.5.10
I’m using the headway theme with buddypress….All of the pages on buddypress lead to the homepage when i click on a link except for the member page….Is there something else I need to be doing. I cannot get to the registration page for new members. Can someone help? we go live in 4 days.
Wordpress 3.6.1
Buddypress 1.8.1
Headway theme 3.5.10
I’m using the headway theme with buddypress….All of the pages on buddypress lead to the homepage when i click on a link except for the member page….Is there something else I need to be doing. I cannot get to the registration page for new members. Can someone help? we go live in 4 days.
http://www.politiclear.com
First thing I would do is refresh or change my permalinks settings…this could be why you are having that issue. If that doesn’t work, make sure your .htaccess file is up to par, you can google for the right settings for your site depending on whether you are a Multisite or Single wordpress install.