Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 12,901 through 12,925 (of 32,679 total)
  • Author
    Search Results
  • #171817
    bp-help
    Participant
    #171815
    cpagan2000
    Participant

    No they don’t have to create 2 accounts. What I want is for the god awful registration page to go away and get bacl my normal wordpress login and registration page back. I have social sign ins and want to be able to use those and also a captcha for spam.

    #171814
    wickedmellow
    Participant

    Maybe a dumb question, I’m on both sites right now but… confused. Feel like I’m missing the obvious, but both are forum plugins for WordPress, I’m not sure how or why I’d choose one or the other, or if I can use both and why I would…. I think you get the gist, even if I don’t. TY ๐Ÿ™‚

    #171813
    wickedmellow
    Participant

    I have the same question, about to install wordpress and buddypress, but saw this and also only want one login and user account for people to sign up with. I’m right in that it sounds like new users would have to create one account for each right now or not? TY ๐Ÿ™‚

    #171812
    cpagan2000
    Participant

    I want to use the wp-login.php login and registration page instead of buddypress. How can I do that

    #171780
    @mercime
    Participant
    Alan Niemies
    Participant

    Hello guys, how are you?

    I found a really strange issue when creating a website using OneCommunity WordPress and Buddypress theme.

    First of all, the “Change Avatar” link on the Profile menu at the Profile page had a “display:none”, which I changed as I want people to use different avatars than Gravatar.

    Now, I’m able to upload images on the website but the crop image is crazy: it’s not a square but a rectangle, which is terrible. After the image is cropped, as I use square images on the whole website, there’s a huge distortion on the image.

    I already checked /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php and everything is okay on there. I can’t find anyone with this same problem and didn’t find any other file that should be transforming these crop size and proportion.

    Does anyone here had any trouble with this and can manage to help me?

    Thanks a lot,
    Alan

    reactsolution
    Participant

    Hi guys,
    I am in the process of creating a wp social media website. I am using buddypress 1.8.1 for the core features of a social community.

    I have been looking for a plugin, or way to allow users to upload images that visitors/users can look through. Ideally users would be able to tag their images, and would show up if another user searched for that tag/s. A tumblr/instagram type feature is what I am aiming for.

    I looked at several plugins like nextGen gallery and its extension nextGen gallery public uploader, but this doesnt do what I need.

    If there does not exist such a plugin/script, would it be possible to achieve this in a wordpress-buddypress site some other way?

    Thanks

    bp-help
    Participant

    @scottlush
    The only thing I see that does some of those things is:
    https://wordpress.org/plugins/buddymenu-buddylinks/
    However I have never tried it myself, and it has not been updated in a while so its hard to say whether it will work with the most current versions of WP & BP. The only other alternative is to code it yourself or hire a developer to do it for you.

    #171759
    bvirkus
    Participant

    The reason I ask is the install instructions are very specific that I need to “manually” install WordPress. When I originally set the site up I did so via a “1 click install” app via the hosting company. They indicated Buddypress will not work properly unless you manually install. Am I ok to just install the plugin or am I setting myself up for problems.

    #171754
    bvirkus
    Participant

    I have a website up and running that we’d like to load with Buddypress. As the site already exists, I do not have the ability to “manually” load WordPress as it is already loaded. Can I upload Buddypress or am I not able to do so as the site already exists?

    #171748
    Adillies
    Participant

    Hi everyone,

    I’d like to start by apologizing since I know there are 2 threads on this topic already, but reading and trying the different methods in those threads I still can’t seem to solve my problem.

    I need a link to appear in the menu bar that allows the logged in user to go directly to his/her profile, it would also be great if it were a drop down link allowing them to check there inbox/outbox and friends lists. I have tried adding code in the functions.php file, which gave me the white screen of death and I had to reinstall my theme to fix that, I’ve also been trying the custome profile link plugin but I can’t seem to get that to work either.

    I’m a newb when it comes to coding and wordpress but I’m determined to resolve this issue, I’m on the Customizr theme if that helps.

    So just to be clear, I need this link to appear in the main menu, I need it to direct logged in users to their profile (and hopefully drop down to show messages) and to Direct logged out users to the registration page.

    Again I realize this has been discussed and resolved before but if someone could help me step by step I would appreciate it immensely.

    #171732

    In reply to: 1 Click Installations

    bvirkus
    Participant

    What if we have an existing website we are looking to incorporate Buddypress? Hence, WordPress was already loaded via the 1 Click App when we initially set the site up. The url we are referencing is http://findthecapital.com.

    #171731
    Vova Feldman
    Participant

    Guys, we are proud to announce that the new Rating-Widget plugin release supports BuddyPress & bbPress ratings. And the Premium version even support aggregated user ratings which is calculated based on all user’s activities.

    #171720
    marmuel
    Participant

    Hi there,

    Iยดm using a child theme and I try to add a link in the members/index.php (item-list-tabs).

    		<div class="item-list-tabs" role="navigation">
    			<ul>
    			    <!-- add link to vereinskollegen - mm-->
    				<li  id="members-my"><a href="/vereinfaches/vereinskollegen"><?php printf( __( 'Meine Vereinskollegen' ) ); ?></a></li>
    				<li  id="members-all"><a href="<?php bp_members_directory_permalink(); ?>"><?php printf( __( 'Alle Mitglieder' ) ); ?></a></li>
    				
    				<?php if ( is_user_logged_in() && bp_is_active( 'friends' ) && bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
    					<li id="members-personal"><a href="<?php echo bp_loggedin_user_domain() . bp_get_friends_slug() . '/my-friends/'; ?>"><?php printf( __( 'My Friends <span>%s</span>', 'buddypress' ), bp_get_total_friend_count( bp_loggedin_user_id() ) ); ?></a></li>
    				<?php endif; ?>
    
    				<?php do_action( 'bp_members_directory_member_types' ); ?>
    
    			</ul>
    		</div><!-- .item-list-tabs -->

    The link appears, but nothing happens.
    I cannot jump to from /vereinfaches/members/ to vereinfaches/vereinskollegen/ (new link, simple wordpress-page). If I click on the link in “inspect element” of the Browser, it works perfectly.

    Browser: Chrome Actual Versions BP and WP on a local machine

    Hugo Ashmore
    Participant

    If you think you have found a bug and can reproduce and give steps to reproduce it would help if you could create a Trac ticket.

    debu89
    Participant

    I just want to share that I had a problem in the registration page after upgrading to latest version of wordpress & Buddypress.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 found the problem with the register.php file in buddypress default theme directory.I have just change the code of this file with the code of previous version buddypress 1.8.

    Now my registration page working fine……those who are facing the same problem try this method….
    Thank you

    #171714

    In reply to: Login Redirect

    Ben Hansen
    Participant

    as far as i know there is no buddypress login page, the wordpress login page is what buddypress uses unless you construct your own.

    #171713
    Remco Beugels
    Participant

    I use the following code to get a custom BuddyPress Xprofile field:

    <?php if($field = bp_get_profile_field_data('field=field_name')) : ?>
    <p><?php echo $field; ?></p>
    <?php endif; ?>

    But how can I check if the current viewer has the permission to view the field (from the visibility setting who the user can set)?

    (Is also asked this question on WordPress Answers but I didn’t get a answer there)

    #171711
    @mercime
    Participant

    ibuddy theme is a WordPress theme which supports BuddyPress. Therefore, you can use the usual WP template tags and functions to generate login code as well as recent blog posts. For more assistance, you can post at theme author’s support forums at https://wordpress.org/support/theme/ibuddy

    #171705
    Matt
    Participant

    My installation of BuddyPress is able to upload images using the avatar system, but is impaired by a cropping bug. Chrome’s devtools show that most of the elements are dynamically sized to be 0px by 0px. (If you resize them manually, they revert back to 0x0 as soon as you click anything)

    You can see the preview window with the tiny crop-handles to the left of it in this screenclipping:
    Crop Bug

    I’m using Buddypress 1.8.1 on WordPress 3.6.1 with a custom-made child-theme of twentythirteen.

    Switching to the twentythirteen theme fixes the bug, so it seems to be a conflict with the child-theme files, and to further narrow down the cause of the problem I’ve tried temporarily deleting each file in the child-theme folder, to find the only time the bug fixes is when I delete the stylesheet.

    However there are no rules concerning the jcrop elements in the stylesheet, so does this suggest that the issue lies with how BuddyPress uses ‘stylesheet_directory’ vs ‘theme_directory’ in it’s coding?

    Here’s a link to the test site, and thanks so much for any help.

    mugwumpman

    #171700
    phpman
    Participant

    I know,
    in if I need ” == ” not ” = ”

    It works fine now ๐Ÿ™‚
    I’m customizing it.

    Anyone can help me making it a plug-in?
    I’m new in wordpress and php

    #171699
    #171691

    In reply to: What does this mean?

    modemlooper
    Moderator
Viewing 25 results - 12,901 through 12,925 (of 32,679 total)
Skip to toolbar