Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,801 through 19,825 (of 69,130 total)
  • Author
    Search Results
  • #168920
    whitewolf1988
    Participant

    Bump please, Thank you!

    #168919

    In reply to: BuddyPress 1.8 Issue

    shanebp
    Moderator

    In
    \buddypress.1.8\buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.php

    Find
    do_action( ‘bp_member_header_actions’ );

    If that action is not in your custom theme, the buttons will not appear.

    As always, the simple way to check is to switch your theme to the wordpress 2012 theme.
    If the buttons appear, the fault is in your custom theme.

    #168914

    In reply to: BP Groups and Forums

    Faramarz
    Participant

    The more I read, the more I understand how much I do not know about Multisites. I read something about WordPress MU Domain Mapping plugin. Is that something that I need to install to enable my sub-domain website? So far, I have only created a Wildcard in my host.

    Please note: I do not want my users to create their own websites (and sub-domains). I only want to have one main site http://example.com (I decided to get rid of www) and one Community site for BuddyPress which is: http://community.example.com

    Thanks

    #168913
    Scott
    Participant

    Some more information. I am using BuddyPress 1.8 and WordPress 3.5.2.

    I found that if I have the template pack enabled and working that if I go into the settings and check Disable BP Template Pack CSS that it breaks the theme like if I remove the template pack. So I must be missing some css in order to make my theme work with BuddyPress.

    I am currently trying to work through this but if anyone has some ideas I would certainly love to hear them.

    #168910

    In reply to: Forums (BP and bb)

    @mercime
    Participant
    Oken
    Participant

    @bphelp

    Thanks for the response! I did indeed try to disable all plugins, but no dice. I’m using a theme based off of the default buddypress theme as a child-theme.

    #168900

    In reply to: BuddyPress 1.8 Issue

    GhostPool
    Participant

    Nobody else has had the same issue? Lets try a different tact. Has there been any changes made to private message, add friend and public message buttons in 1.8?

    #168893
    DesignFirm
    Participant

    After searching a little more, I found the ‘page_arg’ argument in bp-members-template.php. The url in the file directed me to here.

    Following the example there, I changed <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘per_page=2’ ) ) : ?>

    to

    <?php if ( bp_has_members( ‘page_arg=bpage&per_page=2’ . bp_ajax_querystring( ‘members’ ) ) ) : ?>

    That did change the URL of the pagination to “http://localhost/twopointohla/bloggers-directory/?bpage=2&#8221; but clicking the second page still results in “Sorry, no members were found.”

    bp-help
    Participant

    @oken
    Try activating twenty twelve theme or bp-default and see if the issue persists. It would help if you would also supply the name of the theme. If you have plugins enabled other than BuddyPress then disable them as well so you can try to isolate if the issue is plugin or theme related.

    #168885
    writegnj
    Participant

    Having the same issue on my custom theme. It works ok on default buddypress theme but it gets error (which described above posts) on my custom theme. not really sure what am I missing.

    #168883
    robsimm
    Participant

    @mercime – thanks again for getting back to me.

    I have applied the content of http://pastebin.com/5uzN2S8a to the theme’s root folder called ‘buddypress.php’ and one again the installation is still broken :(. I.E., the content is rendered in wide only and not with sidebar my theme had with BuddyPress Template Pack installed.

    #168869
    @mercime
    Participant

    @robsimm the code you posted in pastebin.com shows you didn’t make any changes to the BP template files to make it compatible with your CStar theme. Cool. D

    Based on the premise above, create a new file named buddypress.php and post the code found at http://pastebin.com/5uzN2S8a Save file and upload to your theme folder in server.

    Techknowledgic
    Participant

    about the size of the images I think it’s a CSS problem and I will try to get I solved

    about the second problem I found the registration page but there is no registration button

    here is the log in page or the main forum page http://www.techknowledgic.com/forums

    and here is the registration page which I found it after I click on the log in which I will be redirected to this page http://www.techknowledgic.com/wp-login.php and then I have to click register and I go to this page http://www.techknowledgic.com/buddypress/register

    so please guys anyone can help me get the registration button to the maain forums page?

    Thanks!

    shanebp
    Moderator

    In
    \buddypress\bp-xprofile\bp-xprofile-screens.php

    See
    do_action( ‘xprofile_updated_profile’, bp_displayed_user_id(), $posted_field_ids, $errors );

    Developer ICAN
    Participant

    Thanks hugo

    #168853
    Hugo Ashmore
    Participant

    No the whole point of the bundled styles is not to lend any particular visual styles over and above basic layout stuff otherwise it would have never been possible to implement BP theme compatibility, these styles have to slot into any theme, themes we have no way of predicting in terms of their own visual style. it is up to you to add whatever additional styles you need for BP to sit with your theme.

    Or find a theme that has been pre-built to use BP.

    #168852
    Developer ICAN
    Participant

    Hi,

    Yeah i see those files thanks! i was just asking whether there was any nice style i could just apply to it rather than downloading a full theme!

    Thanks in advance!

    #168846
    Uncle Jimmy
    Participant

    @mercime lol ..I forgot to mention my theme didn’t have a page.php file!, ha! ..so when I dropped one in there, poof! there was my reg/act pages..Made my day! lol, and yes, my other pages seemed fine..just lucky grappling around if ya ask me, lol.

    The theme is as basic as they come so I could build from the ground up, but your right!, if it would have been a purchased theme from RocketTheme [with most assuredly a page.php file] it would have blown my site to bits! lol!

    As to forum assistance – I totally understand and deeply appreciate you all with all my heart, you wonderful people have brought open source to the table and I love you all! My entire site is WordPress/BuddyPress/bbPress and is only possible because of you all.

    I apologize if my remark sounded offensive, I certainly didn’t mean for it to.

    I am having other issues with BuddyPress but I’ll tackle those one Topic at a time now that I’m get’n familiar with the many Forums BuddyPress.org has.

    Most people probably do have Themes with page.php files so I WAS fortunate in this case and it probably is an unusual case.

    I’m more of an artist than a code junky but it has become necessary for me to familiarize myself with it to deal with a perpetual shoestring budget. I do hope to not be too much of a pest around here.

    Again, thanks so much for being here. 🙂

    #168842
    ananwebman
    Participant
    
    
    /*** RECENTLY ACTIVE WIDGET *****************/
    
    class BP_Core_Recently_Active_Widget extends WP_Widget {
    
    	function __construct() {
    		$widget_ops = array(
    			'description' => __( 'Avatars of recently active members', 'buddypress' ),
    			'classname' => 'widget_bp_core_recently_active_widget buddypress widget',
    		);
    		parent::__construct( false, $name = _x( '(BuddyPress) Recently Active Members', 'widget name', 'buddypress' ), $widget_ops );
    	}
    
    	function widget( $args, $instance ) {
    
    		extract( $args );
    
    		$title = apply_filters( 'widget_title', $instance['title'] );
    
    		echo $before_widget;
    		echo $before_title
    		   . $title
    		   . $after_title; ?>
    
    		<?php if ( bp_has_members( 'user_id=0&type=active&per_page=' . $instance['max_members'] . '&max=' . $instance['max_members'] . '&populate_extras=1' ) ) : ?>
    			<div class="avatar-block">
    				<?php while ( bp_members() ) : bp_the_member(); ?>
    					<div class="item-avatar">
    						<a href="<?php bp_member_permalink() ?>" title="<?php bp_member_name() ?>"><?php bp_member_avatar() ?></a>
    					</div>
    				<?php endwhile; ?>
    			</div>
    		<?php else: ?>
    
    			<div class="widget-error">
    				<?php _e( 'There are no recently active members', 'buddypress' ) ?>
    			</div>
    
    		<?php endif; ?>
    

    Can I change from Member Id to group ID around here please?

    #168837
    @mercime
    Participant

    @hugodisasters
    – Change to Twenty Twelve theme and check the BP pages if has at least some styles applied.
    – View source code of site to check if the files I mentioned above are in source.

    If yes to both, then something’s blocking BP from enqueueing BP’s JS and CSS files in your deTube theme. Check theme’s functions.php file if there’s something like add_theme_support(buddypress). If so, remove it.

    #168833
    @mercime
    Participant

    @ericreynolds007 the single group’s home.php documents clearly which template file goes with which element of the component https://buddypress.trac.wordpress.org/browser/tags/1.8/bp-templates/bp-legacy/buddypress/groups/single/home.php

    #168832
    kezako
    Participant
    #168829

    In reply to: 1.7 Download

    meg@info
    Participant
    #168827
    ericreynolds007
    Participant

    Thank you. I appreciate the help. What’s the best way to identify the template it’s using? Just go through the hierarchy of template files that Buddypress uses for a single group? 🙂 Eric

    #168824
    Uncle Jimmy
    Participant

    By copying [page.php] from this directory;

    /christianitees/wp-content/plugins/buddypress/bp-themes/bp-default/page.php

    to this directory;

    /christianitees/wp-content/themes/rt_gantry_wp/page.php

    my Registration and Activation Pages immediately appeared…wahoooo!

    Guess I’d call this RESOLVED!

    The repeatedly referred to [https://codex.buddypress.org/developer/theme-development/template-hierarchy/#base-templates] clued me what to do.

    Hope this helps someone cause I didn’t get a response from the forum.

Viewing 25 results - 19,801 through 19,825 (of 69,130 total)
Skip to toolbar