Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,351 through 16,375 (of 32,678 total)
  • Author
    Search Results
  • #144215
    Paul Wong-Gibbs
    Keymaster

    Not possible right now (the backend doesn’t support querying by dates). Keep an eye on https://buddypress.trac.wordpress.org/ticket/4428

    @mercime
    Participant

    Good point. Looks like a good trac ticket to post :-)

    In the example you posted above, however, this can already be accomplished if you have a page.php which includes a sidebar by default. When you edit the Group Directory page and choose the Full Width template, the directory page is rendered in full page. The single group pages take on the HTML structure of the theme’s default page.php which has a sidebar.

    If however, you want all the BP templates to have full-width layouts for example, and have a default page.php with a sidebar, then that will be problematic …. unless you copy over the BP templates in your theme and add “, “ and “ which could include conditional statements and a different HTML structure surrounding the BP components. Of course this is theoretical since I haven’t tested it yet :-)

    EDIT – I see you’ve posted it in trac already https://buddypress.trac.wordpress.org/ticket/3741#comment:55

    snowlas
    Participant

    I have been using Buddy Press for almost a year and on our website we have people registering through the default WordPress register page, not the BuddyPress register page. This is because of data we need to collect but don’t want displayed on their public profiles, so the extended field function for buddypress doesn’t work for us.

    It used to be I just had the other registration page unlinkable and linked directly to the WordPress registration page. But now, when I go to this page, it redirects itself to the BuddyPress registration page.

    I just upgraded from 1.5.5 to 1.61. I’m running WP 3.4.2. I tried to reinstall my old 1.5.5 plugin, but that did not solve the problem. This leads me to believe that a core WP file has been rewritten and I would like to know which one that is, so I can simply replace with with a back up. Thank you.

    #144210
    @mercime
    Participant
    #32663
    aikighost
    Participant

    Ok so I’m trying to get buddypress working for an academic site Ill be administering and as far asI can see Im on the latest and compatible versions of everything and yet I’m getting the seemingly VERY common “the registration page is blank” issue.

    If I create a user and get the system to send them a “heres your account” email they can logon and they get full buddypress functionality. But If I try to get anyone to register the page is always blank.

    I’m running:
    BuddyPress Version 1.6.1
    WordPress 3.4.2.
    Theme is “BP Columns Version 1.5.3” which is supposedly 100% BP compatible.

    I’ve also made sure that “Anyone can register” is checked in the general settings.

    Any ideas? I’ve looked through previous threads on this subject and nothing I’ve read there seems to help.

    Any suggestions? I’ at the point of abandoning the idea of using BP at all which would be a shame since I’m normally the WP evangelist in my organisation.

    #144188
    Paul Wong-Gibbs
    Keymaster

    Those menus aren’t provided by BuddyPress, so it won’t work. Are you using the https://wordpress.org/extend/plugins/buddypress-profile-menu/ plugin, by chance?

    #144187
    Paul Wong-Gibbs
    Keymaster

    show_admin_bar() was introduced in WordPress 3.1. What version of WordPress do you have

    #144184
    Dainismichel
    Participant

    i guessed at the naming convention and just added “.zip” to the filename.

    so if the current version is at https://downloads.wordpress.org/plugin/buddypress.1.6.1.zip

    then 1.5 is https://downloads.wordpress.org/plugin/buddypress.1.5.zip

    i was guessing though and could not find that info posted anywhere though it likely is…

    best,
    dainis

    #144183
    philclaffey
    Participant

    Hello Paul,

    sure, here is the screenshot: http://imageshack.us/photo/my-images/16/wordpress165122.png/

    I accessed that through Appearance > Menus

    Thank you,

    Phil.

    #144182
    Dainismichel
    Participant

    thnx crew!

    back to guessing a bit, trying to download the versions. i’m here poking around: https://buddypress.trac.wordpress.org/browser#tags/1.5.1

    would i need to download those folders, rename them buddypress and then upload that way?

    where do i download the older versions of buddypress?

    best,
    dainis

    #144138
    @mercime
    Participant
    @mercime
    Participant

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

    If you’ve previously changed any of the BP template files in your nevada 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:
    `<?php
    global $lambda_meta_data;
    $meta_sidebar = $lambda_meta_data->get_the_value(‘sidebar’);
    $meta_sidebar = (!empty( $meta_sidebar )) ? $meta_sidebar : get_option_tree( ‘select_sidebar’ );
    get_header();
    get_template_part( ‘template-part’, ‘slider’ );
    get_template_part( ‘template-part’, ‘teaser’ );
    if($meta_sidebar != UT_THEME_INITIAL.’sidebar_none’) {
    lambda_before_content($columns=”);
    } elseif($meta_sidebar == UT_THEME_INITIAL.’sidebar_none’) {
    lambda_before_content($columns=’sixteen’);
    }
    ?>
    <section id="post-” >

    `

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

    …

    ` or `

    ..

    ` to `

    // Respective Page Titles //

    ` where applicable, then move this to above `

    ` Just watch out when you do this in the /activity/index.php page.

    Save files.

    #144129
    Tammie Lister
    Moderator
    #32637
    CameronW1996
    Participant

    Hello,

    When using one of the Buddypress themes i seem to get a strange message:

    Warning: Cannot modify header information – headers already sent by (output started at /home/domain/public_html/social/wp-content/themes/frisco-for-buddypress/activity/index.php:12) in /home/domain/public_html/social/wp-includes/pluggable.php on line 881

    But when i use another theme it seems to work fine !

    Does anyone know how i can fix this issue?

    Many Thanks
    Cameron

    http://wordpress.org/extend/plugins/buddypress-private-community/

    #144114

    In reply to: Source code

    modemlooper
    Moderator

    Google how to hide WordPress there is information

    @mercime
    Participant
    #144106

    In reply to: Source code

    antonch
    Participant

    thank you for your answer @modemlooper,
    you know just after any page has been loaded, by clicking ‘view source’ anybody can see the source. In between tags source there things like:

    link rel=’stylesheet’ id=’plugin-css’ href=’http://website.com/wp-content/plugins/nameplugin/style.min.css?ver=3.0.2&#8242; type=’text/css’ media=’all’ />
    link rel=’stylesheet’ id=’wp-plugin-css’ href=’http://website.com/wp-content/plugins/wp-plugin/plugin-name-css.css?ver=2.70&#8242; type=’text/css’ media=’all’ />
    script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=3.4.2′&gt;
    script type=’text/javascript’ src=’http://website.com/wp-content/plugins/buddypress/bp-core/js/widget-members.js?ver=1.6.1′&gt;
    script type=’text/javascript’ src=’http://website.com/wp-content/themes/js/buddypress.js?ver=3.4.2′&gt;

    bla bla bla…

    So anybody can easily know what plugins are you using in your site. I’d like to know if there is anyway to prevent visitors to know that the site is developed with such plugins?. I mean, I want those source code were hidden or encrypted and they only to recognize the site as just a PHP site. It’s obvious anybody can view the source of a site using their browser. But some sites I have seen, even by viewing the source code, it’s not possible to find out whether it’s a wordpress site or not.

    thanks.

    #144104

    In reply to: Source code

    modemlooper
    Moderator

    to hide plugins folder place a blank file index.html in /plugins/index.html. but there should be an html.php file that wordpress places there.

    #144091

    In reply to: Forums Not Working

    BuddyPress Version 1.6.1
    Wordpress version 3.4.2
    I am using the default Buddypress theme. I did checkout the link you provided and it looks like I installed everything ok.

    #32631
    vfx_fun
    Participant

    I would like to know how to re-order the nav links on the buddybar. I am using current versions of wordpress and buddypress in combinations with bp-buddybar-back and add-all-nav-links-to-bp-adminbar plugins. Thank you.

    #144087
    meg@info
    Participant

    HI ,
    you can use BuddyPress reCAPTCHA

    Use https://wordpress.org/extend/plugins/buddypress-recaptcha/

    the plugin work fine in bp 1.6 but you need to Edit the ‘bp-recaptcha.php’ file to make your settings.
    read the installation faq of the plugin.

    adamshk
    Participant

    Plug-in such as Buddpress MyMood, Activity plus,wordpress social login , can’t work after updating to wordpress 3.4.2, and buddypress 1.6.1

    #144074

    In reply to: Architecture Advice

    r-a-y
    Keymaster

    1) Here’s a great tutorial post about Multisite and how to map subsites to domains:
    http://wp.tutsplus.com/tutorials/wordpress-multisite-beyond-basics-essentials-and-domain-mapping/

    2) As for BuddyPress on the niche sites, you might want to look into a BuddyPress multi-network plugin.

    There are a few plugins out there that do this.

    Here are some examples:
    https://wordpress.org/extend/plugins/bp-multi-network/
    http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/

    3) This would require using switch_to_blog() function and using some BP-specific code on the main site I believe.

    4) If you use the steps in point 2, then I believe so. If you want to share the same BP data across all your sites, then don’t do point 2 and you won’t have to use a different registration page.

    Note: This is all off the top of my head and I could be wrong in a few areas!

    Hope that helps somewhat!

    EthanVan
    Spectator

    === BuddyPress NeoFollow ===
    Contributors: EthanVan, MegaInfo
    Requires at least: WordPress 3.4, BuddyPress 1.5
    Tested up to: WordPress 3.4.2 / BuddyPress 1.6.1
    Stable Version: 1.0

    BuddyPress NeoFollow allows members to follow other members’ activity.

    This newest follow plugin creates two button classes; one for the profile page and one for the members directory.

    By using two CSS button classes we eliminate the overlapping button problem in the members directory that has been plaguing users of the previous follow plugins without effecting the follow button on the members’ profile pages.

    This plugin is compatible with Private Message Followers Only and uses the same data as BuddyPress Followers and BuddyPress FollowMe so you can transition to it seamlessly.

    Download the plugin here: http://ethanvandal.com/bp-plugins/bp-neofollow.zip

    You will also need to download the required BuddyPress child theme to eliminate the overlapping button problem.

    Download the child theme here: http://ethanvandal.com/bp-themes/bp-neofollow-bc.zip

    This child theme invokes the use of the BP Default theme but can be modified to use any BuddyPress theme. If you need to use this with another theme please ask around on the BuddyPress.org forums. I do not guarantee support for use with other themes however, I will try and help out as much as I can.

    This is a repost due to inappropriate attack comments from yesterday which resulted in the thread being locked.

    Constructive feedback always appreciated. :)

    #32615
    fivehead
    Participant

    Hey Team BuddyPress, I have the beginnings of an idea, and I think WordPress Multisite/BuddyPress is the solution, but can’t quite nail it down, due to lack of experience. I have a good deal of WP experience, but none with WPMU or BP, so I’m hoping the BP crowd can help make it click (my apologies in advance for long-windedness).

    The high level idea is to have 1 main site (hypothetically named InvestingHub.com to protect the innocent) and surround it with niche sites (RealEstateInvesting.com, StockMarketInvesting.com, etc.). In the interest of the 24 hours a day rule, I need something scalable. I’m hopeful that WPMU is the answer to that prayer: 1 WP admin to rule them all. Up to this point, I’ve only talked WP, but please weigh in if you see any red flags waving. Is it possible to extend wpmu to standalone domains instead of subdomains?

    BuddyPress will go on InvestingHub.com, but there needs to be BP functionality on the niche sites as well. As with above, it would be nice to have the single install reside on the mothership site. Is that possible? BPMU, perhaps?

    It would be ideal if the niche site’s BP was aware of the main BP and vice versa. For example, Larry happens upon RealEstateInvesting.com through organic Google search. After signing up and bumming around for a bit, he/she sees the activity stream for InvestingHub.com, which alerts them to the the existence of StockMarketInvesting.com. Turns out Larry is interested in as well and finds his way over to StockMarketInvesting.com. He bums around for a bit and decides he wants to become a member of this community as well.

    In case you got lost in my ramblings, here are all of my questions, simplified:
    1. Is it possible to extend wpmu to standalone domains instead of subdomains?
    2. Is it possible to have a single install of BuddyPress, but have separate networks across a WPMU?
    3. Is it possible to display certain data from the BP root on the niche sites and vice versa?
    4. If a person is a member of niche site A, does he have to go through the registration process all over again to become a member of niche site B?

    Thanks in advance for your time and responses that will surely lead me out of this dark place I’m in!

Viewing 25 results - 16,351 through 16,375 (of 32,678 total)
Skip to toolbar