Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,601 through 19,625 (of 68,969 total)
  • Author
    Search Results
  • #169010
    Hugo Ashmore
    Participant

    It’s important to understand that this is a theme issue, not BP’s issue, as of 1.7 BP re-factored how it worked to a huge degree and added theme compatibility, designed to allow BP content to work seamlessly in any WP theme providing the theme followed basic WP template practises -it’s a real shame so many don’t!

    They replied and said the buddypress pages should be using the buddypress page templates and asked if I have installed the buddypress page templates correctly.

    This is somewhat outdated advice and sounds as though they are suggesting the old template pack process or copying over bp-default theme templates, neither of these are what you need to be doing and require a little knowledge to achieve.

    As said earlier all you need is a correctly functioning page.php, clearly this theme prevents page.php working as is normally expected so the answer is copy page.php & rename it buddypress.php in order that you may make custom mods in that file without page.php and your themes templating breaking. Now in buddypress.php you need to have a working and ‘Normal’ WP loop plus any other html markup structure your theme uses, however this is the sort of thing the theme author can best handle or at least they will understand what needs doing.

    Again earlier I pointed out where you can find an example loop in the WP default theme twentytwelve but you need something like this in your content area of your custom buddypress.php file:


    <div id=”content” role=”main”>

    <?php while ( have_posts() ) : the_post(); ?>

    <h1 class=”entry-title”><?php the_title(); ?></h1>
    <?php the_content(); ?>

    <?php endwhile; // end of the loop. ?>

    </div><!– #content –>

    However whereas this may kick the custom template into life it doesn’t account for the theme markup structure so likely would look broken, but we have no understanding of what this theme does with it’s templates so can’t really advice – again the theme author could and needs to understand how BP now works as a simple one file include with their theme could allow them to state their theme is BP compatible.

    Lastly and for anyone else reading the thread understand that the best place to source themes which are BP compatible is the official WP theme repo as the theme checks run on submitted themes will ensure standard WP practises are adhered to, buy premium themes and you take your chances, unless they are from a well known source and /or clearly state BP compatible or if not that they DO follow the WP templating API not invent their own I would avoid also I would avoid unless there was a strong support area for the theme.

    #169009
    logicsforyou
    Participant

    hi ,

    I am trying to install buddypress on Blog http://logicsforyou.com. but its not showing any link for register and active pages …even its breaking other pages as well. please help

    #169007
    zerosit
    Participant

    Hi, guys.

    The developer of my theme came back to me and said that the buddpress pages are using the “default page” templates from the theme itself now; that’s why nothing is appearing in the buddypress pages. They replied and said the buddypress pages should be using the buddypress page templates and asked if I have installed the buddypress page templates correctly.

    I’ve tried changing to themes of other developers and the buddypress pages work perfectly. Does it mean to say that the buddypress page templates are setup correctly? What should I do now?

    I understand that you guys did mentioned previously to check with the developer himself, which I did. However, this is the reply I got from him. I really feel like a ball myself. Please kindly advise me on what modification or action I ought to take now to enable buddypress.

    The only thing that’s preventing the site from going live now is the buddypress. Please kindly help me.

    Thanks.

    best regards,
    eric

    P.S. Pls don’t point me to the codex again; I really have a difficult time understanding them.

    Jigesh
    Participant

    you need to fix it with no conflict jquery condition, if you don’t know it, than give me access to your site, i will do that. thanks.

    whitewolf1988
    Participant

    @megainfo @mercime @bphelp I just tried it with BP 1.7 and the issue continues so what should I do now? Is there something I need to add from the buddypress folder to make it work right? I would supply a link but it is just localhost for testing. Thank you all for any help!

    #168994
    bp-help
    Participant

    That is basically the members page. Go to dashboard/settings/buddypress/pages beside “Members” click the dropdown and select the workstations page and click save. That will associate your members page with the workstations page you had previously created.

    #168993
    bao_plansystem
    Participant

    hi there,

    here the page with the issue
    http://www.plansystem.com.au/workstations/

    standard word press page, but the buddy press states :
    “Each BuddyPress Component needs its own WordPress page. The following WordPress Pages have more than one component associated with them: Workstations”

    Thanks

    #168992
    bp-help
    Participant

    @bao_plansystem
    Please be more specific. Is this a BuddyPress page or just a standard WordPress page that is missing content? Also give as much detail as you can about your install.

    #168991

    In reply to: BP Groups and Forums

    Faramarz
    Participant

    Hi, Thanks again @mercime, you are a life saver.. Looking at the thread, looks like this is a Buddypress issue and not bbpress. I see a lot of people are fixing the issue by replacing the ‘groups’ folder with the one in version 1.7.3. Is that something that you or Buddypress peeps recommend? Is that going to cause other problems down the road?

    For one thing, I know the group folder will be overwritten again when a new update is available.

    bp-help
    Participant

    @whitewolf1988
    Looks like your using a test server anyhow so go ahead and try BP 1.7 and if it resolves the issue then you can upgrade to BP 1.8 when the theme author has updated this theme to work with BP 1.8. Sorry if this is not a complete solution but that is the risk you take when purchasing themes that are overly complex and are not promptly update for current versions of WP and BP! Good luck!

    #168988

    In reply to: BP Groups and Forums

    @mercime
    Participant
    #168985
    @mercime
    Participant

    @junithorn Site url is good. I see that you’re still on BP 1.7.2 I’m seeing the old http://…/buddypress//bp-themes/bp-default/_inc/global.js?ver=20110818&#8242; in source code of your site while you should be getting BP 1.7.2’s http://…/buddypress/bp-templates/bp-legacy/js/buddypress.js enqueued in your WordPress theme. Did you hardcode the link to global.js?

    #168982
    bp-help
    Participant

    @mafaldam
    Supply a link like karmatosed said. Did this happen automatically or after you made some changes? Supply as much info as you can about your install. Did you maybe accidentally hit
    Ctrl and -(minus) if so it will make the page width shrink. If so hit Ctrl +(plus).

    Oken
    Participant

    Alright, I figured out what was braking the theme! Because I was turning off the friends feature since I’m going use BuddyPress Follow , one of the components in the header that called for pending friends request must have some how messed up things. Which when you think about it makes sense, since the header was the only thing that was working.

    Many thanks for the help anyway @bphelp and @meg@info!

    whitewolf1988
    Participant

    @mercime Hi and thanks for your help. I have BP 1.7.3 running but the same issue still. Should I try BP 1.7? Was there that many changes between BP 1.7 and BP 1.7.3 that would cause this issue? Obviously I would prefer using BP 1.8 but if this theme isn’t updated for it then I am prepared to downgrade the BP version to make it compatible. This theme is very complex and I really do not want to mess with its inner workings. I was disappointed to find out you can not even make a child theme for it because of its complexity. Thank you again and I will wait for your advice.

    #168978
    marbler
    Participant

    I am getting this as well since upgrading to the latest version of BP.

    I see it when I go to Admin and then Extras:

    Fatal error: Using $this when not in object context in /home/….public_html/…/wp-content/plugins/buddypress-groups-extras/core/loader.php on line 345

    Any ideas of a fix. I have seen people on the BBPress forum also talking about this (https://bbpress.org/forums/topic/fatal-error-unable-to-create-forum-from-buddypress-group/)
    but I don’t think it is BBPress relate because I am not using this on my site.

    #168974

    In reply to: BP Groups and Forums

    Faramarz
    Participant

    @mercime.. I am still getting the same error even after changing my URL and my subdomain. When I check my error_log file, I get this error:

    [28-Jul-2013 22:51:11] PHP Fatal error: Using $this when not in object context in /public_html/wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 461

    I’ll post this question in BBpress forum as well. I thought maybe you’ve experienced the same issue before.

    This is on bbpress 2.3.2 and buddypress 1.8 and I followed every step of instructions on this page to create a sitewide forum and forum for buddypress groups:
    https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/

    Thanks

    #168973
    Tammie Lister
    Moderator

    Hi,
    It would be really helpful if you are able to paste a link to your site. Unfortunately, a change in width could be due to a lot of different factors – hard to tell which without seeing. A screenshot may help if you can’t give a link, but a link would be better.

    #168971
    meg@info
    Participant

    I think you can’t show the correct number, because you do the test about role of bbp_blocked in the loop, so the number of members is uknow before the loop, buddypress save the number of members before the loop in variable $total_member_count

    check bp_core_get_total_member_count() function.

    I think if you check how buddypress profil search work, you will find a solution for your problem.
    https://wordpress.org/plugins/bp-profile-search/

    Regards,

    #168969

    In reply to: BuddyPress 1.8 Issue

    GhostPool
    Participant

    I’ve now discovered the issue, which could be considered a BuddyPress bug. My left sidebar is loaded before the page content and if the sidebar contains BuddyPress widgets the buttons do not appear. If I remove the BuddyPress widgets or move them to the right sidebar which is loaded after the page content the buttons display.

    #168964
    junithorn
    Participant

    @mercime Like I said in my original post, “Enable group creation for all users” is enabled in buddypress settings. Non-admins still cannot create groups for some reason, they are redirected to the front page.

    http://www.thesojo.net

    @mercime
    Participant

    @whitewolf1988 per your theme’s page at marketplace, flix is compatible with BuddyPress 1.7.x, BuddyPress 1.6.1, BuddyPress 1.6. It probably needs to be upgraded for BP 1.8

    whitewolf1988
    Participant

    @megainfo
    Hi and thanks for your reply. My themes js folder contains six js files. Is this what you mean? In that folder I have buddypress.js, jquery.greyscale.js, jquery.nivo.slider.pack.js, jquery.timeout.min.js, jquery.uniform.min.js, and onefile.js so am I supposed to replace one of these or am I totally off track? I am really not sure what to do but any help is greatly appreciated. Thank you!

    #168952
    meg@info
    Participant

    hi,

    you can hide it by adding this css code in the style.css of your current theme.

    
    .widget.buddypress div.item-meta,
    .widget div.item-meta
     {
       display:none !important;
    }
    
    @mercime
    Participant
Viewing 25 results - 19,601 through 19,625 (of 68,969 total)
Skip to toolbar