-
Lemmy replied to the forum topic Academic blogs – how to rewrite urls to hide usernames? in the group How-To and Troubleshooting
The Edit Author Slug plugin seems to be the answer to my prayers. I can adapt it to set user_nicename to firstname + lastname. And if that identifier is already taken, it returns firstnamelastname-2, and so […]
-
Lemmy started the forum topic Academic blogs - how to rewrite urls to hide usernames? in the group How-To and Troubleshooting
Hi,
I’m using Buddypress for an academic blogging system. We don’t want students’ usernames to be visible in the system to other users, alongside their real names. The display names are populated by LDAP […] -
Lemmy started the forum topic Academic blogs - how to rewrite urls to hide usernames? in the group Creating & Extending
Sorry, wrong forum – reposting in How-to forum
-
Lemmy replied to the forum topic Fullscreen mode problem with site #1. in the group How-To and Troubleshooting
(BTW editing posts on this forum is broken – Page not found)
-
Lemmy replied to the forum topic Fullscreen mode problem with site #1. in the group How-To and Troubleshooting
I meant when editing a post on a Wordpress blog….
-
Lemmy replied to the forum topic Fullscreen mode problem with site #1. in the group How-To and Troubleshooting
Hi,
I don’t have a blog on that site, and if I did, presumably I wouldn’t have access to site number 1 to test it.
Perhaps my post was unclear..? -
Lemmy started the forum topic Fullscreen mode problem with site #1. in the group How-To and Troubleshooting
Hi,
When I go into fullscreen mode when editing a post, using a child of the BP default theme, on site number 1, the page area below the header appears twice, creating a ghosting effect. The text entered previously is displayed […] -
Lemmy replied to the forum topic Detecting number of blogs created vs membership of blogs in the group How-To and Troubleshooting
Thanks, I will take a look at his limit-blogs-per-user plugin too, that might have some useful ideas in it.
-
Lemmy replied to the forum topic BP Admin Bar overlaps my dashboard in the group How-To and Troubleshooting
A better solution was to add
padding-top: 25px;
to body.wp-admin in wp-admin.css -
Lemmy started the forum topic Detecting number of blogs created vs membership of blogs in the group How-To and Troubleshooting
Hi,
I have some academic blogs hooked up to LDAP authentication. I let users create an account or create an account AND a blog when getting started. Now I would like to allow those who have just created an account to go back […] -
Lemmy replied to the forum topic BP Admin Bar overlaps my dashboard in the group How-To and Troubleshooting
I have this problem too since updating.
This declaration in adminbar.css is being overriden by global.css in wp-admin:body {
padding-top: 25px;
}global.css sets padding to 0.
Change the above in adminbar.css to […]
-
Lemmy posted on the forum topic Is this plugin going to be updated to work with WP 3.1? in the group BuddyPress Groupblog:
Hi,
What are the issues you’ve experienced? I’m doing some updates soon, so it would be useful to know what to check.
Thanks. -
I need this option too. Has anyone else tackled it?
-
Lemmy posted on the forum topic Action for hooking into Blog Directory? in the group Creating & Extending:
Aha. I’ll take a look, thanks.
-
Lemmy started the forum topic Action for hooking into Blog Directory? in the group Creating & Extending:
Hi,
Is there a BP action I can use to add an entry next to each blog in the blog directory?
Thanks. -
Lemmy joined the group Creating & Extending
-
I have a patch which seems to fix the problem with subdomain installs. (ie. group blog was not created, posts from blog #1 were displayed instead.) Hmm, no way to attach the patch file? Here are the relevant bits in bp-groupblog.php. Replace your functions. Please let me know if it works for you. ` function [...]
-
I had a problem with the admin bar not showing but that’s just because I have Activities switched off. The same error occurs in subdirectory installs. I just commented out the include( ‘groupblog/inc/activity.php’ ); lines for a quick fix. Maybe there’s a better solution? I was getting the following error: Fatal error: Call to undefined [...]
-
-
Lemmy posted a new activity comment:
In fact the group blog isn’t created at all. Strange.
In reply to - Lemmy posted an update in the group BuddyPress Groupblog: It would be great to see this working with subdomain installations of WP. At the moment, when I create a new groupblog, the blog shows all the posts from […] · View - Load More