-
buckyb started the topic Xprofile fields frontend editing in the forum How-to & Troubleshooting 10 years, 6 months ago
Does anyone know how to style the custom xprofile fields that are displayed in the frontend in a different way, like in rows and tables? I have alot of them and would like to style them, to make it easier for the admin to edit, they are going to be admin edit only.
-
LeeBinder started the topic multiple duplicate member-to-member messages in the forum How-to & Troubleshooting 10 years, 6 months ago
Hi.
WP 4.2.5
BP 2.3.4
Responsive theme 1.9.7.7
http://transinformation.net/When a member contacts another member by sending a message, that message arrives in the recipient’s inbox multiple times, sometimes 10, sometimes even up to 20 times.
Any idea why this happens, and how it can be solved?
Thank you,
Lee -
thiclon's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic Can I @everyone when I message? in the forum How-to & Troubleshooting 10 years, 6 months ago
You said group admins were a special case and not covered in the @mods command, would it be possible to have a shout to both admins and mods?
I’ve just released version 1.0.1 which lets you use both @moderators and @administrators within a group to mention group moderators and administrators respectively.
-
cucos anos's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic Custom Hook Help in the forum How-to & Troubleshooting 10 years, 6 months ago
Could be a function name conflict? Try
happymunkee_hook_test()just to be sure that’s not the issue. -
sarah katie's profile was updated 10 years, 6 months ago
-
XXX Church's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic Feature Request – Group invites – invite all in the forum Requests & Feedback 10 years, 6 months ago
Keep an eye on this ticket:
-
Henry Wright replied to the topic NEW! Buddy Member Stats & BuddyPress Community Stats in the forum Third Party Plugins 10 years, 6 months ago
Thanks for these useful plugins @danbp!
-
Henry Wright replied to the topic Prohibit create groups with existing name in the forum How-to & Troubleshooting 10 years, 6 months ago
If Group1 already exists, you can’t create a new group with the name Group1 or group1.
Hope that helps!
-
Henry Wright replied to the topic Prohibit create groups with existing name in the forum How-to & Troubleshooting 10 years, 6 months ago
@danbp Thanks for testing! I don’t think everyone would want this in core because some websites need groups to have the same name. I could package it up as a plugin if there’s much interest in it?
-
Henry Wright replied to the topic Prohibit create groups with existing name in the forum How-to & Troubleshooting 10 years, 6 months ago
I had some time this morning so wrote this: http://pastebin.com/7wBvs7MM
Note, I’m using a custom database query because I couldn’t find anything already available in the API.
-
HansRuedi's profile was updated 10 years, 6 months ago
-
sarahemily's profile was updated 10 years, 6 months ago
-
Metabo Matrix 8 Proven Weight Loss Tips's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic Prohibit create groups with existing name in the forum How-to & Troubleshooting 10 years, 6 months ago
Also should i be using the search_groups method for searching for an existing group with the same name or is there a different way?
BP_Groups_Group::search_groups()will get you a list of groups that match the first argument you pass to it. But the snag is, name and description matches are returned. We only want name matches.An alternative…[Read more]
-
Henry Wright replied to the topic Prohibit create groups with existing name in the forum How-to & Troubleshooting 10 years, 6 months ago
Is it possible to do the same with Events? For example in Events Manager plugin?
I’m not familiar with the plugin but likely you can do the same sort of thing. Drop the plugin author the same question on their support forum. Hopefully they’ll get back to you with the info.
so should we use
bp_core_add_message
function to show the user an…
-
Henry Wright replied to the topic Bold in the forum How-to & Troubleshooting 10 years, 6 months ago
It’ll only change these links:
#subnav ul li.current a. If you want it to change all links within the subnav list items and not just the current one, you can do this:#subnav ul li a {
color: #e2e419;
font-weight: bold;
} -
Henry Wright replied to the topic Bold in the forum How-to & Troubleshooting 10 years, 6 months ago
You could try:
#subnav ul li.current a {
color: #e2e419;
font-weight: bold;
}Ref: https://developer.mozilla.org/en/docs/Web/CSS/font-weight
- Load More