-
katemgilbert started the forum topic Hard code link in BP Admin Bar? in the group How-To and Troubleshooting: 13 years, 11 months ago
I want to take the “Blogs” link from the My Account menu and serve it up as its own item in the BP Admin bar, called something different (My Sites). I have already commented out the links I want to hide from the admin bar in bp-core-adminbar.php (My Blogs, Visit), so I know where the […]
-
katemgilbert started the forum topic Error viewing other member's profiles in the group How-To and Troubleshooting: 14 years ago
On my multisite network, a logged in user can view and edit their own profile just fine, but when they try to view another member’s profile, everything after the avatar and display name produce an error. Error code reads: ‘Fatal error: Class ‘BP_Button’ not found in…[Read more]
-
katemgilbert posted on the forum topic Remove @username from profile? in the group How-To and Troubleshooting: 14 years ago
Thanks! Worked like a charm
-
katemgilbert started the forum topic Remove @username from profile? in the group How-To and Troubleshooting: 14 years ago
I want to remove the @username from the top of each user’s public profile. Where can I find the code to do this? There is also a ‘?’ appended to the end of the username, which needs to be removed as well. Right now my public profile is displaying the name as: Kate Gilbert @katem-gilbert ? […]
-
katemgilbert started the forum topic Show My Blogs for subscribers? in the group How-To and Troubleshooting: 14 years, 1 month ago
Is it possible to manipulate the code to show the My Blogs list for blogs that a user is just a subscriber to?
-
katemgilbert started the forum topic Groups for multisite access? in the group How-To and Troubleshooting: 14 years, 1 month ago
Is it possible to use BP Groups to govern access to sites in a multisite network? I am using BP on WP 3.0 multisite. Am looking for a way to create a group, say “Internal Users”, and grant that group editor permissions to specified sites in my network. And then another group gets subscriber permissions […]
-
katemgilbert started the forum topic Re-order My Blogs list so it's alphabetical? in the group How-To and Troubleshooting: 14 years, 1 month ago
I want to re-order the appearance of the Blogs in the Admin Bar’s “My Blogs” list so they appear in alphabetical order. Is this possible? Any tutorials out there? I’ve tried to work off the doc at https://codex.buddypress.org/buddypress-site-administration/modifying-the-buddypress-admin-bar/ but I don’t know the proper filter to make it…[Read more]
-
katemgilbert posted on the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting: 14 years, 2 months ago
@djpaul – Thanks! Inserting the function code at the top of admin.js worked. I now see the fields.
Where can I find the syntax for calling member and site data in the customized email? For example, username, password, site URL, site name, etc.
-
katemgilbert joined the group Welcome Pack 14 years, 2 months ago
-
katemgilbert posted on the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting: 14 years, 2 months ago
@djpaul – thanks for your response. Yes, http://domain.com/wp-content/plugins/welcome-pack/includes/js/admin.js exists. I am using Firefox. I checked for javascript errors and it looks like it found 3, all relates to the emails in welcome pack. Here’s a screenshot of the error report: http://img203.imageshack.us/img203/1227/jserrors.png. Here is a…[Read more]
-
katemgilbert posted on the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting: 14 years, 2 months ago
@djpaul – I see the Email tab, but when I enable email customization and choose an email to customize from the drop-down, there are no fields to modify the email text itself. I save settings but can’t find any edit fields for the email subj and body. Here’s a screenshot of what I see: http://img825.imageshack.us/img825/6920/welcomepack.png. What am […]
-
katemgilbert started the forum topic Edit welcome email, possibly using Welcome Pack? in the group How-To and Troubleshooting: 14 years, 2 months ago
My users are getting a welcome email that includes a totally different site name, not at all associated with our site. I can’t find where to edit this text in BuddyPress. I installed the Welcome Pack plug-in in an attempt to set up a custom email message to welcome new users, but now can’t find […]
-
katemgilbert started the forum topic Possible to display Twitter and LinkedIn icons with hyperlinks in profiles? in the group How-To and Troubleshooting: 14 years, 3 months ago
I want to display Twitter and Linked in icons in member profiles as hyperlinks to the specified page on those sites. I have no problem adding custom fields to display the Twitter handle as hyperlink and LinkedIn URL as hyperlink, but what about displaying the icons themselves as hyperlinks based on the data the user […]
-
katemgilbert posted on the forum topic What is best way to add Facebook and Twitter to profiles? in the group Creating & Extending: 14 years, 3 months ago
If you use custom profile filters plugin (https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/) and add a field labeled “Twitter”, user can enter their Twitter handle and the plug-in will automatically convert it to their Twitter URL. No need to enter URL.
-
katemgilbert joined the group Creating & Extending 14 years, 3 months ago
-
katemgilbert posted an update 14 years, 3 months ago
@btmullins @btmullins – I’m still searching for a solution, and will let you know if/when I find one. I’m following the error ticket (https://trac.buddypress.org/ticket/2574) daily, waiting for a resolution. As far as I can tell there’s no viable hack – we just have to wait for BuddyPress to resolve the bug. Let me know if you find anything yourself.
-
My co-admin found a solution and is going to post it in our newbies group, here is the address: http://moonbooks.net/groups/newbies/
-
-
katemgilbert started the forum topic How to show custom profile fields in a template file? in the group How-To and Troubleshooting: 14 years, 3 months ago
I am trying to display custom profile fields within the group members loop (bp_group_has_members()), and have tried 2 different template tags that I found in other forum threads, but neither returns any data. Here are the two modes I’ve tried: xprofile_get_field_data( ‘Email’ ); where ‘Email’ is the name of the field on the form…[Read more]
-
katemgilbert posted on the forum topic custom avatars not showing on multisite blogs with WP 3.0.1 and BP 1.2.5? in the group How-To and Troubleshooting: 14 years, 3 months ago
Any solutions to this problem?
-
katemgilbert posted on the forum topic User avatars not syncing throughout my network of sites in the group How-To and Troubleshooting: 14 years, 3 months ago
I am having this same issue with a page template calling a group member list. The avatars show correctly on the root site (http://website.com/) but default to Mystery Man when the page template is used on a subsite within the network (http://website.com/subsite).
Eager to hear solutions!
-
katemgilbert started the forum topic Display BP author avatar in post in the group How-To and Troubleshooting: 14 years, 3 months ago
I want to use the template tag bp_post_author_avatar() to display the blog post author’s avatar as part of the metadata in the post. I found this template tag but I’m not sure where to use it. Alternately, if there is a plug-in to meet this need, I’d love to hear about it. I am already […]
- Load More
@katemgilbert
Active 9 years, 2 months ago