Search Results for 'buddypress'
-
Search Results
-
site url: http://www.healkick.com/buddypress
I just installed the global forum plugin and entered the following code to my functions.php file to merge group forums with the standalone global forum per Brajesh’s instructions: add_filter(“gf_get_root_forum_id”,”gf_no_restriction”);
add_filter(“gf_excluded_forums”,”gf_no_restriction”);function gf_no_restriction(){
return 0;
}After adding the code to function.php, I successfully merged the group forum and global forum. However, now I can’t log into my site’s wp-admin. IT shows the following error:
Warning: Cannot modify header information – headers already sent by (output started at /home8/healkick/public_html/buddypress/wp-content/themes/Twilight/functions.php:13) in /home8/healkick/public_html/buddypress/wp-includes/pluggable.php on line 736Any ideas?
Hello,
I tried this with the private buddypress and private community plugins but Im having a problem with both plugins… when user types the url without the “www” they get ridirected to register page… I have been researching and trying for a week now and no luck…
is there a way to put a filter in buddypress so only homepage and register page are allowed for non logged in users?
HELP!
Hello,
I’ve run into something strange.
I’ve created custom profile fields and noticed that “select-box” field types aren’t being found by the search.
Yet if I create “text” fields then the content is being searched and found when performing a search in the members-loop.Does this mean BuddyPress can’t read content in the profile fields if they aren’t a plain text value? The content in my select box is made up of very simple texte (lawyer, doctor, politician, revolutionary, dictator, geek…).
Has anyone encountered this? Do you know of a solution?
Thanks a bunch,
C.Hello, I just started running buddypress on theexmines.com, and love it.
Theexmines is a minecraft-server/community, and I’d like to change the way avatars is displayed.When getting a members avatar, this should be called:
“player-avatar.php?player=&s=3” <– this outputs a .png. (The avatar I want)Where should I edit this in? I’m not at all an experienced php coder, but I have been looking but can’t find anything.
Any help would be appreciated.
two years eh? I’m just getting my feet wet with BuddyPress, and I’m trying to work towards something similar (a custom theme that I want to build to suit my own specific needs, but then give to the community for free). I look forward to trying out your theme, and who knows maybe build some child themes based on it.
