Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 24,276 through 24,300 (of 68,948 total)
  • Author
    Search Results
  • #149937
    mcgrafx
    Participant

    Thank you Gentlemen,

    Your answer was more than I could have hoped for.
    I am very excited to know that a new version of buddypress is on the make. I cheer the engineers on and hope they consider lots of flexible header options. 😉

    Also, I’m now thoroughly studying the ‘https://codex.wordpress.org/Child_Themes’ with an aim to figure it out, as I think I might love coding, & though I have no idea what I’m doing half the time,… I seem to spend days on this stuff …. there’s no end to the fun.

    Zuckerberg may have created the first ‘popular’ version, but not the last.

    slanche!,
    mcgrafx

    #149924
    latinosamorir
    Participant

    Hi @megainfo.

     

    Could you please be a bit more specific?

    I would like to track how many people click on the “Submit” button after they fill out the form in the /register/ page.

    Then I would like to track how many go to the /activate/ page.

    This will help me see the funnel: Ad -> Register page -> Submit Form succes -> Activate

    Thank you!

    #149912
    ngoegan
    Participant

    Okay, I activated the Private BuddyPress plugin and this now works for me. It didn’t work when I used the Activity page as my static home page, so that is still my issue.

    #149911
    ngoegan
    Participant

    Hugo, thank you for pointing that out. I was not aware of your forum protocol, I apologize. I should have used italics? I want to stress my point, but not shout 🙂

    I have seen many posts here that have gone unanswered regarding the very same issues I’m having so I got the impression that patience wasn’t leading to any answers. I don’t mind being patient, I just really would like answers one way or another – it can be fixed or it can’t. With that information, then I can make a decision on whether I can use Buddypress/bbPress combo or not and move ahead.

    Here is what I still need help with:

    1. How to make the Activity page the static Home page and not get the 404 error when posting. Paul said this is fixed in the next release of Buddypress. Does anyone know when that release is and is there a workaround in the meantime that someone can walk me through?

    2. Buddypress offers options to make a group ”Private” or “Hidden”

    Both options claim: “Group content and activity will only be visible to members of the group.”

    This is not true – everything I post in the “Hidden” group I created shows up in the public activity feed to a test user I created who is not a member of that group.  I need to be able to offer the secure knowledge of privacy in these groups to our users. Is there a way to truly make this information private and not be mortified when one of my users finds their private information on a google search?

    Paul’s answer is unclear to me: “I am not aware of any bugs with your second issue; if the current user is a member of that private group, they have access to see its activity items on any page on your site.”

    3. I would like to make the whole site private – accessible only after registration. I would like people to have to register and their registration be approved by me before gaining access to the site. Is this possible?

    Thank you for any help.

    #149905
    r-a-y
    Keymaster

    The 1.6 branch of BuddyPress should have this fixed now.

    You can either temporarily patch bp-default’s JS:
    https://buddypress.trac.wordpress.org/changeset/6704

    Or wait until 1.6.3 officially drops.

    #149896
    Hugo Ashmore
    Participant

    The point of 1.7 is to provide BP in a fashion to work with any theme, period!

    But understand that although WP has created the impression that absolute  non coders are catered for absolutely this is only partly the case, it’s the case if you simply accept the defaults, or accept the freely available theme – whatever that may be, or that freely provided plugin to perform some task, start to step outside that and you do need some development skills even if only at a basic level, creating a child theme is actually relatively simple and the WP codex quite clear on how to do this.

    #149894

    In reply to: Privatize BuddyPress

    danbpfr
    Participant

    Hi,

    make a child theme, copy all bp-default template folder/files you’re interested to set as reserved to members into it

    Before each content area, add a simple if statement.

    if (is_user_logged_in) or if (!is_user_logged_in)

    the content to show/hide

    endif

    #149893
    ngoegan
    Participant

    I figured out that the problem is with having the activity page as the static home page.

    I changed the home page to a blog page and then added the activity page on the navigation menu and now I’m able to post comments.

    So it looks like you can’t have the Activity page as the home page on Buddypress until the update. Is that right?

    #149892
    Hugo Ashmore
    Participant

    @ngoegan You must have a little patience, you are new to BP and WP by the sounds of things and working with these two apps requires a little understanding of how things work, bear in mind you are coming from a paid for service which  simply gives a series of options to an OS app that has far greater flexibility when you start to look under the hood and begin wanting to customize.

    by the way writing in caps is considered ‘shouting’  🙂

    #149889
    Ben Hansen
    Participant

    i much like yourself don’t have much if any programming skills but reading your post gives me two thoughts.

    #1 not sure i agree with you about the child theme thing unless you are saying the people shouldn’t need to know html/css in order to customize html/css. if you are not saying that then i think the regular wp child theme doc should be fine. https://codex.wordpress.org/Child_Themes

    #2 we (i use that term loosely) are actually working on a new default theme it’s called turtleshell which if I’m not mistaken is being designed as a completely fresh UI/X perspective and responsive from the ground up. i think you are more then welcome to be a part of that process, if you want more info start here: http://bpdevel.wordpress.com/

    bonus the plan for 1.7 is (i believe) to make it work with any wp theme by default so maybe that this something to consider as well.

    #149888
    danbpfr
    Participant

    That’s why BP 1.7 will be adaptable to “every” theme. 😉
    For now, 1.6.2 has is own default theme and a few third party themes around. But understand that most of the BP users built their community tool around an existing WP site, and also an existing layout. This work is not intended to be shared easely or at all, i guess. And explains why you haven’t a big choice for BP templates.

    And probably also, because many BP user are advanced user in comparison to common WP bloggers.  This means particulary a certain level of quality exigency, because BP works really bad on bad developped themes. WP was more tolerant untill a little while back….and older and more popular.

    Each community is different, and it’s a bit more delicate to distinguish communities only by theme  as single blogs by theme. And as you know blogs are more used as BP sites.

    A child theme is intented to modify a original theme, not to replace it completely. The interest of a child is that it lets you modify what you want without loosing your changes at each update of BP and/or the original theme.

     

    #149887
    ngoegan
    Participant

    I did that already chouf – I chose the Activity page as my static home page.

    The problem, again, is when anyone tries to comment on the Activity (static home) page – it looks for the reply page at /activity/reply – but the page does not exist.

    Why doesn’t the page exist? It should come standard in bp shouldn’t it? Where did it go?

    What is on the reply page? Shouldn’t it just go back to the activity (static home) page with the new comment added?

    PLEASE SOMEONE HELP!!

    I’m feeling more and more discouraged about the possibilities of this working for me. How can ANYONE use buddypress without people being able to comment on the activity feed?!?!??!!!!!?????

    #149882
    VegasKev88
    Participant

    forgot to update thread. Yeah, I don’t remember what word it was, but I think I had a word that was pg-13 in there. my apologies for not catching that myself.

    #149880
    ngoegan
    Participant

    Thanks for your response Chouf1

    I set my homepage as a static page and used the Activity page as the homepage. I think that’s why it’s not working. It’s looking for /activity/reply, but it’s named ‘home’. Where do I change the url for the reply page? It doesn’t show up in Dashboard – Pages because it’s a BuddyPress theme page.

     

    Ideally, I’d like a registration where I am sent an email, and then I approve them. This would keep the community private, rather than anyone and everyone self-registering.

    The permalinks I chose are the postname option. That’s pretty standard on websites isn’t it?

     

    #149876
    Paul Wong-Gibbs
    Keymaster

    We have a 1.6.3 out very, very soon to address a few minor issues, but BP is compatible with WP 3.5, yes.

    #149875
    ViperRomance
    Participant

    sorry ,,, i see now,,, thanks very much …

    #149874
    ViperRomance
    Participant

    thanks sir,, but where is Private Messaging and friends list pages sir ?? must download plugin again ??

    #149871
    modemlooper
    Moderator

    You do not install BuddyPress through the WordPress theme upload. Upload or install the plugin via the plugin upload or add new. Then you choose the BuddyPress theme via Appearance > themes

     

    https://codex.buddypress.org/user/setting-up-a-new-installation/

    #149870
    Ben Hansen
    Participant

    creating a gallery sounds like a wordpress thing not a buddypress thing per se. also might be helpful to send a link to your site or at least tell us what theme you are using.

    #149869
    ViperRomance
    Participant

    …..

    #149867
    factorian
    Participant

    @wpte:

    I’ll try the 4510 and let u know how it worked out.

    Thx again!

    #149866
    ViperRomance
    Participant

    no … i install but error / failed ..

    can u help me sir ?

    #149865
    modemlooper
    Moderator

    Are you trying to move the bp-default theme into the themes folder?

    #149864
    nkarafo
    Participant

    Thank you for your reply but I made the changes but still nothing. Also, I disable ALL the plugins and there is only buddypress 1.6.2 installed with it’s default theme and nothing else at all. I CAN upload media files within wordpress normally but I cannot upload photos as avatars in buddypress profiles, groups, etc.

    I also tried buddypress 1.6.1 but still the same..

    🙁

    #149863
    modemlooper
    Moderator

    You should set up a test environment if you plan on running a BuddyPress site. Test versions/plugins. current bp has a few minor issues with 3.5.

Viewing 25 results - 24,276 through 24,300 (of 68,948 total)
Skip to toolbar