-
Bradley Allen replied to the topic Logged in Links in the forum How-to & Troubleshooting 11 years ago
I am trying to figure this out as well.
-
Mickey's profile was updated 11 years ago
-
Henry Wright replied to the topic Still having problems with registration page; unable to create the new user page in the forum How-to & Troubleshooting 11 years ago
Possibly, but it may be unrelated. In order to investigate that particular message, try opening a topic on the bbPress support forum
-
Henry Wright replied to the topic Still having problems with registration page; unable to create the new user page in the forum How-to & Troubleshooting 11 years ago
The problem might be coming from one of these. Try deactivating them all and then reactivating one-at-a-time to see which one introduces the problem.
-
Henry Wright replied to the topic Still having problems with registration page; unable to create the new user page in the forum How-to & Troubleshooting 11 years ago
Which plugins do you have activated?
-
Henry Wright replied to the topic List groups i am admin of in the forum How-to & Troubleshooting 11 years ago
If you just need a quick and dirty approach for yourself to view, you could use the standard group loop to output a loop. See here.
Then put the following snippet directly after the line:
<?php while ( bp_groups() ) : bp_the_group(); ?>Snippet:
<?php[Read more]
$args = array(
'populate_extras' => true,
'group_id => bp_get_group_id()
);
$group =… -
Henry Wright replied to the topic List groups i am admin of in the forum How-to & Troubleshooting 11 years ago
If you just need a quick and dirty approach for yourself to view, you could use the standard group loop to output a loop. See here.
Then put the following snippet directly after
<?php while ( bp_groups() ) : bp_the_group(); ?><?php[Read more]
$args = array(
'populate_extras' => true,
'group_id => bp_get_group_id()
);
$group = groups_get_group(… -
Henry Wright replied to the topic Still having problems with registration page; unable to create the new user page in the forum How-to & Troubleshooting 11 years ago
It sounds as though the problem is related to your theme. Do you see the problem happen with TwentyFifteen activated?
-
Henry Wright replied to the topic BuddyPress and TemplatesNext Toolkit in the forum How-to & Troubleshooting 11 years ago
Hi @hansvdzwet
What happens is that when the TemplatesNext Toolkit plugin is active, all and every BuddyPress related link shows a page containing the content of the main/home page.
Does the problem happen when the plugin is deactivated? If not, then I suggest you contact the plugin author letting them know the details. Hopefully they can issue a fix.
-
Henry Wright replied to the topic BuddyPress and TemplatesNext Toolkit in the forum How-to & Troubleshooting 11 years ago
Hi @hansvdzwet
What happens is that when the TemplatesNext Toolkit plugin is active, all and every BuddyPress related link shows a page containing the content of the main/home page.
Does the problem happen with the plugin is deactivated? If not, then I suggest you contact the plugin author letting them know the details. Hopefully they can issue a fix.
-
Henry Wright replied to the topic Register page "name required broken" in the forum How-to & Troubleshooting 11 years ago
Hi @patrykos360
This is most likely a theme problem. Which theme are you using?
-
Henry Wright replied to the topic Public User Gallery ? in the forum Requests & Feedback 11 years ago
-
Henry Wright replied to the topic This layout is insane… in the forum How-to & Troubleshooting 11 years ago
Companion stylesheets were introduced in 2.3. You can read more about them here.
If they’re not quite to your taste, you can dequeue them. Here’s an example of how to do it:
function dequeue_bp_twentyfifteen() {
wp_dequeue_style( 'bp-twentyfifteen' );
}
add_action( 'wp_enqueue_scripts', 'dequeue_bp_twentyfifteen'… -
Renato Alves commented on the post, BuddyPress 2.3.0 "Livio", on the site BuddyPress.org 11 years ago
Congrats! =)
-
@mercime updated the Change Default Members Profile Landing Tab page, on the BuddyPress Codex 11 years ago
By default, BuddyPress will load the Activity tab when clicking on a member’s profile link. If you would like to change this default landing tab to something else than the Activity tab you can do so.
Constants […]
-
Boone Gorges updated the Installing BuddyPress in a symlinked environment page, on the BuddyPress Codex 11 years ago
If you use symbolic links (symlinks) for your WordPress plugin environment, you may need to do some additional configuration to ensure that BuddyPress assets are loaded correctly.
If you find that CSS and […]
-
@mercime updated the Avatar upload fails page, on the BuddyPress Codex 11 years ago
There could be a number of reasons uploads would fail, your server error logs may provide a clue as to what has happened.
The predominant reason uploads fail is due to the server being unable to write to the […]
-
@mercime updated the Troubleshooting page, on the BuddyPress Codex 11 years ago
Please read the following and if your problem cannot be resolved then feel free to post in the support forums. Make sure that you include important troubleshooting information.
Check error logs in server.
[…] -
Hugo updated the Improving Performance page, on the BuddyPress Codex 11 years ago
Due to the highly dynamic nature of social networks, without caching BuddyPress will add extra load on your server.
Thankfully, there are lots of options for increasing the performance of your server that take […]
-
@mercime updated the Embeds page, on the BuddyPress Codex 11 years ago
Since BuddyPress 1.5, we have integrated WordPress’ native Embeds functionality.
So now it’s easy to embed videos, images, and other content into your Activity Stream, Group Forum, and Private Message […]
- Load More