-
Lemmy started the topic Add tags to blogs? in the forum Third Party Plugins 10 years, 6 months ago
Hi,
I’m looking for a plugin which allows users to tag their blogs, then allows community members to browse blogs via the tags.
Is there anything out there which does this or is close, which I might adapt? I found Burt Adsit’s Buddpress Contents plugin, but it looks like quite a lot of work to bring that up to date for compatibility with current…[Read more] -
Lemmy replied to the topic bbPress – forums per blog? in the forum How-to & Troubleshooting 10 years, 8 months ago
Can anyone shed any light on this?
-
Lemmy replied to the topic bbPress – forums per blog? in the forum How-to & Troubleshooting 10 years, 8 months ago
OK, the menu options have disappeared again, on some of my sites, but not all.
If I change this in bbpress.php
'show_ui' => current_user_can( 'bbp_topics_admin' ),to
'show_ui' => current_user_can( 'manage_options' ),
I can see the Topics menu. Same if I change the permissions for the Forums and Replies menu.
Why…[Read more] -
Lemmy replied to the topic bbPress – forums per blog? in the forum How-to & Troubleshooting 10 years, 8 months ago
Hmm, looks like it was a temporary glitch – switching BBPress off and on again made the menus re-appear for site admins … :/
-
Lemmy started the topic bbPress – forums per blog? in the forum How-to & Troubleshooting 10 years, 8 months ago
WordPress 3.8.1
Buddypress 1.9.1I would like to allow users to set up forums per site in Buddypress. So the admin of johndoe.blogcommunity.com would be able to have forums for his site, as would the admin of janesmith.blogcommunity.com for her site.
Also, there would be forums for the ‘parent site’ blogcommunity.com, and for each Buddypress…[Read more] -
Lemmy replied to the topic Slow Activities query in the forum How-to & Troubleshooting 10 years, 8 months ago
Is it the sitewide activity feed, perhaps..?
-
Lemmy started the topic Slow Activities query in the forum How-to & Troubleshooting 10 years, 8 months ago
I’ve been having some CPU overloads on my Buddypress site, and have started logging slow sql queries. I’m seeing a lot like this:
SELECT DISTINCT a.*, u.user_email, u.user_nicename, u.user_login, u.display_name FROM wp_bp_activity a LEFT JOIN wp_users u ON a.user_id = u.ID WHERE a.is_spam = 0 AND a.hide_site
[Read more]
wide = 0 AND a.type !=… -
Lemmy replied to the topic Problem with bp_core_new_subnav_item under Sites in the forum How-to & Troubleshooting 11 years, 6 months ago
Wellll… after much debugging. I had to override members->single->blogs.php in my child theme and set the subnav to have a
no-ajax
class.
ie.<div class="item-list-tabs no-ajax" id="subnav" role="navigation">
I don’t know if I lose anything with the My Sites page if no-ajax is set.
It would really be much nicer if I could just achieve this in…[Read more]
-
Lemmy started the topic Problem with bp_core_new_subnav_item under Sites in the forum How-to & Troubleshooting 11 years, 6 months ago
Hi,
I’m trying to make a subnav item under Sites, so that I can add a ‘Create New Site’ menu entry.
It doesn’t work because $bp->current_action is not set, so the creation fails at this line in bp-core-buddybar.php:
// If we *do* meet condition (2), then the added subnav item is currently being requested
[Read more]
if ( ( bp_current_action() &&… -
Lemmy replied to the forum topic Academic blogs – how to rewrite urls to hide usernames? in the group How-To and Troubleshooting 13 years, 2 months ago
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 13 years, 2 months ago
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 13 years, 2 months ago
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 13 years, 3 months ago
(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 13 years, 3 months ago
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 13 years, 3 months ago
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 13 years, 3 months ago
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 13 years, 3 months ago
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 13 years, 3 months ago
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 13 years, 3 months ago
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 13 years, 3 months ago
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 […]
- Load More
@lemmyc
Active 10 years, 6 months ago