Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 22,926 through 22,950 (of 68,947 total)
  • Author
    Search Results
  • #154644
    evo252
    Participant

    Chouf1,

    Merci pour ta réponse ! Je suis désolé, je continue en Français mais ça sera plus simple pour moi de comprendre et d’expliquer ma problématique… En fait, tu me conseilles d’installer BP User Profile Map (ce que j’ai fait, je passais avant par une solution codée à la main qui nécessitait une clé pour l’API de GG Maps donc je vais abandonner ça) et de laisser les utilisateurs rentrer eux-même leur pays manuellement lors de l’inscription ou de l’édition de leur profil ?

    Cette solution m’a effectivement l’air séduisante mais pour les villes surtout, qui sont effectivement impossibles à toutes recenser. Penses-tu qu’il soit possible de dire au plugin de prendre en compte deux profile fields au lieu d’un (Ville + Pays) ? De manière à ce qu’il localise encore mieux, et pour éviter les erreurs (il existe des villes qui ont le même nom dans des pays différents).

    Pour l’intégration d’une liste de pays dans BuddyPress, j’ai suivi le process décrit ici :
    https://buddypress.org/support/topic/how-to-make-a-country-drop-down-list-in-profile-field/#post-147697

    J’en suis à l’étape de copier coller une liste des pays du monde dans mon fichier CSV extrait de ma BDD, mais je bloque sur les ID par pays : dois-je les étendre simplement sous Excel ? J’ai peur en faisant ça de me retrouver avec un ID de pays identique à un ID d’autre chose de mon WordPress (ID de post, ID de catégorie ou autre)… ça serait problématique ?

    Merci pour ton aide et désolé pour l’emploi du Français.

    #154635
    bp-help
    Participant

    The code above that goes in bp-custom.php blocks only buddypress specific pages from being viewed by logged out visitors. The plugin should block the wp post and pages. the bp-custom.php with the code and the plugin can be used together to block everything from logged out visitors.

    #154631

    In reply to: Login required

    bp-help
    Participant
    #154629
    OccipitaL
    Participant

    No need anymore.
    Found https://wordpress.org/extend/plugins/buddypress-usernames-only/
    Apparently works with 3.5.1 WordPress & 1.7 Beta BuddyPress

    #154628

    @modemlooper – Thanks for posting this link!

    #154619
    montanamind
    Participant

    I’m not quite sure how to do this. I was thinking of just creating another field in the profile and filling it in with either professor, student, or parent of student. Can I use this field to filter on? Am I making things more complicated or am I heading in the right direction? Thank you again in advance!

    #154616
    rezwiebel
    Participant

    Have you found a solution for the current version of Buddypress to remove posts from the activity stream?

    #154615
    arredoannunci
    Participant

    if in the general settings I put the third-level domain
    BuddyPress works
    if I put the second-level domain BuddyPress is in loop (when I click on a member or a group)
    where is the error?

    #154602
    Hugo Ashmore
    Participant

    This is a WP factor not a Buddypress one. Look into the use of the ‘more tag’ used to split posts where you wish within the post body. The WP codex is your friend for questions like this.

    #154592

    In reply to: Install issues

    hugerobots
    Participant

    I have the same problem. I’m testing the software so my host is http://localhost:8888 (using mamp). Once installed, the only way to move forward is by using the accompanying Buddypress Default Theme.

    When trying to use the Setup process with another theme enabled, the Save button in the setup after install for Buddypress isn’t there.

    Isn’t there a way to use other themes with this software?

    #154587
    rbowling
    Participant

    Just installed 1.7, this was a first time install of bp
    Using a Genesis Theme

    All of the the pages in settings including Activation are working fine, however whenever I setup a confirmation page, when I try to go to that page it fwd’s directly back to first page of the site?

    Originally I did have the “anyone can register” unchecked, however after reading on trac, I have checked that, even deleted bp and re-activated still not having any luck with the confirmation page?

    Any thoughts

    #154583
    luccame
    Participant

    What theme are you using?

    What version of BuddyPress?

    See if this is your case: https://buddypress.trac.wordpress.org/ticket/4834

    Jon Henwood
    Participant

    In case anyone else is looking for an answer and comes across this post, this may help…

    We found a solution of a sort.

    What you need to do is include an automatic private message send to all group members except the person posting the topic. This private message then gets hooked in to the notification system and lets the user know they have a new message.

    #154575
    Brajesh Singh
    Participant

    You can do that by easily filtering on this hook
    `
    bp_get_add_friend_button
    `
    If you can provide the code you are using to differentiate a user type(parents/student/professor), It will be super easy to put the complete code.

    #154570
    Anonymous User 7600456
    Inactive

    @angelgirl94,

    I am glad that what I offered worked as a temporary fix.

    However, you would be much better off learning from the other guys who posted, they are proper Buddypress developers.

    #154569
    transmission
    Participant

    I just found this which seems to fix the problem I have: https://wordpress.org/extend/plugins/buddypress-activity-stream-extras/

    #154565

    In reply to: Avatar issues ???!!??

    Brajesh Singh
    Participant

    It is a known issue and some of the temporary possible solutions are mentioned on the ticket here.

    Please have a look
    https://buddypress.trac.wordpress.org/ticket/4252

    #154563
    pdillon809
    Participant

    Thanks Paul.

    Do I disable anything in BuddyPress or just install bbPress? Currently, there are forums under “Groups”.

    #154554
    arredoannunci
    Participant

    Hi,
    the domain on which rests the site is level 3 (www.miproduco.altervista.org)
    I bought a 2nd level domain (www.riminikmzero.org)
    to point to the new domain I did it this way:
    modified file. hatccess with the following lines
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^ index \. Php $ – [L]
    RewriteCond% {REQUEST_FILENAME}!-F
    RewriteCond% {REQUEST_FILENAME}!-D
    RewriteRule. / index.php [L]

    # END WordPress

    modified file header.php
    between the two head
    I added: base target=”_top” / (with to start and end)

    both in header.php – that in headerbuddypress.php

    Everything works except for groups and members (goes in loop)

    #154548
    danbpfr
    Participant

    Hi,

    have you the same issue with bp-default theme ?

    Ben Hansen
    Participant

    there are plugins for bbpress not sure what else to say

    #154534
    ashbydesign
    Participant

    Thanks once again – do appreciate your reply. I love working with WP and Buddypress because it is amazing to be part of this open source network. Last thing I want is to seem churlish 😉

    I’ve done my update – lost a few things (pages and widgets fell off, but easy to put back together). Yes, reason for not upgrading all the way is that the Frisco child theme didn’t seem to be updated that far … wanted to avoid repurcussions as have a showcase thing to apply for more supporting funding in a few days’ time, so didn’t want to rock the boat too much!

    Yes – getting loads of other update notices; I’ve functioned out my WPMU notice which was a pain in the backside – so it could be something like that.

    #154530
    Anonymous User 7600456
    Inactive

    My point was that as long as you have all the correct files backed up there is really very little risk.

    I don’t see any particular reason that you would have any problems.

    Regarding the update notice. That is strange. Do you get update notices on other plugins and WordPress?

    Btw, is there any reason that you are not just upgrading to WordPress 3.5.1 and Buddypress 1.6.4? These are the versions that are the best tested and that you are most likely to be able to get specific advice for.

    Regarding a manual update. Yes, just deactivate and delete (after backing it up of course!) the Buddypress plugin and then upload the new one and activate it.

    I can’t imagine it will be all that bad 🙂

    #154527
    ashbydesign
    Participant

    Thanks for your reply: you’re right of course – there’s not loads of stuff in the widget areas that will be lost, so I can always manually restore them – not ideal though… I guess it’s not really obvious to me regarding the correct way to do stuff for ANY buddypress upgrade when you have a child theme etc. Of course I can revert to previous db and files – but then I wouldn’t have made any headway…

    I think it would be good to have some sort of framework for users like myself who are not actively Buddypress developers, but who do use WordPress as developers. There possibly is something, somewhere but for the life of me it ain’t obvious.

    Also – something confusing me is that the Buddypress documentation suggests that there will be an upgrade notice for Buddypress in the network admin plugins area – but I don’t have this. I guess what I do is to manually remove the old Buddypress, then upload the new Buddypress and then activate the plugin? Then, hopefully, the BP wizard will retune the database afterwhich I get on with all the tweaking – moving files to my child theme, altering the language files etc.

    Again … any pointers appreciated!

    akgt
    Participant

    Because traditional forums, have a lot more features to them take mybb for example.

Viewing 25 results - 22,926 through 22,950 (of 68,947 total)
Skip to toolbar