Search Results for 'wordpress'
-
Search Results
-
Hi,
I have integrated successfully the post-form of what´s new within my index.php of my theme by integrating this code
unfortunately I do not see here the activity plus buttons (for links, images and videos).
what do I have to do to get them also on my front page?
thanks a lot for helping!
bergblume
http://wordpress.org/extend/plugins/buddypress-activity-plus/
Hello everybody
Is it possible to use buddypress/wordpress as Open Atrium type itranet solution? Open Atrium is good, but its old and uses drupal and i like wordpress more.
What i need in my intranet:
– Groups that have their own “site”
– Only admin add’s person to a group
– Every group should have their own eventcalendar in groups front page
– Every group should have their own notepad or pinboard where to place information
– Some sort of “case tracker” where you can post “cases” vie public form or email, and people in that group could view those cases and comment on them.Hi, I am quite new to the World of WordPress and Buddypress. I used to be a perl programmer and was a member of a community called Perlmonks. They were really great, if I needed help, I would get it instantly, and most questions were answered and most problems were solved by the community members fairly quickly. As a result I also wanted to help others and sometimes tried to help people even if I wasquite busy. I noticed that here in this forum, I sometimes ask questions and I get a few answers but I cannot always solve my problems. Also noticed that some people are realy rude to one another, and this made me wonder, why Perlmonks is so different. I could be wrong, because it is based on my own experience, maybe there are people out there who had similar experiances with Perlmonks as well. But I try to find a solutions on my own instead and it is consuming a lot of time. I was wondering having a voting/grading system like Perlmonks would make a difference and make this community a little more dynamic?
I am looking for the activity equivalent to wp_delete_post http://codex.wordpress.org/Function_Reference/wp_delete_post. If there is one, please let me know.
Hello,
I would like to display different member profiles for different types of groups. I have 2 groups: faculty and contributor. More accurately i want to disable components like bp Links and group docs wiki for the faculty group; i settled for removing the links to such.
i thought the best approach would be to check if a member is of a certain group and then based on the conditional statement, remove the unnecessary tabs in the profile menu. If there is a better approach. Please lead the way:)
http://www.depthleadership.co.za is the website. I have wordpress WordPress 3.5.1. I have buddypress 1.6.4.
in my theme’s function.php:
if(groups_is_user_member( bp_loggedin_user_id(), BP_Groups_Group::get_id_from_slug('faculty'))){ function setup_nav() { global $bp; // Remove a menu item bp_core_remove_nav_item( 'messages' ); } add_action( 'bp_setup_nav', 'setup_nav', 1000 ); }i’m stuck because, if i make the conditional statement truthy the appropriate tab is removed. So i know i can remove nav tabs with this function. If i place the code too check if the member is a part of a certain group into something like header.php it works. BUT for some reason, together in my functions.php file they do not.
I tried putting it into bp-custom.php, site just crashed.
Thank you for your time, any help would be appreciated 🙂
Hey,
to allow browsers more then the regular count of request, i decided to outsource my images to a subdomain. I used a method as described here:
Everything works fine and the loading time for post-archives and single-posts are much faster now. Also user-avatars are now served via subdomain, BUT the loading time for pages, which include more then 2-3 avatars (members-loop, bbpress reply-loop,…) is much longer now. Uploading new avatars works fine.
Error-log shows the following for every visited page, which includes avatars:
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary.Is there an endless loop now? Did anyone have an idea, why dis happens and how i can fix it? Can i force Buddypress to serve the images from the regular wp-content-path (which is also accessible)? Could i test some changes at the bp_core_avatars.php?
Thanks a lot for any ideas, help and suggestions!
BP 1.6.1
WP 3.4.2
Site: tauschothek.deWP 3.5.1, BP 1.7-b1.
I elaborate on the problem a bit more here, but the gist of it is that I tried to call a datebox with bp_member_profile_data() and it didn’t work. I’m not a programmer, but I was able to go through the source and isolate the problem; it happens in xprofile_format_profile_field() in bp-xprofile/bp-xprofile-functions.php when the following is passed:
`$field_value = bp_format_time( $field_value, true );`
bp_format_time is definitely causing the problem. I was able to get it to show by doing the following things:
- Comment out the line that’s causing the problem.
- Wrap $field_value in strtotime() when calling bp_format_time. The resulting dates were off by a day, but it otherwise displayed as expected.
- Go into the bp_format_time function and, with
`if ( !isset( $time ) || !is_numeric( $time ) )
return false;` change false to $time.
Remember, I don’t really know what I’m doing. I don’t know exactly what the problem is and what the proper fix would be, or how that fix would affect other parts of the site. Just wanted to share what I found, and if someone has a solution, that’d be really helpful! I have a workaround but I’d like to use bp_member_profile_data as intended.
I’m using the latests version of WordPress and running the Frisco Theme. I just read a thread about someone having a similar problem on their bp register page, but couldn’t find out what the solution was. I’ve tried deactivating plugins, but haven’t been able to pinpoint what’s going on. Any help would be greatly appreciated.
the page that isn’t working is http://www.swarmtag.com/register
thanks!
Topic: Buddypress and sliders