Forum Replies Created
-
Hi!
Thanks for your reply!
It doesn’t work. I think that it’s not spam but scam: it’s real human that register and send messages.
Is there a way to create a rule to automatically block/remove a user who send an e-mail in the 1st message that he sends?
Thanks.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-147697J’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.
Hi,
Is there something new for this project? I think it would be a very great feature for big organizations that don’t want to display a long list of cities.
Hello,
I’d like to export the avatar form and extra fields form in order to provide its in a pop-up just after registration.
How can I do that ?Nobody may help me ? I absolutely need to call some php functions if user has not uploaded avatar or filled out some profile fields, need your help
Nobody knows how to fix this bug ?
It seems that it’s a global problem :
Nobody may help us to fix this bug ? Thanks.
Hello,
I have the same problem in the members page:
Fatal error: Call to undefined function bp_activity_get_permalink() in mysite.com/wp-content/plugins/buddypress/bp-members/bp-members-template.php on line 590Then, whatever is the template, when users edit their profile, it’s updated well but with the error message that says that an error occurred…
How can I fix this bug ?
I fixed it by changing CSS file, for those who have the same problem, maybe this will run on your template:
#wp-admin-bar {
height:0 !important;
}Thank you very much, it runs fine now !
Thousand thanks naijaping…
@naijaping I sent you the date on your profile wall
It’s strange, I’ve added #compose{display:none;} in my css file and the tab doesn’t disappear… I’ve tried every CSS file (style.css, rlt, default, etc)
Yes, you’re right, I need in fact this compose message tab, but I want to disable the auto-completion in order to force member to write private message by going on the profile of the user he wants to contact.
Precisely, I don’t want users write message to anybody via his own profile by typing a nickame, only by going on the profile of the user he wants to send message.
Is there a way to do that ?
Sorry for my approximative english, and thank you for your help
Sorry the code I wanted to show has been stripped:
`global $bp;
if(bp_get_current_profile_group_id()==1)
bp_core_redirect($bp->displayed_user->domain.”profile/edit/group/2″);`Thank you very much modemlooper, I’ve added the line in wp-config and it works fine
Hello Paul,
Thank you for the purpose, I’m very sorry to disturb you but I have just installed BuddyPress and I don’t have any idea to make that. What’s the code for customizing the loop placed in members/index.php ? How can I know the ID of the value of the gender field ?
Thanks.