-
Henry started the topic Show all X comments link not displaying hidden comments when clicked in the forum How-to & Troubleshooting 11 years, 7 months ago
If an item in my activity stream has more than 5 comments I get a “show all X comments” link appear directly under the item. When I click on “show all X comments” it doesn’t remove the
display: none;
on the hidden comments which results in the hidden comments remaining hidden.I am using a custom theme (i have checked on testbp.org and that works…[Read more]
-
Henry replied to the topic BuddyPress 1.7.1 in the forum Installing BuddyPress 11 years, 7 months ago
Upgraded from 1.6.5 and everything seems to have worked perfectly. Thanks, great job!
-
Henry replied to the topic Bug Report: Default Name Field Generation in the forum How-to & Troubleshooting 11 years, 7 months ago
You can submit your bug report here. This way the developers will catch sight of it.
-
Henry started the topic Activity stream comment reply form displaying temporarily on page load in the forum How-to & Troubleshooting 11 years, 7 months ago
When I go to the activity stream (example.com/activity), the comment reply form displays for a second or two under each activity feed entry. Then it disappears from view. I am guessing this may have something to do with global.js? My thoughts are global.js hides the comment reply form from view but the code inside global.js that does the hiding is…[Read more]
-
Henry replied to the topic How to add Profile Search Field to Member Directory results in the forum How-to & Troubleshooting 11 years, 7 months ago
Open member-loop.php and you will see instructions on how to add custom profile fields such as Location. It is quite straightforward to do.
-
Henry replied to the topic pages: register and activate? in the forum How-to & Troubleshooting 11 years, 7 months ago
The activate page can be used to activate an account manually. It has a text input field which lets members enter a key to activate their account. It may be useful to some site admins who need to activate accounts via the front end.
I see no need for the page myself.
-
Henry replied to the topic DOCTYPE whitespace in the forum Installing BuddyPress 11 years, 7 months ago
Humm, all I can think of is your functions.php and bp-custom.php. Make sure any white space is removed from the top of these files.
Perhaps before you do anything else, try reverting to the default theme and disabling all plugins. Then once the problem has gone, work backwards, first by activating your plugins one at a time. Then activate your…[Read more]
-
Henry replied to the topic Private Message Button in Member List Loop in the forum Installing BuddyPress 11 years, 7 months ago
@shanebpdev
For the life of me I cannot figure out why it doesn’t work for the friends loop. Am I missing something glaringly obvious?
Anyway I thought why not just build the link and throw it directly in the friends template?
echo wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?r=' . bp_core_get_username(…
[Read more] -
Henry replied to the topic Private Message Button in Member List Loop in the forum Installing BuddyPress 11 years, 7 months ago
@shanebp you mean the bp_directory_members_item is different? That is the same in both the members directory and the friends list (both use the members loop)…
-
Henry replied to the topic Private Message Button in Member List Loop in the forum Installing BuddyPress 11 years, 7 months ago
Interestingly I just tried this outside of the members loop. It doesn’t work on the friends list page. What is different about the friends loop and the members loop for this not to work? Humm…
-
Henry replied to the topic Private Message Button in Member List Loop in the forum Installing BuddyPress 11 years, 7 months ago
Thanks for that! I can see now you’ve created a new function display_private_message_button which hooks on to action bp_directory_members_item in the members loop. Sorry for being slow, i got there in the end :}
-
Henry replied to the topic Check if current page is the login page in the forum How-to & Troubleshooting 11 years, 7 months ago
Of course, I should have mentioned I am using a custom page. I installed the Theme My Login plugin so can use /login as the login page.
Thanks for the links – is_page( 42 ), is_page( ‘login’ ), is_page_template( ‘login-form.php’ ), is_page_template( ‘page-login.php’ ) all didn’t work.
I pretty much can check for every page in BuddyPress except…[Read more]
-
Henry replied to the topic [Resolved] Can't change permalink issue in the forum Showcase 11 years, 7 months ago
Try going to your trash to make sure you’ve fully deleted the register page. You can then go into and edit the register page that has the -2 slug
-
Henry started the topic Removing group profile tabs in the forum How-to & Troubleshooting 11 years, 7 months ago
Anyone know how can I remove a group profile tab? I am using bp_profile_group_tabs() to output the list of tabs but do not want all tabs to display.
-
Henry replied to the topic DOCTYPE whitespace in the forum Installing BuddyPress 11 years, 7 months ago
the DOCTYPE declaration is usually in your theme’s header.php file. Try looking at that first to see if you can remove any spaces at the very top of the file.
-
Henry replied to the topic Check if current page is the login page in the forum How-to & Troubleshooting 11 years, 7 months ago
Thanks @mercime although that article talks of wp-login.php (the WordPress login page). This isn’t much use as I am using a custom login page such as example.com/login
-
Henry replied to the topic Private Message Button in Member List Loop in the forum Installing BuddyPress 11 years, 7 months ago
Is it possible to explain how the code works?
-
Henry started the topic Dynamic profile fields in the forum How-to & Troubleshooting 11 years, 7 months ago
Has anyone come across a solution to dynamic profile fields?
For example, I display a profile input field “Qualifications” on the edit profile screen. The field is currently a one line text input. This is great if the member has 1 qualification. What if they have 2 qualifications, or three, or more?
I’d like the member to be able to click on an…[Read more]
-
Henry started the topic testbp.org ajax-loader bug? in the forum How-to & Troubleshooting 11 years, 7 months ago
I was running some tests over on testbp.org and found that the ajax-loader.gif doesn’t show when posting in the activity feed, clicking the Add Friend button etc.
Is the little rotating .gif supposed to show?
-
Henry started the topic Check if current page is the login page in the forum How-to & Troubleshooting 11 years, 7 months ago
Is there a check to see if the current page is the login page?
I’m looking for something similar to bp_is_register_page() but cannot find the function I need on the template tag reference:
https://codex.buddypress.org/developer/developer-docs/template-tag-reference/
- Load More
@henrywright-1
Active 9 years, 10 months ago