Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,451 through 58,475 (of 94,540 total)
  • Author
    Search Results
  • #110037
    David Lewis
    Participant

    Now that BuddyPress runs on WordPress in single blog mode… what do people think about running BuddyPress on a shared host in single blog mode with a community of maybe 175 members. Again… there would just be the ONE parent blog. No sub-blogs.

    Nahum
    Participant

    @r-a-y thanks…I’ve been doing alot of display:none! Lately.

    gregfielding
    Participant

    I’m trying to get my forums working correctly with memcached/batcache. This caching solution should be great because it is not supposed to serve cached pages where logged-in cookies are present. In fact, this may not be a caching issue at all. When I view the source of an offending forum thread, there is no batcache reference in the header.

    Here’s what happens:

    If I respond in to a forum thread, that response doesn’t show up. The thread will say that there are 3 replies, but only 2 show.

    Worse, if I go to the Group Forum Directory, the “Latest Poster” field is messed up. Some are blank. Some have the name of the latest poster, but the avatar of the previous one. Worse, still, the Group disappears and the permalink of the thread changes from:

    http://housingstorm.com/groups/support/forum/topic/subscribe-by-email-support/#post-231

    to

    http://housingstorm.com/forums//forum/topic/subscribe-by-email-support/ – which is nonsense and doesn’t work.

    http://housingstorm.com/forums

    Blog comments work great and all other Buddypress functions work perfectly – messaging, wire-posting, replies, following, etc.

    My assumption at this point is that, withing advanced-cache.php, Batcache is re-writing permalinks. Does anyone out there have any experience with this? I’m needing some professional help here and happy to pay for some time if anyone can help.

    Thank you!

    #110027
    @mercime
    Participant

    There’s something like that already. Just needs to be updated https://wordpress.org/extend/plugins/buddypress-badge/

    #110025
    @mercime
    Participant

    WP/BP versions? Have you deactivated all plugins except BuddyPress and changed to bp-default theme to see this is not a plugin/theme conflict?

    #21314
    albertoshu
    Member

    Hello,

    I am working with BuddyPress Default 1.2.7. I would like to have a home page looking as a newspaper. To do this, i wolud like to have two columns in the homepage (with the sidebar it will be 3 columns). I will have my main post in the left colum, and secondary and shorter posts in the right column…is this possible?

    (It wolud be something like Citizen Kane theme)

    Thanks!

    #110022
    Hugo Ashmore
    Participant

    @mercime Blame it on the backticks, bad workman blames… ;)

    Off to posts a forum alert “mercime is logged in , would all users kindly take caution when posting and if they can’t find their post later please search at random through the last 100 threads”

    #110021
    @mercime
    Participant

    == it’s just mercime having a little ‘re-arranging of the furniture’ session ==

    @hnla not fair, LOL. The sticky should be about what a backtick is. It’s not an apostrophe and neither should they place “backticks“ as is before and after code :-)

    #21312
    pratyusa
    Member

    i want to place the buddypress profile avatar before the username in the widget “recent sitewide posts”. So i achieved this by altering the bp-blogs-widget.php file. But i think it will create problem while updating. so can anyone help me in this regard? i think child theme concept will help. i know a little about creating child theme. can anyone guide me in altering the above said file in child theme?

    #110019
    Hugo Ashmore
    Participant

    @mercime 😆 not having a good day all in all

    Think we’d better post a sticky just warning people that if their posts appear to start jumping around random threads not to panic it’s just mercime having a little ‘re-arranging of the furniture’ session

    #110018

    In reply to: 20 Avatars

    @mercime
    Participant

    @johnjamesjacoby is currently upgrading BuddyPress.org and other BP assets. Thank you for your patience.

    #110013

    In reply to: 20 Avatars

    Johnny Sullen
    Participant

    I can’t change my avatar. I get this when I try to upload an image:

    Upload Failed! Error was: Unable to create directory /home/buddypress/public_html/wpmu/wp-content/blogs.dir/1/files/avatars/7007810. Is its parent directory writable by the server?

    #110009

    In reply to: Language

    @mercime
    Participant
    #110005
    @mercime
    Participant

    @alexbdd Following the instruction in this BP codex article https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    Go to server and download the template folders/files transferred by BP Template Pack plugin process to your active WP theme folder down to your computer.

    Open up activity/index.php

    change this at the top, replace:
    `

    `
    with
    `<?php
    get_header ();
    ?>
    <div class="column span-“>`

    At the bottom of same file, replace
    `

    `
    with
    `
    <?php
    get_sidebar();
    get_footer();
    ?>`

    Save file and upload to server following the directory structure. You need to do the same thing in the next 12 files.

    #110003
    @mercime
    Participant
    #110001
    alexbdd
    Member

    Sorry the full code is here:

    EDIT – Corrected your backticks in above post. Use backtick (`) before and after the code so code will be displayed in post. — Mercime

    #110000
    alexbdd
    Member

    Hi anyone,

    I am using a special theme with index.php coded like this:

    `<?php
    get_header ();
    ?>
    <div class="column span-“>
    <?php
    bm_homepageIntro ();
    bm_homepageTabs ();
    ?>

    <?php
    get_sidebar();
    get_footer();
    ?>`

    How can I make changes to fix the theme layout? It’s strange that there is no div id on my index.

    Thank you,

    Alex

    #109998
    @mercime
    Participant

    @number_6 you might need to update template tags in Saffron theme’s header.php which you can double check by comparing with header.php of bp-default theme https://trac.buddypress.org/browser/tags/1.2.8/bp-themes/bp-default/header.php

    #109991
    tclayson
    Member

    Ok thanks. :)

    #109986
    Paul Wong-Gibbs
    Keymaster

    There’s no cache (only WordPress’) but the activity stream content is written once into the database. You’ll have to go into the database, bp_activities table, and make changes manually.

    #21307
    James
    Participant

    hi,

    have some strange issue displaying avatars on bp site.
    basically, I’m talking about two instances: members loop (with defined 34 items/avatars) and enhanced bp member widget with defined 100 members).
    issue is that after every refresh enhanced bp member widget shows 20 avatars (after pressing popular/active etc. it shows all), but members loop shows 20 avatars all the time.

    is it some default number in bp?

    @boonebgorges , don’t think that it is connected with your plugin, but maybe you already heard about it?

    thank you!

    #21306
    josweb
    Member

    Can I change the language? I would really want to make a swedish site made with buddypress!

    #21302
    tclayson
    Member

    So I started building with buddypress and wordpress just to work it out, and now I want to go live with what I have, but I’ve put in a few “joke” names and such for people. I thought that it would be fine, when I go live I’ll just change the nicknames to the people’s real names, but apparently there’s some sort of caching going on which I can’t figure out.

    How will I reset this so that people’s names (on activity streams and such) all reset to their current names. I don’t mind the caching at all – I’m guessing it helps! :p But all I want to do is remove all the current cache and re-cache it with the current names.

    #21301
    JamieWade
    Member

    On the activity page, where we can select from “All Members (x) My Friends (x) My Groups (x) and @x Mentions”, is there anyway of removing “All members”? So users can only see activity from people on their friends list?

    #109977

    In reply to: Friend Referral System

    @mercime
    Participant

    @Bowromir the last time I used Secure Invites on test install a year ago, my test users had to reset their passwords when I disabled it to test another invite plugin. Do you know if that behavior has changed in recent versions?

Viewing 25 results - 58,451 through 58,475 (of 94,540 total)
Skip to toolbar