-
Mikey3D posted on the forum topic change wording of site in the group How-To and Troubleshooting: 13 years, 5 months ago
You should be able to follow this tutorial.
-
Mikey3D posted on the forum topic BP Enable Root Profiles produces 404 errors in the group How-To and Troubleshooting: 13 years, 5 months ago
Why not just use @realname on their business cards instead of site.com/realname?
-
Mikey3D posted on the forum topic BP Enable Root Profiles produces 404 errors in the group How-To and Troubleshooting: 13 years, 5 months ago
I knew why you would do it but how will you eliminate duplicate content between members and unique items in the search engines? Use robots.txt:
User-agent: *
Disallow: /members/EDIT: @gregfielding has similar problem “Help with redirect for root profile change” that I didn’t tell him.
-
Mikey3D posted on the forum topic BP Enable Root Profiles produces 404 errors in the group How-To and Troubleshooting: 13 years, 5 months ago
Is there a reason why you need to change the URL profile member’s link? There is no advantage what you really want.
-
Mikey3D posted on the forum topic Being re-directed to your Profile Page after login in the group How-To and Troubleshooting: 13 years, 5 months ago
You should let the user decide what they want to go not other way around.
/plugins/bp-custom.php
//=Redirect to User's Profile Page after Login
function rt_login_redirect($redirect_to, $set_for, $user){
$redirect_to = bp_core_get_user_domain($user->id);
return $redirect_to;
}
add_filter('login_redirect', 'rt_login_redirect', 20,… -
Mikey3D posted on the forum topic Bug: An Error after Click the Activation Link in Email in the group How-To and Troubleshooting: 13 years, 5 months ago
@r-a-y haven’t responded my above message. Is he embarrassing that he is wrong? Because either activate.php file is the bp-default theme which is not my problem and I have delete the whole first two lines in my child theme /registration/activate.php and the problem is after clicked activation link in email I get: `…[Read more]
-
Mikey3D posted on the forum topic Bug: An Error after Click the Activation Link in Email in the group How-To and Troubleshooting: 13 years, 5 months ago
@stwc
As r-a-y suggests, in my experience at least, that kind of error is almost always malformed PHP files — trailing spaces, unclosed brackets, stuff like that. If you’ve pasted functions into your functions.php or bp-custom.php, look there first, then any other template files you’ve edited.
There was no error in my functions.php, bp-cu…[Read more] -
Mikey3D posted on the forum topic Bug: An Error after Click the Activation Link in Email in the group How-To and Troubleshooting: 13 years, 5 months ago
@r-a-y
“Is that a general recommendation? ;)”
🙂 – No! However I have only been using your two codes that works but after awhile when I found the bugs it’s causing of your codes. 1. Duplicate Content: Slash and No Slash at the End of URL 2. The page isn’t redirecting properly“I did say it was test code. Looks [...]
-
Mikey3D posted on the forum topic No effective plugins for moderation! in the group How-To and Troubleshooting: 13 years, 5 months ago
@psivait What @andrea_r is talking about robots.txt and rel=“nofollow” to noindex the link?
robots.txt
User-agent: *
Disallow: /register/rel=“nofollow”
In your child theme: sidebar.php
< ?php printf( __( ' You can also <a href="%s" title="Create an account">create an account.', 'buddypress' ), site_url( BP_REGISTER_SLUG . '/' ) ) ?>…
-
Mikey3D posted on the forum topic Bug: An Error after Click the Activation Link in Email in the group How-To and Troubleshooting: 13 years, 5 months ago
To avoid having the duplicate content, you only need one content and not to have the same two content. Ex. the two different URLs that have the same content:
http://bp-tricks.com/members
http://bp-tricks.com/members/You need to 301s redirect to trailing slash at the end of URLs to one of content.
-
Mikey3D posted on the forum topic Bug: An Error after Click the Activation Link in Email in the group How-To and Troubleshooting: 13 years, 5 months ago
I was just looking for BuddyPress or WordPress sites if they have the end of redirect trailing slash URL without duplicate content:
Who doesn’t have the redirect to trailing slash?
http://savannahvideocentral.com/membersOnly this has w…[Read more]
-
Mikey3D posted on the forum topic Bug: An Error after Click the Activation Link in Email in the group How-To and Troubleshooting: 13 years, 5 months ago
I got it working by add rewrite rules trailing slash to the end of the URL in .htaccess:
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://domain.com/blog/$1/Make sure the above codes are before the # BEGIN WordPress rewrite rules.
Don’t use @r-a-y codes.
-
Mikey3D started the forum topic Bug: An Error after Click the Activation Link in Email in the group How-To and Troubleshooting: 13 years, 6 months ago
Hi @r-a-y or anyone Urgent! I can’t launch the site without fix this bug. I just was testing to complete sign-up and click activation link in the email. I get an error:
Warning: Cannot modify header information - headers already sent by (output started at /…
[Read more] -
Mikey3D posted on the forum topic Change Avatar on mouseover like Facebook in the group Creating & Extending: 13 years, 6 months ago
@timothyjunior You have been mislead by @vegasparty607 that is not his site. It’s @gunju2221
-
Mikey3D posted on the forum topic Theme Development on Trunk in the group Creating & Extending: 13 years, 6 months ago
"? Do you mean what has been discussed in the posts in this thread?"
Either, it’s relevant.
"Have a read of the WP codex, look at functions such as register_style, enqueue_style, enqueue_scripts and associated functions"
Nah, just found this helpful How to disable scripts and styles.
Thanks @hnla
-
Mikey3D posted on the forum topic Theme Development on Trunk in the group Creating & Extending: 13 years, 6 months ago
How do I eliminate CSSs and JavaScripts so I can control what I want only one CSS and JavaScript?
-
Mikey3D posted on the forum topic Forum Topics are Missed in the group BuddyPress Groups Extras: 13 years, 6 months ago
When I deactivate BP Groups Extras and the forum topics are back in.
-
Mikey3D started the forum topic Forum Topics are Missed in the group BuddyPress Groups Extras: 13 years, 6 months ago
I did try your plugin BP Groups Extras and in the forum page the topics are gone. Why?
Here’s an example @4ella – he didn’t know that his site forum topics are missed also as I have.
-
Mikey3D joined the group BuddyPress Groups Extras 13 years, 6 months ago
-
Mikey3D posted on the forum topic Admin Options > Delete Group from Admin Bar in the group BP Group Reviews: 13 years, 7 months ago
When I go to the user profile page there are two Admin Options on admin bar.
1. Admin Options > Delete Group
2. Admin Options > Edit user’s Profile > Edit user’s Avatar > User as Spammer > Delete user - Load More
@mikey3d
Active 10 years ago