Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 13,001 through 13,025 (of 32,678 total)
  • Author
    Search Results
  • #171138
    Carp Talk
    Participant

    Cheers Chouf 🙂

    “For the other question, searching for group names can be done by default on the group directory page. If you want to allow the same thing from within each group, maybe you could simply add the group directory search box on each group header for example.”

    No i mean i want a tab that “auto searches” not a search bar 🙂 so for example if a reader was looking at Call of duty the “tab” when clicked would search my wordpress blog etc for “call of duty”

    #171135
    danbp
    Participant

    hi @famous,

    so far i know, is the registration process a fully part of WordPress who use a function called wp_create_user.
    This function requires 3 variables: name, pwd and user email to authenticate.

    As a templated plugin, BP let you handle visualy a part of this process, particulary with extended profile fields. But BP doesn’t alter the orignal registry handling. The only 2 other things you can do is to change the NAME field name and allowing synchronization between WP and BP.

    So the BP name field stays mandatory in any case and you cannot remove it.

    3RING
    Participant

    In: Dashboard > Settings > BuddyPress > Settings
    I have checked the first option in Main Settings – “Show the Toolbar for logged out users”
    but the toolbar does not display for logged out users.

    I have added: define( 'BP_USE_WP_ADMIN_BAR', true ); to wp-config.php and still no luck.

    I just saw this ticket http://buddypress.trac.wordpress.org/ticket/4803 but I’m not sure if there is a fix yet. Can anyone offer a solution? (We cannot upgrade to 1.8 yet)

    catyco
    Participant

    I have the script working where I call a function to find group members. The issue is when I need to promote/demote/remove a user, I get the wordpress failure notice “Are you sure you want to do this?” I have read the nounce and I still don’t know what to do.

    I attempted to add the nounce to the code, but that didn’t work because it appears to be dynamic based on the user login.

    Here is the code http://pastebin.com/m0B07FrY

    Where do I add or call the wpnounce?

    #171120
    Carp Talk
    Participant

    Hi guys i am making a new section where our customers can talk about games, i will be using the groups hierarchy plugin, the top groups will the consoles and the sub groups will be games.

    We have a number of staff and we will listing every game ever made (20,000) plus so that will 20,000 groups. Will Buddypress handle this as most sites i have seen only have under 100 (yes we have a dedicated server, cdn etc)

    The next question i have is:- is there anything out there where i can make certain tabs have a search linked to it.

    e.g on every group page i need a tab that says “more” then that tab will auto search my wordpress database by the “group name”

    Also has anyone got rtmedias plugin to work with the “group hierarchy” plugin

    Many Thanks in advance

    #171116
    Paul Wong-Gibbs
    Keymaster

    BuddyPress is compatible with any WordPress theme. So, yes, it will work.

    You may need to spend time customising the CSS to make BuddyPress fit your site perfectly or make it appear how you want, but that’s unavoidable.

    #171113
    Paul Wong-Gibbs
    Keymaster

    It’s unfair to say that we (the developers) are denying it. If we can recreate an issue, then it’s something we can fix. If we can’t recreate the issue but you can, it means we’re not testing in exactly the same way that you are, or that there’s something specific to your WordPress installation that’s affecting BuddyPress in some way. Clear, step-by-step instructions on how to recreate the bug help us track it down.

    If you can update here or on that bbPress trac ticket, @petervandoorn, with those precise step-by-step instructions and as much detail as possible about your WordPress configuration, we can figure out a solution together.

    Thanks.

    teeray
    Participant

    Hi there,

    Using the following plugin to display posts on various indexes around my site:

    http://wordpress.org/plugins/display-posts-shortcode/

    I have searched the documentation and have found the function to customize the shortcode and display the author link. However, when I attempt to return it using the following code, it links to the current page instead of the buddypress profile page.

    $author = '<div class="author"><a rel="author" href=' . bp_core_get_userlink( $just_link ) . '>' . get_the_author() . '</a></div>';

    I think I’m close, I just need some assistance with the correct syntax. Help much appreciated!

    #171100

    Topic: Flat Portal theme

    in forum Showcase
    Squirrel
    Participant

    Hi there

    I just thought I’d let you know about a project I’ve completed for a WordPress theme designed to be used as a private portal / client area with option to set pages to public or private view using page templates: Flat Portal.

    Originally I made it a child theme of the default BuddyPress theme but I have now made a child theme of Twenty Thirteen with all the features described in the above link.
    Basically: This theme is a child theme for Twenty Thirteen.
    It is designed to be used with BuddyPress plugin to set up a simple private portal or client area with the option to have public view pages as well.
    This theme includes Twitter Bootstrap 2.3.2 css and jquery and glyphs.
    It uses Conditional queries for the privacy options and is designed to be basic and simple so that you can build upon it and make it your own.

    It is based on my WordPress theme Flat Portfolio which got accepted into the Theme depository last week.

    You can find it on my website in my shop. If anyone registers before they buy it free updates can be provided and some basic support given. Also the registration serves as a demo of what a subscriber level client would experience.

    #171097
    Amin
    Participant

    Hi,
    I’ve converted my forum from bbpress1 to bbpres2 plugin. It was all about 14000 replies.
    now is it safe to remove old bbpress tables from database? I mean those starting with wp_bb

    and, could you please answer to these questions?
    1- how can I add a hint above text editor, below “Create New Topic in…”? just like here, which is: “If asking for help, please include your WordPress version…”

    2- Users must first join a group to be able to post replies. is it possible to post replies without joining the groups first? just like the old way, so users become a member of that group after they post a reply.

    Thank you in advance

    #171095
    joejozwowski
    Participant

    I have a site that uses both BuddyPress and bbPress functionality. On the sidebar, for users to log in, they are using the bbPress Login Widget and from there they can access their buddyPress profile.

    I would like to display the user’s inbox count in the bbPress widget once they have successfully logged in. I have currently displaying the user’s name which links to their buddyPress profile, a link to the wordpress dashboard if their WordPress role is either Author, Editor or Administrator and a Log Out button. Here is my code:

    <div class="bbp-logged-in">
        <table width="100%" border="0" cellspacing="5" cellpadding="5">
            <tr valign="top">
                <td width="60px" align="right" valign="top">
                	<a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>" class="submit user-submit"><?php echo get_avatar( bbp_get_current_user_id(), '56' ); ?></a>
                </td>
                <td align="left" valign="top">
                	<h4 style="margin: 2px 0; padding:2px 0;"><?php bbp_user_profile_link( bbp_get_current_user_id() ); ?></h4>
                	<?php if ( current_user_can('author') || current_user_can('editor') || current_user_can('administrator')) : ?>
                		<h4 style="margin: 2px 0; padding:2px 0;"><a href="<?php bloginfo('url'); ?>/wp-admin">CPN Dashboard</a></h4>
                	<?php endif; ?>
                	<?php bbp_logout_link(); ?>
                </td>
            </tr>
        </table>
    </div>

    Any Suggestions?

    #171083
    queengab
    Participant

    Hi to all,

    i have big issue to resolve. I want to create a social with some particular roles. I need that a user log in the wordpress site and than attach a role on a bp group. I’d like to extend the buddypress roles and add others with some caratheristics, is it possible? And i can do it?

    Than is possible to associate users to some group via gui or with a particular script?

    Thanks
    Gabriele

    #171078
    zeallous
    Participant

    Hi

    I’ve been using WordPress recently and used Formidable Forms Pro. After switching over to Buddypress, I realize that FFP does not support BuddyPress. Totally wasted my $$$.

    Anyway. Are there any other form plugins that support Buddypress?

    Thanks

    #171072

    @okuleyeflo,

    I just released a widget plugin which shows photos and names of user’s friends or current viewing member’s friends and it shows total friends count aswell a link to view all. something similar to Facebook. you can have a look if it may be useful.

    https://wordpress.org/plugins/bp-facebook-style-friend-lists/screenshots/

    Naijaping

    #171062

    Topic: CSS Upgrade?

    in group forum Installing BuddyPress
    JLent.
    Participant

    Hey,

    I have a quick question. I am using BP 1.8 and the latest WordPress. When I try to edit my CSS (color) using Firebug there are strikethroughs and It will not edit. Do I need to buy a CSS Upgrade?

    Thanks in advance
    Jeremy

    #171060
    rameshwor.maharjan
    Participant

    Here is a plugin that allows admin to view buddypress profile from admin panel.

    https://wordpress.org/plugins/buddypress-profile-view-from-admin/

    #171055
    Ben Hansen
    Participant

    glad to be a help!

    #171054
    mirgcire
    Participant

    Hi ubernaut,

    Thanks for the response. You told me exactly what I needed to know. I really appreciate that!
    It is to bad the doc’s don’t clarify this detail because I am sure I am not the only one puzzled by it.

    Anyway, I have no problem accessing or modifying my core files, so I should be good to go.

    Thanks!

    #171049
    Barlois
    Participant

    Hi! I need some changes to my site integrated with BuddyPress

    image http://postimg.org/image/70dpil80j/full/

    EDIT1: do I need to include a button that allows me to reset your password. possibly the ideal would be that sends me directly to the reset page of wordpress, but within a page wordpress previously set, (I do not want my colleagues to full page wordpress, but do I need to display only the part of the password reset ). always in the edit 1 I need to set a background of the sidebar so that it arrives at the bottom forever.

    EDIT2: Remove activity or add last login date.

    EDIT3: Add user role.

    Ty

    #171043
    divinemagazine
    Participant

    Have a issue that I hope you guys can help me solve.

    1. On the community pages the BuddyPress widgets are not showing up http://queertownabbey.com/members/

    WP theme we’re using is http://www.solostream.com/wordpress-themes/wp-brilliance/

    Any ideas why?

    Wordress version: 3.6
    BuddyPress version: 1.8.1

    Anders

    queengab
    Participant

    Hi to all,

    for the first time i’ve installed buddypress with a wordpress installation.
    It’s an impressive plugin/framework that do many things.
    Now i have some questions…
    There is a plugin for buddypress that gave the opportunity to create groups from an excel/csv file with the standard fields of buddypress? How can i do this?
    Can I associate wordpress users with buddypress members and then point them to a specific group?

    Uaing wordpress 3.6 and buddypress 1.8.1

    Thanks very much!
    Gabriele

    queengab
    Participant

    Hi to all,

    for the first time i’ve installed buddypress with a wordpress installation.
    It’s an impressive plugin/framework that do many things.
    Now i have some questions…
    There is a plugin for buddypress that gave the opportunity to create groups from an excel/csv file with the standard fields of buddypress? How can i do this?
    Can I associate wordpress users with buddypress members and then point them to a specific group?

    Thanks very much!
    Gabriele

    #171034

    In reply to: i don't get it

    Ben Hansen
    Participant

    By definition features are only added to open source projects if people feel it’s important enough to make it happen. If you think theres a feature that every buddypress site should have then you should first lobby for it to the core group of contributors (through trac for wordpress/buddypress) and ideally offer your own time to help the develop the feature if the group agrees that it should be part of the core feature set.

    If you are unable to convince others you are still free to fork the project into your own thing or better yet create a plugin which adds this functionality for others who feel as you do.

    ps you might want to check out https://wordpress.org/plugins/buddypress-media/

    #171031
    Ben Hansen
    Participant

    i believe those mojo market installs are real installs and do not use shared resources you should be able to install buddypress on it just fine but you should confirm with blue host that you have full file access to the installation and are not using shared wordpress core files before proceeding if you want to be sure.

    mirgcire
    Participant

    I have a wordpress site that was recently installed on Blue Host with their “Mojo Market” automated installation script. I read the following warning on the BuddyPress installation documentation. I am hesitant to reinstall due to a vague warning.

    Can anyone provide some information about what kind of problems might actually occur?

    Thanks!

Viewing 25 results - 13,001 through 13,025 (of 32,678 total)
Skip to toolbar