-
aces posted on the forum topic Installed BP, but I can't create any forums? in the group Installing BuddyPress: 13 years, 9 months ago
If I understand you correctly, you are trying to set up a forum from the wordpress admin.
Whearas you need to go to the ‘groups’ section on your site and add a new group from there – Then you can add a forum to the group in the same process….
-
aces posted on the forum topic WordPress 3.1 in the group How-To and Troubleshooting: 13 years, 9 months ago
/* Disable the WP 3.1 Admin Bar. ( http://yoast.com/disable-wp-admin-bar/ ) */
add_filter( 'show_admin_bar', '__return_false' );
in functions.php -
aces posted an update 13 years, 9 months ago
-
aces posted on the forum topic Fatal error after install – wp and website doesnt run any more in the group Installing BuddyPress: 13 years, 9 months ago
Maybe go into the site by ftp and disable buddypress links plugin
To disable, rename the folder
/buddypress-links/
That should cause wordpress to de-activate the plugin.
Once you get back into wp, you can change the directory/folder back again!
-
aces joined the group Installing BuddyPress 13 years, 9 months ago
-
aces posted on the forum topic Community Menu bug in the group How-To and Troubleshooting: 13 years, 9 months ago
If anyone wonders what a solution is…
I targetted .single-post and .page-item-40 (40 being the news page) css classes. Apparently this is an old wordpress bug which still exists in wp 3.1rc4….
-
aces posted on the forum topic how to change "Avatar" text under a users profile area. in the group Creating & Extending: 13 years, 9 months ago
-
aces posted on the forum topic Change site name in admin bar in the group How-To and Troubleshooting: 13 years, 9 months ago
Hopefully the following link might help? https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-a-welcome-message-to-admin-bar-instead-of-website-name/#post-87017 ?
I use a version of it though the admin menu bar is only seen by those logged in….
-
aces started the forum topic Community Menu bug in the group How-To and Troubleshooting: 13 years, 9 months ago
I am using a customised bp columns theme here and something like the community menu in this post . I have one problem…. When one clicks on the news page, which is the blog and it’s not on the sites home page, everything is higlighted as expected. When one clicks on an article the parent menu isn’t highlighted. […]
-
aces posted on the forum topic Changing "Join Group" to "Follow Group" in the group How-To and Troubleshooting: 13 years, 9 months ago
Well you could replace
case "Who's Online Avatars": return $translations->translate( "Who's Online..." ); break;
forcase "Join Group": return $translations->translate( "Follow" ); break;
in the example in the link but as join appears quite a lot of times in buddypress, in different combinations, it might be better just to add your… -
aces posted on the forum topic Changing "Join Group" to "Follow Group" in the group How-To and Troubleshooting: 13 years, 9 months ago
-
aces posted on the forum topic BuddyPress Notifications in the group How-To and Troubleshooting: 13 years, 9 months ago
Something like that is done by the admin bar:
/buddypress/bp-core/bp-core-adminbar.php
around line 171Is that what you mean?
-
aces posted on the forum topic Just installed BuddyPress, but I can’t find my registration page in the group How-To and Troubleshooting: 13 years, 9 months ago
Have you logged out?
If you click on that link (your no. 2) it will send you to homepage if logged in…. -
aces posted on the forum topic Hidden group posts visible to all in the group How-To and Troubleshooting: 13 years, 9 months ago
I just tried out something like that and agree that it is a secrecy leak. I am using the walled_garden technique to block non logged in users from viewing members or activity pages so they couldn’t see anything there but if logged in but without being a member of that group they can see too […]
-
aces posted on the forum topic How can I change the text "Visit Blog" to somthing other like "Visit Post" or "Watch News" In buddyp in the group Miscellaneous: 13 years, 9 months ago
Have you tried?
case "Friends <span>(%d)</span>":
return $translations->translate( "Mates <span>(%d)</span>" );
break;
Also. I have just discovered from the buddypress codex that the friends slug can be changed to match to your choice…define ( 'BP_FRIENDS_SLUG', 'peeps' );
It goes in the wp-config.php… -
aces posted on the forum topic Friends – rename to something else in the group How-To and Troubleshooting: 13 years, 9 months ago
If the text is translatable in wordpress/buddypress you should be able to use the technique mentioned here
-
aces posted on the forum topic Problem intalling Forums in Buddypress: Fatal error: Out of memory (allocated 31719424) (tried to al in the group How-To and Troubleshooting: 13 years, 9 months ago
@faceteletv I’m trying to keep this conversation within topic here where you originally mentioned it, rather than wild in the activity stream. I’ve managed to get forums working on a 1and1 shared hosting… I don’t think any of the wp-config.php or .htaccess or php.ini tricks for increasing memory work for 1and1 shared hosting. Even if wordpress…[Read more]
-
aces posted on the forum topic Problem intalling Forums in Buddypress: Fatal error: Out of memory (allocated 31719424) (tried to al in the group How-To and Troubleshooting: 13 years, 9 months ago
@ray I think you are right about needing a better host, but it isn’t that simple… All the hosts I recently had a look at don’t publish their memory constraints in their advertising. One I know of said on the phone that their memory was effectively unlimited (and it seemed so for what I was trying […]
-
aces posted on the forum topic Problem intalling Forums in Buddypress: Fatal error: Out of memory (allocated 31719424) (tried to al in the group How-To and Troubleshooting: 13 years, 9 months ago
@r-a-y – If this is a 1and1 shared hosting memory issue then that will not help. WordPresss may report a higher memory but 1and1 servers will still be stuck at 30mb….. I would love to get round this problem myself, other than by limiting what plugins and themes etc I can run….
-
aces posted on the forum topic Problem intalling Forums in Buddypress: Fatal error: Out of memory (allocated 31719424) (tried to al in the group How-To and Troubleshooting: 13 years, 9 months ago
@faceteletv You look like you are using 1and1 shared hosting which has very low memory allowances for running buddypress….. see https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/rss-error-in-dashboard#post-88690 if you are. 1and1 have also disabled any tricks I have found that were supposed to increase memory…. They…[Read more]
- Load More
@aces
Active 9 months, 4 weeks ago