Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 11,226 through 11,250 (of 22,602 total)
  • Author
    Search Results
  • #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 :-)

    #142099
    modemlooper
    Moderator

    you can change the slug of the members page to whatever you like, then install BP Extended settings and choose option to have root profiles.

    So your urls would be

    .com/people-teachers…
    .com/username

    If you want to keep .com/members/username then you would need to create a new page and use a page template with the members loop inside.

    @mercime
    Participant

    @guitaragora yes, that’s a nice theme on the front end. I may be wrong, but I’ve heard that web2feel themes have base64 encodes and that would not be kosher to use. Just in case I’m wrong, we could start step 3 of the BP compatibility process, please open up wallbase’s header.php file, copy all content, paste in pastebin.com, click submit, and post the generated URL here. Do the same for wallbase’s page.php, index.php, sidebar.php, footer.php and the template for the full-width page.

    GuitarAgora
    Participant

    Thank you both so much for the response! BuddyPress 1.7 being compatible with all WP themes will definitely be a life saver for many people, searching for answers I have run across an unexpected amount of people in my same situation. A lot of those people I’m sure and have seen that you two have talked to in the past. Great to see people like your trying to help the unfortunately not as skilled “n00bs” in the community…

    I guess I will just continue to tinker and see what I can figure out or stumble across. It seems that most buddypress themes I have run across do not fit the design elements my company is looking for. The theme I am currently working with is called “WallBase”. Have either of you ran across someone trying to implement buddypress into this theme?

    #142057
    mrjarbenne
    Participant

    You could download a plugin like this: https://wordpress.org/extend/plugins/safecss/ and add these lines of css to your style sheet, or If you have a created a child theme, you can just add these lines to your style.css file

    `.field-visibility-settings-toggle {
    display:none;
    }

    .field-visibility-settings-notoggle {
    display:none;
    }`

    #142055
    mrjarbenne
    Participant

    What version of Buddypress are you running? Since 1.6 the “Buddybar” has been replaced in exchange for the WordPress Admin Bar. When you initially upgrade from 1.5 to 1.6 it asks you which bar you want. Here’s a forum post on how to get it back that might be helpful.

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-get-the-buddybar-back/

    @mercime
    Participant

    In addition to what mrjarbenne said above, for your reference there are “template-packed” WordPress themes at https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes

    #142052
    mrjarbenne
    Participant

    Just to re-iterate what @karmatosed is asking: you need to assign a wordpress page to the forums: http://screencast.com/t/ssfUP6jqLRWl

    If that’s done, and you have FTP access to your site, you could check to see if the bb-config.php file has been created: it should be sitting at the root of your site (not inside a folder like wp-content). There is a link in this forum post to the bb-config file if you need to manually add it:

    https://buddypress.org/community/groups/installing-buddypress/forum/topic/bbpress-2-0-2-forums-cant-find-existing-bb-config-php/?#post-129751

    mrjarbenne
    Participant

    As an initial step, you need to activate this plugin: https://wordpress.org/extend/plugins/bp-template-pack/ to create the folders necessary to make BP play nice with your theme. I will say that it is still clunky at that point, and may need some massaging. If you aren’t comfortable tweaking CSS, you may be better served choosing a Buddypress Theme, rather than trying to get a WordPress theme to work.

    The Devs are aware of this and are currently building Theme Compatibility right into the plugin: you can read more about that here: http://wpmu.org/coming-in-buddypress-1-7-compatibility-for-all-wordpress-themes/ You may want to wait for this if you are integrating into an established site and you don’t want to change themes.

    #142049
    bandtobuy
    Participant

    Also, I am using latest versions of wordpress and buddypress

    #142045
    @mercime
    Participant

    @crazyalcayne I assume you installed and activated the BP Template Pack if you’re using a WP theme. So which theme are you using? We have a list of “template-packed” themes @ https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes

    #142036
    SK
    Participant

    Sounds very promising.

    Pity it seems to be dead https://wordpress.org/extend/plugins/bp-members-avatar-map/

    Even developer’s website seems dead http://web-world.co.il/

    @hnla Could you possibly consider taking over this plugin and updating it for BP 1.6.1?

    #142011
    TWC01
    Participant

    I have wordpress MU installed but how do I get a login and register section onto the site. either in menu or as a box?

    #141997
    SK
    Participant
    #141995
    HorrorUK
    Participant

    ok thanks, first support request so a bit of a newb. It gave me the idea of turning on wp debugging, so was worth filling in.

    1. Which version of WordPress are you running?
    3.4.2

    2. Did you install WordPress as a directory or subdomain install?
    Directory install

    3. If a directory install, is it in root or in a subdirectory?
    The root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    3.4.1

    6. Which version of BP are you running?
    1.6.1

    7. Did you upgraded from a previous version of BP? If so, from which version?
    No

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    I have tried this with all plugins except BP & bbPress deactivated

    9. Are you using the standard BuddyPress themes or customized themes?
    I’ve tried this with my own customised theme, but also the default BP theme

    10. Have you modified the core files in any way?
    No

    11. Do you have any custom functions in bp-custom.php?
    No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    2.1.2

    13. Please provide a list of any errors in your server’s log files.
    I just turned on WP debug, and this is the message I get:

    Warning: substr() expects parameter 1 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776 Warning: strpos() expects parameter 1 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783 Warning: explode() expects parameter 2 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: Invalid argument supplied for foreach() in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Notice: Undefined variable: null_flag in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 811 Notice: Undefined variable: not_null_flag in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 822 Warning: substr() expects parameter 1 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776 Warning: strpos() expects parameter 1 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783 Warning: explode() expects parameter 2 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: Invalid argument supplied for foreach() in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Notice: Undefined variable: null_flag in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 811 Notice: Undefined variable: not_null_flag in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 822

    14. Which company provides your hosting?
    http://www.unlimitedwebhosting.co.uk

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Linux

    #141991
    @mercime
    Participant

    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

    9087877
    Inactive

    @modemlooper Thank you again! Will you please notify me when its available since the plugin search here is not functioning properly. A link to the WordPress repo will be appreciated! Thanks!

    modemlooper
    Moderator

    This has been asked and i’m trying to find a solution. There is no documentation on re arranging wordpress menus programmatically. Only in the admin can you re arrange. Since the plugin adds to the menu it might not be possible…..

    might be a way to get items as array and then re arrange. its seems silly we can programmatically add to the menu an have it shown in admin

Viewing 25 results - 11,226 through 11,250 (of 22,602 total)
Skip to toolbar