Search Results for 'buddypress'
-
AuthorSearch Results
-
October 3, 2013 at 1:12 am #172230
In reply to: Making Buddypress Private.
c.ogden
Participantweird (doesn’t let me edit my post to check the box for recieve email notifications for replies, so I had to post a reply to check the box
October 2, 2013 at 11:59 pm #172224In reply to: Page titles in U-Design theme
corytrevor
ParticipantUpdate: The themes author was kind enough to provide the code to add to display the buddypress page titles. Add:
<?php elseif ( function_exists('bp_is_page') && ( bp_is_page( BP_BLOGS_SLUG ) || bp_is_page( BP_FORUMS_SLUG ) || bp_is_page( BP_ACTIVITY_SLUG ) || bp_is_page( BP_GROUPS_SLUG ) || bp_is_group() || bp_is_page( BP_MEMBERS_SLUG ) || bp_is_member() ) ) : ?>
<h1><?php the_title(); ?></h1>
to functions.php just below where it has:
<?php if (is_page()) : ?>
<h1><?php the_title(); ?></h1>
October 2, 2013 at 10:06 pm #172221In reply to: [Resolved] Show posts written by user on profile
Henry
Member@fitnessblogger when @azchipka says adjust the path in the plugin to achieve /author/username I assume that means just getting rid of /posts/? I’m not familiar with the plugin. @azchipka should be able to help with specifics.
If you just want to show posts on a BP profile then my code should work:
Alternatively the plugins I mentioned earlier by buddydev.com are brilliant.
October 2, 2013 at 5:52 pm #172216In reply to: [Resolved] Show posts written by user on profile
hughshields
ParticipantThanks @henrywright-1
I did look at Buddyblog but didn’t know that a list of posts on profile comes standard. I actually don’t want my users to blog from their profile. I just want to show a list of blog posts on my member profiles. In any case I will check it out.It seems a pity that the simple Posts in Profile plugin cannot be fixed. I posted on this subject 7 months ago and no one has been able to make it work. It also seems like a highly visible and critical piece to Buddypress WordPress integration. Anyone using WordPress and thinking of adding BP social networking features will want this.
Guess I will let it go!
October 2, 2013 at 5:44 pm #172215In reply to: [Resolved] Show posts written by user on profile
Henry
Member@hughshields If you’re just getting started with PHP and prefer a plugin, try BuddyBlog – http://buddydev.com/plugins/buddyblog/ and Simple Front End Post http://buddydev.com/plugins/bp-simple-front-end-post/
You can let your members blog directly from their BuddyPress profile. A list of posts on profile comes as standard too.
October 2, 2013 at 5:29 pm #172213In reply to: [Resolved] Show posts written by user on profile
hughshields
ParticipantThe plugin by @azchipka called “TCH-BuddyPress-Posts-On-Profile” gets the job half way done and successfully creates a tab on the member profile, but it looks like there is a problem with the code when displaying member posts. Firstly it links to a new page and doesn not display posts within the tab on the member profile, and secondly it does not display any posts. Here is the code. anyone care to take a swing at fixing this:
// show feedback when 'Posts' tab is clicked function bp_postsonprofile() { add_action( 'bp_template_content', 'profile_screen_posts_show' ); bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) ); } function profile_screen_posts_show() { $theuser = bp_displayed_user_id(); query_posts("author=$theuser" ); if ( have_posts() ) : get_template_part( 'loop', 'archive' ); else: ?> <div id="message" class="info"> <p><?php _e( 'Sorry, this user has not published any posts.', 'buddypress' ); ?></p> </div><?php endif; ?> <?php } } ?>October 2, 2013 at 4:07 pm #172209In reply to: Cannot Activate BuddyPress – Page Not Found
twittem
ParticipantUpgraded WAMP Server and set the install to run
– Apache 2.2.22
– PHP 5.3.13Everything is now working correctly.
October 2, 2013 at 12:26 pm #172193In reply to: Wrong URL issues
chuvadeideias
ParticipantI’m using this theme http://luca.untame.net/, modified.
And, this plugins below:
- Advanced Access Manager
- bbPress
- Breadcrumb NavXT
- BuddyPress
- BuddyPress login redirect
- BuddyPress user account type lite
- Contact Form 7
- Cyclone Slider 2
- Executable PHP widget
- Newsletter
- Simple Ads Manager
- Theme My Login
October 2, 2013 at 11:56 am #172191In reply to: registration form with minimum age
randygootjes
Participantahh thousand times thnx, so can i place login form at a page aswell with buddypress?
do they go to a sort of dashboard? cause i want them to log in and only see like extra menu button or soOctober 2, 2013 at 11:43 am #172189In reply to: Enabling Components
YvonneTaylor
ParticipantI am using the Colorway Pro theme and the plugins are Buddypress V1.8.1, Buddypress Activity Plus V1.5. WordPress is the latest update.
The site is in testing mode at the moment, but can be seen at http://www.thedogsclub.com/testing/
This is the link to the page I have problems with
http://www.thedogsclub.com/testing/wp-admin/options-general.php?page=bp-componentsI am trying to achieve something that looks like this screenshot, but at the moment it is more like a dogs dinner! http://wpmu.org/top-3-ways-to-build-a-social-network-with-wordpress/
Many thanks
October 2, 2013 at 10:57 am #172185In reply to: Search page to search custom user fields
KS Web Designer
ParticipantSo I’m trying to figure this out on my own and I got as far as finding out that since BuddyPress 1.7 there’s a new class: BP_User_Query – which should be similar to the standard wordpress WP_User_Query
However the official BuddyPress documentation page for the class is just a holding page (argh!) – https://codex.buddypress.org/developer/class-reference/bp_user_query/
Does anyone have a basic ‘Hello World’ example they could give me for pulling in a list of users based on a custom profile field?
I’d really appreciate it.
ThanksOctober 2, 2013 at 9:33 am #172179In reply to: latest activity widget
totoff
Participantsorry but actually i finally found the correct plugin, here is the link for those who need it :
https://wordpress.org/plugins/buddypress-sitewide-activity-widget/installation/cheers,
October 2, 2013 at 7:14 am #172173In reply to: Image Compression
GearMX
ParticipantI’m having this same problem. Anyone know of a way to shrink images in the activity stream? I’m also using Buddypress Activity Plus… Any suggestions? Or do I need to contact author directly? Any insight is much appreciated.
thanks
October 2, 2013 at 6:35 am #172171In reply to: registration form with minimum age
bp-help
Participant@randygootjes
Also see my reply here:
https://buddypress.org/support/topic/terms-of-agreement-checkbox-for-registration/October 2, 2013 at 4:57 am #172169In reply to: registration form with minimum age
bp-help
Participant@randygootjes
This would be easy using just BuddyPress Xprofile fields:
https://codex.buddypress.org/user/buddypress-components-and-features/extended-profiles/
You could create a dropdown menu and make it required and only allow the selection from say 21 to 120 years of age (“Not like most of us will live that long anyway unfortunately”) But also have a check box that is required that all information entered to join the site is true etc.October 2, 2013 at 3:07 am #172165In reply to: [Resolved] Community Gallery Plugin?
Ben Hansen
Participanthave you checked out rt/buddypress media?
https://wordpress.org/plugins/buddypress-media/
not really sure if it does what you want but just throwing it out there.
October 2, 2013 at 2:33 am #172163In reply to: How to change the font color of Profile Fields.
bp-help
Participant@serie3369
The codex is your Buddy:
https://codex.buddypress.org/legacy/building-a-buddypress-child-theme/October 2, 2013 at 1:08 am #172152In reply to: Pop up out of no where?!
bp-help
Participant@jloc14
What theme are you using as well as plugins? Sounds kinda like you may have got a theme from somewhere other than a reputable place and maybe it has some java-script that is causing this. Have you tried switching themes to Twenty Twelve or bp-default and deactivated all plugins other than BuddyPress?October 1, 2013 at 10:15 pm #172143In reply to: [Resolved] Show posts written by user on profile
Henry
MemberThe way I would show posts on a BuddyPress profile would be like this:
$args = array( 'author' => bp_displayed_user_id(), 'post_type' => 'post' ); query_posts( $args ); if ( have_posts() ) : while ( have_posts() ) : the_post(); // do something amazing endwhile; else: // no posts found so do something less amazing endif; wp_reset_postdata();October 1, 2013 at 9:45 pm #172141In reply to: [Resolved] Show posts written by user on profile
hughshields
ParticipantThis topic says resolved but I am not able to get posts to show on the profile. After reading the above thread multiple times here is what I did:
1. Downloaded an updated version of BP Posts on Profile revised by @azchipka called “TCH-BuddyPress-Posts-On-Profile”, installed, and activated it.
2. Added the code offered by @anywherebuthollywood to the functions.php file in my child theme.The “My Profile” tab does appear but if I click on it I get the same empty blog page with “Members” in the header and whichever logged in user showing up as a link to the logged in author’s page.
Did I miss a step or is this not resolved after all?
October 1, 2013 at 6:09 pm #172135In reply to: Page Titles and Templates in bbPress and BuddyPress
Ben Hansen
Participantthis is actually a problem with the latest version of bbpress it going to be fixed in the next update. you should be able to downgrade to 2.3.2 to temporarily fix the problem until 2.4.1 comes out.
October 1, 2013 at 5:53 pm #172133In reply to: Page Titles and Templates in bbPress and BuddyPress
TaylorNotThatSwift
ParticipantAny help would be appreciated.
October 1, 2013 at 4:06 pm #172119In reply to: create group"/> at top of page
Permakultur-Netzwerk
ParticipantHere are the details:
Wordpress 3.6.1
Plugins:
Buddypress 1.8.1
bbpress 2.4
Private Community For BP Lite 4.0
BePro Listings 1.2.35October 1, 2013 at 3:32 pm #172116Paul Wong-Gibbs
KeymasterGood idea, though you’d want the code to look like this:
id="<?php echo esc_attr( bp_get_the_profile_field_name() ); ?>" ...This ensures the output is correctly escaped to avoid XSS attacks.
October 1, 2013 at 3:31 pm #172115In reply to: BP Template Pack
Paul Wong-Gibbs
Keymasterbp-template-pack was removed on purpose to avoid confusion with recent versions of BuddyPress. Any references to it in older docs should be tidied up 🙂
-
AuthorSearch Results