-
Toby Cryns started the forum topic BuddyPress.org "Follow" buttons not working in the group Miscellaneous 12 years, 4 months ago
When I go to a buddypress.org user’s profile and click the “Follow John Doe” button, I am redirected to a 404 error page.
No biggie, but I thought I would put this on the radar in case it wasn’t already.
-
themightymo replied to the forum topic threaded forum posts ? in the group Creating & Extending 13 years, 5 months ago
I am interested in threaded forum posts as well.
-
themightymo joined the group BP Group Reviews 13 years, 5 months ago
-
themightymo joined the group Rating-Widget 13 years, 5 months ago
-
themightymo replied to the forum topic How to Create a New Tab on Member Page in the group How-To and Troubleshooting 13 years, 5 months ago
The following function seems to work:
`
function my_bp_nav_adder()
{
bp_core_new_nav_item(
array(
‘name’ = __(‘All Conversations Button’, ‘buddypress’),
‘slug’ = […] -
Toby Cryns (@themightymo) replied to the topic How to Create a New Tab on Member Page in the forum How-to & Troubleshooting 13 years, 5 months ago
The following function seems to work:
[Read more]
function my_bp_nav_adder()
{
bp_core_new_nav_item(
array(
'name' => __('All Conversations Button', 'buddypress'),
'slug' => 'all-conversations',
'position' => 75,
'show_for_displayed_user' => true,
'screen_function' => 'all_conversations_link',
'item_css_id' => 'all-conversations'
));
}
function… -
themightymo replied to the forum topic How to Create a New Tab on Member Page in the group How-To and Troubleshooting 13 years, 5 months ago
The latest function (above) brings me to the correct url (not to the home page), and it echoes the all_conversations_link() function before the html “doctype” declaration on the resulting page.
How do I get […]
-
themightymo started the forum topic How to Create a New Tab on Member Page in the group How-To and Troubleshooting 13 years, 5 months ago
I have done a lot of searching and have tried all sorts of things to no avail.
I would like to add a nav item/tab to the member profile page that displays the All Groups loop (example: […]
-
themightymo replied to the forum topic How to Create a New Tab on Member Page in the group How-To and Troubleshooting 13 years, 5 months ago
I created a wrapper function, which seems to be a better way to go, but the problem persists. When I click the “All Conversations Button” link, I am redirected to the home page.
`
function […] -
Toby Cryns (@themightymo) replied to the topic How to Create a New Tab on Member Page in the forum How-to & Troubleshooting 13 years, 5 months ago
I created a wrapper function, which seems to be a better way to go, but the problem persists. When I click the “All Conversations Button” link, I am redirected to the home page.
[Read more]
function my_bp_nav_adder()
{
bp_core_new_nav_item(
array(
'name' => __('All Conversations Button', 'buddypress'),
'slug' => 'all-conversations',
'position' =>… -
themightymo replied to the forum topic How to Create a New Tab on Member Page in the group How-To and Troubleshooting 13 years, 5 months ago
By the way, I am running WP 3.1.2 with BuddyPress 1.2.8.
-
themightymo replied to the forum topic Members and Groups links redirect back to the Homepage in the group How-To and Troubleshooting 13 years, 5 months ago
The links work fine for me. Has this issue been resolved?
-
themightymo replied to the forum topic How to disable reply option on comments. in the group How-To and Troubleshooting 13 years, 5 months ago
This might not be the ideal way to do it, but if you are looking for a quick fix, you can hide the reply button with CSS.
-
Toby Cryns (@themightymo) started the topic How to Create a New Tab on Member Page in the forum How-to & Troubleshooting 13 years, 5 months ago
I have done a lot of searching and have tried all sorts of things to no avail.
I would like to add a nav item/tab to the member profile page that displays the All Groups loop (example: https://buddypress.org/community/groups/). I can get the tab to appear, but it redirects back to the home page. My code is below. Can anyone…[Read more]
-
themightymo replied to the forum topic bp_core_new_nav_item 's screen_function is not working properly in the group How-To and Troubleshooting 13 years, 5 months ago
@nicholmikey – Did you figure this out? I am having the same issue.
-
themightymo posted on the forum topic Buddypress/wordpress slowing down my shared server in the group How-To and Troubleshooting: 13 years, 8 months ago
@oldrow – With hosting, a lot of times you get what you pay for. I don’t have experience with Lunar Pages, but I do know that if you want to control how fast your site loads, you need either a better shared hosting environment or a VPS or better. If you want to stick with cheap […]
-
themightymo posted on the forum topic WP BuddyPress Subdomain Structure in the group Installing BuddyPress: 14 years, 1 month ago
You need to set that up during the installation process. I believe it is very difficult to switch from a sub-folder setup to a sub-directory setup.
-
themightymo joined the group Installing BuddyPress 14 years, 1 month ago
-
themightymo posted an update in the group Group Documents: 14 years, 1 month ago
Is this compatible with BuddyPress 1.2.7?
Thanks!
-
themightymo joined the group Group Documents 14 years, 1 month ago
- Load More
@themightymo
Active 3 months, 2 weeks ago