Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,226 through 12,250 (of 68,951 total)
  • Author
    Search Results
  • #242966
    lo133
    Participant
    #242962
    lo133
    Participant

    God, I’m going crazy, this is not pasted problem, not to be copied in facebook,
    google + http: //tisiboos.com/wp-content/uploads/bpfb/1_0-68398800-1439207783_qq%E6%88%AA%E5%9B%BE20150810195417.png
    Twitter http://tisiboos.com/wp-content/uploads/bpfb/1_0-32664700-1439207895_qq%E6%88%AA%E5%9B%BE20150810195732.png
    BuddyPress.http: //tisiboos.com/wp-content/uploads/bpfb/1_0-30225900-1439208136_qq%E6%88%AA%E5%9B%BE20150810200419.png
    Social networking sites must have something! BuddyPress too failed
    Do you understand?
    Plug-in? I find the whole world did not!

    #242961
    Paul Wong-Gibbs
    Keymaster

    Not a bug, Hugo just didn’t grant you access. I’ve given bobbingwide editor permission on codex.buddypress.org, @herbmiller — thanks for contributing. 🙂

    #242959
    herbmiller
    Participant

    Hi Hugo, I created bobbingwide and herbmiller on wordpress.org on 21st Dec 2010.
    My other ID, vsgloik came later, on 30th Apr 2012.

    For each account I can see the Create New Page link, but it leads to You attempted to access the "BuddyPress Codex" dashboard, but you do not currently have privileges on this site. etc

    The Visit Dashboard link tells me You do not have sufficient permissions to access this page.

    This smacks very much of WordPress TRAC 29714, a duplicate of 22895.

    #242950
    djsteveb
    Participant

    @lo133 – you can add sharing buttons in many different ways with buddypress – simply add a plugin – there are tons of them in the wp-repo and it’s easy to adapt code that is already posted around.

    If you are asking why there is no sharing on the posts HERE on buddypress.org – I could not say – it is not something that I would use – and if I wanted to share something on facebook (which I do not) then I could simply copy the url and paste it – or use the functions that are now built into firefox or something.

    #242947
    lo133
    Participant

    No, no, you do not understand what I mean! I do not want to share activities to facebook!
    Log in your facebook, take a look at the post below three buttons, like, comment, share, you know what I mean?
    BuddyPress no sharing!

    #242945
    djsteveb
    Participant

    @lo133 – there are many, many reasons for NOT..

    but in case you are looking to do such (a horrible thing for your site, your users, their privacy, crappy buttons cluttering up..)

    A quick search via startpage.com shows there are several discussions about this and it appears that multiple people have discussed and come up with ways to do such a (n evil) thing..

    including.. https://wordpress.org/plugins/buddypress-social/
    discussions for doing this with various methods outlined from three years ago – https://buddypress.org/support/topic/share-activity-on-social-network/

    I would imagine there are some updated options as well, or it should be simply to tweak existing code that is already in the wild and gpl to do this today.

    of course you could also search the forums here and find more info about that more than likely – and a search in the wp-repo may bring up some free options to test that may do exactly what you are describing.

    I myself am glad this stuff is not included in core – as I would be searching for ways to remove every single last little bit of any third party code / assets and or dependencies..

    kind of like what needs to be done with recent updates of wordpress core – removing google fonts, removing gravatar, third party emoji, blah blah. meh.

    #242943
    chlab
    Participant

    Hey thunksalot
    You have to upload widgets to your theme directory, never modify the contents of a plugin directory.
    So e.g. add a “widgets” directory in your theme directory and upload it to there. Then you should see a “Smart BuddyPress Sitewide Notices” widget in the WordPress backend. Activate that and disable the default one.

    jkin
    Participant

    this is not a Buddypress issue.
    I have solved it by editing the theme’s plugin.
    Solved. thanks.

    #242939
    nvispute
    Participant

    Ahh thankx bud.. found the error..

    The problem was that after installing the Buddypress the permlinks where showing
    ” /index.php/%year%/%monthnum%/%day%/%postname%/ ”

    just had to remove “index.php” and then voila it worked..

    #242938
    djsteveb
    Participant

    First thing I would do – go to permalinks – note what the settings are – change setting to something else – save. Then change settings back and save.

    see if it now works.

    if not I would check the bp associated pages thing – https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages

    see if works..

    if not – deactivate all plugins except BP… switch to default 2014 theme… see if works..

    djsteveb
    Participant

    A similar recent thread with some info: https://buddypress.org/support/topic/create-new-login-widget/

    So we are clear, a regular “wordpress login widget” IS a buddypress login when you have BP installed.. (99% sure on this)

    Petersen
    Participant

    Hi, thanks for your message. But i want only buddypress login form.Is there a way ?

    #242923
    djsteveb
    Participant

    @gioabove5k
    Should be no big deal..
    if you are sure you permanently deleted them (also emptied the trash in wp or whatever) – then just create a 5 new pages.. register, activity, groups, activate, members.

    each one blank – check to see if wordpress makes your new pages “register-2” or not – if so – you may have just deleted the page, and not actually permanently removed it via the trash thing…

    then go into your components settings and make sure the things are linked there –

    Configure BuddyPress

    no big deal at all

    #242912
    shanebp
    Moderator

    >I think spam and extended features have been added by buddypress therefore i am asking here.
    Sorry, my mistake.

    Before adding the ‘spam’ link BP checks to see if
    current_user_can( 'edit_user', $user_id )

    Members can also be marked as spammers via the front-end.
    Take a look at :
    \bp-templates\bp-legacy\buddypress\members\single\settings.php
    You might be able to adjust it to check for a cap of your choice.

    #242911
    Shaktimaan
    Participant

    edit_users capability will let them do many other things that i don’t want.

    I think spam and extended features have been added by buddypress therefore i am asking here.

    I have a blog where i am not using buddypress plugin. I don’t see spam and extended option there.

    #242905

    In reply to: Editing media queries

    rgrober
    Participant

    @djsteveb, I found a way to activate the bp default theme from long ago, so that I could just build upon it:

    Building a Child Theme of the BP Default Theme

    I am not using the “twenty-fifteen” or 2014 theme.

    Thanks again for responding!

    #242901
    labsupplyorg
    Participant

    I just figure it out. I reset the permalinks on buddypress forums settings and the problem is resolved.

    #242897

    In reply to: Editing media queries

    djsteveb
    Participant

    @rgrober – I am pretty new to this as well. I wonder what you mean by the buddypress default theme – as there was a bp default theme thing some time ago – but from what I have seen (and I have not seen everything) – the bp default theme stuff is legacy – do you mean you have a fresh install of wp / bp and it is using the “twenty-fifteen” or 2014 theme?

    #242896

    In reply to: Editing media queries

    rgrober
    Participant

    Hey, @djsteveb, thank you so much for the response!

    Full disclosure, I’m very new to a lot of this.

    I’m building on the buddypress default theme. I’ve tried to add media queries to style.css in my child theme, but I’m not having any luck.

    How should I go about modifying media queries?

    Any help you can provide is greatly, greatly appreciated.

    #242895

    In reply to: Editing media queries

    djsteveb
    Participant

    @rgrober – What theme are you asking about?
    I am not sure this is even a buddypress related question / issue.

    #242891

    In reply to: question / answer

    djsteveb
    Participant

    @ewerto2015
    Why you ask exact same question in new thread you?
    ( https://buddypress.org/support/topic/registration-10/ )

    already answered.

    Search the wp-repo and test a couple to see what works for you.

    in reply to you other statement on the other thread

    plug is already inactive for 2 years ..

    I still use that plugin “good question” on several wp / bp sites that are all the latest versions and it works just fine – so not sure what the issue is for you not trying it out to see for yourself.

    #242888
    danbp
    Participant

    Salaam !

    Read here please

    translate.wordpress.org (GlotPress)

    BuddyPress is actually translated to 31% to persian. You can complete it here:
    https://translate.wordpress.org/projects/buddypress/2.2.x/fa/default

    And ask to became a validator or editor here.. Eeven if it’s a WordPress crew, somebody can perhaps give you more advice. https://make.wordpress.org/polyglots/teams/?locale=fa_IR

    #242879

    In reply to: Two Seperate Forums

    maudco
    Participant

    Hi,

    Maybe it can help you
    here

    #242869

    In reply to: Group upload

    djsteveb
    Participant

    @devbynature
    kind of a mashup of these two I guess – https://wordpress.org/plugins/buddypress-groups-import/

    https://wordpress.org/plugins/invite-anyone/

    with an extra email out instead of just within the bp internal mail thing I guess.

    Interesting idea.

    Not sure if anyone has made anything more along these lines..

Viewing 25 results - 12,226 through 12,250 (of 68,951 total)
Skip to toolbar