-
Brajesh Singh replied to the topic 404 errors with terms.asp?cat= in the forum How-to & Troubleshooting 11 years, 9 months 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 11 years, 9 months 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 11 years, 9 months 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 11 years, 9 months 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 11 years, 9 months 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 11 years, 9 months 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 11 years, 9 months 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 11 years, 9 months 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 11 years, 9 months 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 11 years, 9 months ago
-
Brajesh Singh replied to the topic [Resolved] Control default 'landing' tab on a group-by-group basis in the forum Creating & Extending 11 years, 9 months 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 11 years, 9 months 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 12 years 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 12 years 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 12 years 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 12 years 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 12 years 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 12 years 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 […]
-
Brajesh Singh commented on the post, Welcome r-a-y to the BuddyPress Core Team!, on the site BuddyPress.org 12 years, 2 months ago
wow! Congratulations @r-a-y π
-
Brajesh Singh commented on the post, BuddyPress 1.6 is now available!, on the site BuddyPress.org 12 years, 3 months ago
Awesome Work Guys π
Kudos to the Dev team on the major Release π - Load More
@sbrajesh
Active 1 year ago