Search Results for 'wordpress'
-
Search Results
-
Topic: Edit profile url
Hi I have been creating a Intranet site for a company.
Once staff login for the first time I am wanting to redirect them to the Edit profile page for whoever is logged in.
I am using the welcome pack plugin. to achieve this. But i have searched the internet to find the URL i am looking for but had no joy 🙁
I was led to believe that it was something like:
mysite/directory/%username%/profile/edit/group/1/but that doesn’t work
http://wordpress.org/plugins/welcome-pack/
Any help would be great thanks
LBx
Hi friends, I use WordPress 3.6, Buddypress I run an e-learning website for a school using the Buddypress courseware. Great plugin! I have added a role – Parent, and my intention is that I want parents to be able to track the academic progress of their children and wards. So specifically, I want to link each parent to their children, so that when a parent logs in, he/she is able to see only the grades and/or activities of his/her child/ward.
Can I do this with this plugin? If yes, how can I go about it? I will appreciate your help….thanks
Topic: "Non-Static Method" issues
Hi. I have tried installing BuddyPress, but I am having difficulties. FYI, i’m using BP 1.8.1 on WordPress 3.6. I am also using s2member Framework Version 130816.
I have no access to the actual BP menu. I can only get to it through ‘settings’, but that is all. All that appears that is BP related is ‘Activities’.
Sorry if this is a newbie issue. I have tried finding a solution, but haven’t had any luck.
Thank you for the support.
Strict Standards: Only variables should be assigned by reference in /home2/icbordea/public_html/wp-content/plugins/buddypress/bp-loader.php on line 602 Notice: Undefined variable: cache_needs_updating in /home2/icbordea/public_html/wp-content/plugins/s2member/includes/classes/cache.inc.php on line 94 Strict Standards: Non-static method BP_XProfile_ProfileData::get_value_byid() should not be called statically in /home2/icbordea/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-functions.php on line 175 Strict Standards: Non-static method BP_Core_User::get_core_userdata() should not be called statically in /home2/icbordea/public_html/wp-content/plugins/buddypress/bp-members/bp-members-functions.php on line 161 Strict Standards: Non-static method BP_Messages_Thread::get_inbox_count() should not be called statically in /home2/icbordea/public_html/wp-content/plugins/buddypress/bp-messages/bp-messages-template.php on line 333 Skip to main content Strict Standards: Non-static method BP_Messages_Thread::get_inbox_count() should not be called statically in /home2/icbordea/public_html/wp-content/plugins/buddypress/bp-messages/bp-messages-functions.php on line 216 Strict Standards: Non-static method BP_Core_Notification::get_all_for_user() should not be called statically in /home2/icbordea/public_html/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php on line 86For the record, I know I can switch off the warnings, but seeing as I have no access to BP on the menu, I assume this is an important issue.
Topic: Jetpack on Buddypress issue
Why is Jetpack visible for any user that registers for my site?
I would like to be able to use some of the features that Jetpack offers but I do not want everyone else to have it visible in their dashboard when they register.
Any advise or feedback is greatly appreciated!
I am running the latest version of
Buddypress 1.8.1,
Wordpress 3.6 and
Jetpack 2.4
My site is http://sportsuniting.com/Topic: Member Counter
Hello BP Team <3 from Brazil, Sao Paulo
We have a lot of options with BP. That´s amazing.
Now, we are looking for a simple counter member single home.WordPress 3.5.1
BuddyPress 1.6.4http://www.cidadesonho.com
Social Network of our city 🙂Cheers!
Hi all
I just recently took over running a pretty heavily modified buddypress site (fully updated wordpress and buddypress installs) with a lot of activity (cant link to it as it is for a school). I know my way around wordpress (especially front end developing), but buddypress seems like a whole other game. And i keep running into dead ends when i have questions. So here are my three most pressing questions:1) Backup. I want to do this manually once in a while – beyond the normal wp-db backup what should i do? – anything not obvious to be aware of?
2) When logged in the top most thing the user sees is a ‘whats up?’ ‘post to profile’ field. I want that gone, but cant find anything in the settings or in this forum?
3) When logged in and viewing the activity stream. Forum posts show up with a link to the poster, forum and group. What is really missing is a ‘read more’-link to the post being displayed. Again my search has not helped. How can i insert this link into the activity stream version of the post?
I hope my questions are not too dumb 😉
Am on BP 1.8 and somehow can’t get x-profile visibility to work. It doesn’t seem to respect the default visibility options set by the admin. Yet it does work once the user themselves change the visibility settings (again) via their profile.
For instance, as admin I set default profile field visibility of “admins” only to a text field location. Yet all users who already have the field set as well as new users do not have it visible to everyone. But if the user edits his profile and again sets it to “admin only” it works as it should and doesn’t appear in the user profile when viewed publicly as non-admin. Same for loggedin members as well.
Other things to consider about my Buddypress install are:
1) Use ultimate facebook registration and no access to wordpress default registration
2) I imported all my users (some wp and largely others bp) into this bp installation manually via sql import from previous a installation
3) I would prefer not to post a public link here to my site but can share on PM if anyone wants to look at it.Thank you
I hope someone can help me on this issue – I get the message:
The following active BuddyPress Components do not have associated WordPress Pages: Activate, Register.
How do I create the missing pages?
I have no idea of what is wrong. I have tried to deactivate and reinstall the plugin but it comes up with the same message. It seems to remember the settings. I already have about 150 registered users and I would very much like to keep them 🙂
I’ve upgraded to the latest version of both wp and buddypress.
Your help is much appreciated.
Regards, Christian
Hello there,
Need some help with my site. When a user tries to register on the site after filling in all their details the page refreshes with everything filled out other than the password.
I have deactivated and reactivated every single plugin and can’t find the culprit which is causing me this grief.
I am currently using the theme Flexform.
I am on using WordPress version 3.6 and BuddyPress 1.8.1
My website is http://www.eternaleve.co
I hope someone can help.
🙁
Topic: triplicate activity_update
I am using the code below to create an activity feed post when a user submits a form. It works, but creates three activity posts instead of one. I think I have added the code in the wrong place, can anyone help?
$current_user = wp_get_current_user(); $user_login = $current_user->user_login; $username = $current_user->user_firstname ; global $bp; $userlink= 'http://localhost/wordpress/member/'.$user_login; $action = '@'.$username.' has just submitted a review on PAGENAME in CATEGORY'; global $bp; bp_activity_add ( array( 'action' => $action, 'primary_link' => $userlink, 'component' => 'activity', 'type' => 'activity_update', 'user_id' => $bp->loggedin_user->id, 'item_id' => $bp->displayed_user->id ) );at the moment it is in the page that contains the form being used, is this not correct?
Topic: Post author Profile link
Im really new to php and wordpress. I wanted to figure out howto change a link which goes to an authors posts and make it bring up the authors Buddy Press Profile. I am making changes to the Author box on my website which is a part on the sidebar that displays the authors avatar. Im trying to make changes to this. to no avail. any help or other post references would be great. I havent seemed to find an answer yet. Thanks.
<?php if( !isset( $post ) ){ return ''; } $meta = meta::get_meta( $post -> ID , 'settings' ); if( isset( $meta[ 'author' ] ) && strlen( $meta[ 'author' ] ) && !is_author() ){ $show_author = meta::logic( $post , 'settings' , 'author' ); }else{ if( is_single() ){ $show_author = options::logic( 'blog_post' , 'post_author_box' ); } if( is_page() ){ $show_author = options::logic( 'blog_post' , 'page_author_box' ); } if( !( is_single() || is_page() ) ){ $show_author = true; } } if( ( is_single () || is_author() || is_page() ) && $show_author ){ ?> <aside id="archives-3" class="widget"> <h4 class="widget-title"> <?php _e( 'By' , 'cosmotheme' )?> <span class="vcard"> <a class="url fn n" href="<?php echo bp_core_get_user_domain( $user_id ) ?>" title="<?php echo esc_attr( get_the_author_meta( 'display_name' , $post-> post_author ) ); ?>" rel="me"> <?php echo get_the_author_meta( 'display_name' , $post-> post_author ); ?> </a> </span> <?php if( !is_author() && options::logic( 'general' , 'enb_likes' ) ){ $url = get_author_posts_url( $post-> post_author ); $all = array( 'type' => "all" ); $url_all = add_query_arg( $all , $url ); $like = array( 'type' => "like" ); $url_like = add_query_arg( $like , $url ); $like = array( 'type' => "post" ); $url_post = add_query_arg( $like , $url ); ?> <span class="links"> <a href="<?php echo $url_all; ?>"><?php _e( 'All' , 'cosmotheme' ); ?></a> <a href="<?php echo $url_post; ?>"><?php _e( 'Posts' , 'cosmotheme' ); ?></a> <a href="<?php echo $url_like; ?>"><?php _e( 'Likes' , 'cosmotheme' ); ?></a> </span> <?php } ?> </h4> <div class="box-author clearfix"> <p> <a href="<?php echo bp_core_get_user_domain( $user_id ) ?>"><?php echo cosmo_avatar( $post -> post_author , $size = '60', $default = DEFAULT_AVATAR ); ?></a> <?php $author_bio = get_the_author_meta( 'description' , $post -> post_author ); if( $author_bio != '' ){ echo '<span class="author-page">' . $author_bio . '</span>'; } ?> </p> </div> </aside> <?php } ?>