Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 11,251 through 11,275 (of 22,644 total)
  • Author
    Search Results
  • #142267
    infocoolsms
    Participant
    #142203
    k12onos
    Participant

    Thanks for the confirmation, meta caps in future releases will definitely make buddypress more powerful and customizable.

    By the way, I found out on this site (http://shinephp.com/delete_users-wordpress-user-capability/) that on single site installs, wordpress checks whether user is a super admin or not based on the “delete_users” capability.

    So, if anyone is planning to make someone be the admin of the buddypress, you can assign “delete_users” capability to that particular user (using your fav user role plugin).

    Though, they will have access to (obviously) user deletion and some other plugin settings which checks for “is_super_admin”.

    In my case it’s okay because the one I’m assigning the role to is a friend. I just don’t want them to have access to core/plugin/theme update&installs (is there anything else I should be concerned when indirectly assigning someone as super admin by the above method?).

    #142201
    @mercime
    Participant

    You can find the Arabic translation file at https://translate.wordpress.org/projects/buddypress/dev

    #142192
    @mercime
    Participant

    @ansidious My condolences to the family and friends of the man who passed away. On BP 1.2,8 — bp-default theme, Lines 51 through 77 show the generated menu items in header.php file https://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-themes/bp-default/header.php where the dev could have changed the slugs and other URL

    #142189
    Ansidious
    Participant

    Thank you for your quick responses! I had tried updating both WordPress and BP, but both instances crashed the site and I had to re-upload the site. Later I found comments with in the previous designer’s php comments recommending not updating. It is difficult because the site was super customized by this guy and he has recently passed away. I will try to find the correct code to remove in the header.php. Do you have any suggestions on what to look for in the code that might speed this process up?

    #142182
    @mercime
    Participant

    == The plugin buddypress/bp-loader.php has been deactivated due to an error: Plugin file does not exist. ==

    @prolet What Paul said. Activating BP Template Pack plugin wouldn’t in any way cause that error. We have successfully “template-packed” more than 80 WP themes in this forum alone https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes

    #142181
    @mercime
    Participant

    == BP version. 1.2.8 / WP version 3.4.1 ==

    @ansidious I have to say it, BP version 1.2.8 is compatible with WP 3.1 and you should be using at least BP 1.5.7 with WP 3.4.1. Cool to know that you could still push BP 1.2.8 to WP 3.4.2 :-)

    == My issue is that I can create and edit menu items in the admin of wordpress, but I can not find for the life of me the menu items created with BuddyPress ==

    Since you[re still on BP 1.2.8, the menu is hardcoded in the header.php file used by a bp-default child theme or a WP theme with BP template pack.
    bp-default supports custom menus since BP 1.5

    #142180

    In reply to: SSL too many redirects

    Arne
    Member

    Hi @aces thank you for your input, I am using private buddypress that was refered to in thread you mentioned but deactivating all plugins except buddypress did not change anything. I have set up a fresh new buddy press installation to check if it is just my installation, but its the same there I added the code that rodtrent mentioned but that didn’t change anything as well. It looks like it is locked in a redirect loop between e.g. http://example.com/buddypress/groups/group1 and https://example.com/buddypress/groups/group1 because the link that is shown in the url field of the browser is http but all the other pages are properly loaded with https. I have changed the wordpress and site url to https.

    @mercime
    Participant

    == I get the normal wordpress user profile editable fields? ==

    If you mean the first and last names in wp-admin user settings, then you have to create a script to call those as BP xprofile fields has its own settings. Otherwise, you can create First Name field and Last Name field in User > Profiles panel https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields

    #142162

    In reply to: SSL too many redirects

    Arne
    Member

    @rodtrent thank you, sadly that did not work, i have placed the code in line 484 right here:

    ` // Setup the BuddyPress theme directory
    register_theme_directory( );
    }
    }

    remove_action( ‘bp_template_redirect’, ‘bp_redirect_canonical’, 2 );

    // “And now for something completely different”`

    but I still have the loop. Could it be connected to the fact that this wordpress/buddypress installation is located in a subfolder?

    #142156
    Paul Wong-Gibbs
    Keymaster

    The error tells you WordPress can’t find those files. Did you delete them from your plugins directory?

    #142148
    k12onos
    Participant

    I went through BP 1.6 code and stumbled upon the “bp_moderator” role in the code (though I didn’t see this in my wordpress & buddypress installation)

    I also don’t see any other functions that checks back whether “bp_moderator” capability exist. Is this a planned role for future release?

    #142146
    83 Oranges
    Participant

    I followed 2 steps to successfully display usernames in the BP members directory & other pages instead of default Display names:

    1st step was to install the BP Usernames only plugin: https://wordpress.org/extend/plugins/buddypress-usernames-only/
    This replaced display names across the site by usernames however, when I used the search box on the members directory to search a member, it returned results with members display names again and not usernames. To resolve this, I additionally followed step 2 explained here: http://customwebdesignseo.com/activity/p/3002/

    #142131
    Tammie Lister
    Moderator
    #142127
    Geetar
    Member

    Same problem here. No one is able to complete the registration process successfully.

    Using the last versions of both, WordPress and Buddypress.

    r-a-y
    Keymaster

    You’ll want to take a look at the bp_get_displayed_user_nav() function.

    There’s a filter there that applies to each menu item, which you can hook into and override.

    #142120

    In reply to: Where are the plugins?

    r-a-y
    Keymaster

    This is a bug that’s been mentioned here:
    https://buddypress.trac.wordpress.org/ticket/4532

    Until that’s fixed, mercime is right to just check the wordpress.org plugins repository:
    https://wordpress.org/extend/plugins/search.php?q=buddypress

    #142119

    In reply to: Where are the plugins?

    RobyT
    Participant

    OK. Now, I see another forum topic that says:

    @mercime said 1 day, 19 hours ago:
    The plugins have always been hosted at the WP Plugin Repository. You can find a list of plugins tagged BuddyPress @ https://wordpress.org/extend/plugins/search.php?q=buddypress

    No problem, but I suggest it could be a good idea to do a URL redirection when the users clics to “Plugins”.menu. Regards,

    Roby
    Buenos Aires, Argentina

    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/wallbase/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    @mercime
    Participant

    @guitaragora Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your wallbase theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your wallbase theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    <div class="post" id="post-“>

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    ` and move this page title to above `

    `

    Save files.

    #142110
    @mercime
    Participant

    @twc01 Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your risen theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your risen theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    <div id="content-inner" class=”has-sidebar”>
    <article id="post-” >

    `

    Note: If “ does not work here, then change it to “ or ask theme author. You can refer him to this post.

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    ` and move this page title to above `

    `

    Save files.

    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/deliciousmagazine/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    Notes:
    1. Not sure if the Woo breadcrumbs will work in the inside pages of the BP components.
    2. If there’s error/s shown on screen after you upload the changes, remove the following from the top of the file:

    and the error persists, remove the breadcrumb as well
    `


    `

    @mercime
    Participant

    @mariareh64 Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your deliciousmagazine theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your deliciousmagazine theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    `

    Save files.

    GuitarAgora
    Participant

    Header.php: http://pastebin.com/13qsbfAj

    page.php: http://pastebin.com/3MtVK1uN

    index.php: http://pastebin.com/LyvnZa1b

    sidebar.php: http://pastebin.com/e9GrfqME

    footer.php: http://pastebin.com/eQW4x1WZ

    fullpage.php: http://pastebin.com/w55rbG7Q

    @mercime I hope this is what you were asking for, please let me know if i can provide you anything else that might help. Thank you so much for even taking time to see if this is possible!!! I know that coding isn’t a walk in the park and I couldn’t be more thankful for your time!

    #142100
    @mercime
    Participant

    == we would like to redirect BP member pages to the new URLs without deleting the profile ==

    Basically, go to Settings > BuddyPress > Pages – Members > choose page “People, Teachers, Guest, Lectures, Students” and Save. Then in Appearance > Menu, you can create a new menu item named Members and add the URL to the page “People. ….. Students”

    Edit – modemlooper didn’t see your post, I took too long to answer :-)

Viewing 25 results - 11,251 through 11,275 (of 22,644 total)
Skip to toolbar