-
Brajesh Singh replied to the topic [Resolved] Installing Problems โ permalinks in the forum Installing BuddyPress 13 years ago
Hi Nicholas,
the most probable reason for the error is the space in the name of your installation directory.Avoid using a directory having space in the name try creating a new install with “SideProjects” […]
-
Brajesh Singh replied to the topic 404 errors with terms.asp?cat= in the forum How-to & Troubleshooting 13 years ago
Hi Miguel,
The problem is google is still looking for the old urls.
When moving a site from one platform to another, the best practice is to use 301 redirect for the old urls(if possible).Since you have […]
-
Brajesh Singh replied to the topic 404 errors with terms.asp?cat= in the forum How-to & Troubleshooting 13 years ago
The url does not seem to be a valid url from WordPress.
WordPress does not uses mDate in query string.btw, have you changed your permalink to look like .asp files?
-
Brajesh Singh replied to the topic [Resolved] Control default 'landing' tab on a group-by-group basis in the forum Creating & Extending 13 years ago
Hi Jeff,
Thank you for the kind word.
You are most welcome.
I am glad I could help ๐ -
Brajesh Singh replied to the topic Calling a php function which is in its own file. in the forum Installing BuddyPress 13 years ago
You can either put it in bp-custom.php or the functions.php of your theme.
The advantage of using bp-custom.php is the functions will be always available(even on multisite) and since this file is loaded before […]
-
Brajesh Singh replied to the topic Link to a private message in the forum How-to & Troubleshooting 13 years, 1 month ago
Hi James, Here is an example code
You are right about the url part ๐
-
Brajesh Singh replied to the topic [Resolved] Stop Registration Redirect in the forum How-to & Troubleshooting 13 years, 1 month ago
You can either put this in your theme’s functions.php
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );or this in your bp-custom.php
add_action('bp_loaded','bp_custom_remove_register_redirect');
function bp_custom_remove_register_redirect(){
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );}
both will…[Read more]
-
Brajesh Singh replied to the topic [Resolved] Stop Registration Redirect in the forum How-to & Troubleshooting 13 years, 1 month ago
You can either put this in your theme’s functions.php
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );or this in your […]
-
Brajesh Singh replied to the topic Link to a private message in the forum How-to & Troubleshooting 13 years, 1 month ago
Ok, forum does not allow me to post the html code.
After including the above code, you can use this function bp_custom_get_send_private_message_link to get the appropriate url.
-
Brajesh Singh replied to the topic [Resolved] Remove WP Menu from Main BP Menu in the forum How-to & Troubleshooting 13 years, 1 month ago
Are you referring to the to adminbar.
You can put this in your functions.pjp
add_action('wp_loaded','custom_remove_adminbar_wpmenu');
function custom_remove_adminbar_wpmenu(){
remove_action( 'admin_bar_menu', 'wp_admin_bar_wp_menu', 10 );}
That will do it.
-
Brajesh Singh replied to the topic [Resolved] Remove WP Menu from Main BP Menu in the forum How-to & Troubleshooting 13 years, 1 month ago
Are you referring to the to adminbar.
You can put this in your functions.pjp`
add_action(‘wp_loaded’,’custom_remove_adminbar_wpmenu’);
function custom_remove_adminbar_wpmenu(){
remove_action( […] -
Brajesh Singh replied to the topic Link to a private message in the forum How-to & Troubleshooting 13 years, 1 month ago
-
Brajesh Singh replied to the topic [Resolved] Control default 'landing' tab on a group-by-group basis in the forum Creating & Extending 13 years, 1 month ago
Hi Jeff,
There are many ways to do it.
here is one way.
You can put the following code in your bp-custom.php`
add_filter(‘bp_groups_default_extension’,’my_custom_group_default_tab’);
function […] -
Brajesh Singh commented on the post, BuddyPress 1.7 Beta 1, on the site BuddyPress.org 13 years, 1 month ago
Hi John,awesome work guys. Kudos to all the core dev and the the people who helped shape it ๐
off to test the plugins with beta ๐
-
Brajesh Singh replied to the topic [Resolved] Group โAction Buttonsโ only showing on first page of Groups list in the forum How-to & Troubleshooting 13 years, 3 months ago
There was a bug with bp-default theme shipped with bp 1.6+ and any theme which is based on bp-default or copies functions from it has the same bug.
Here is a way to fix that.
First look for this code(or similar) in your themes functions.php
[Read more]
if ( !is_admin() ) {
// Register buttons for the relevant component templates
// Friends button
if (… -
Brajesh Singh replied to the forum topic Group "Action Buttons" only showing on first page of Groups list in the group How-To and Troubleshooting 13 years, 3 months ago
There was a bug with bp-default theme shipped with bp 1.6+ and any theme which is based on bp-default or copies functions from it has the same bug.
Here is a way to fix that.
First look for this code(or […]
-
Brajesh Singh replied to the forum topic Multisite Installations in the group Installing BuddyPress 13 years, 3 months ago
Hi Shane,
by secondary blog I mean a sub blog that you create using the wordpress multisite.You don’t need to install multiple wordpress. Just install wordpress Multisite.
here are more details on enabling […] -
Brajesh Singh replied to the forum topic Multisite Installations in the group Installing BuddyPress 13 years, 3 months ago
Hi Shane
If you ask my personal choice, I will go with subdirectory. But it does not make much difference.Since you are just planning to install buddypress, you just need to follow the first 2 steps and not […]
-
Brajesh Singh replied to the forum topic How to get buddypress registration in superslider-login plugin in the group How-To and Troubleshooting 13 years, 3 months ago
If the xprofile fields(custom profile fields) are not appearing, you may want to modify this in your code
toThat should make them appear.
-
Brajesh Singh replied to the forum topic Multisite Installations in the group Installing BuddyPress 13 years, 3 months ago
Hi Shane,
You can install buddypress on secondary blog and use it as private network.Here are some details on configuring BuddyPress on secondary […]
- Load More
@sbrajesh
Active 1 month, 4 weeks ago