-
Paul Gibbs posted on the forum topic admin and moderator checks in the group Miscellaneous: 15 years, 4 months ago
bp_group_is_admin() and bp_group_is_mod()
-
Paul Gibbs posted on the forum topic Incentive to fill out xprofile information in the group How-To and Troubleshooting: 15 years, 4 months ago
Yeah, there’s not an event that marks how well a profile was filled out for Achievements. Interesting idea, but not sure if I can add it as it looks like it would be very tricky.
-
Paul Wong-Gibbs posted a new activity comment 15 years, 4 months ago
Again, that’s from WordPress 3.0.1. I can’t see any reason why it wouldn’t trigger the same for 1.2.6, but I haven’t got time to dive deep into it at the moment.
-
Paul Wong-Gibbs posted a new activity comment 15 years, 4 months ago
So I just tried this, same here. Did some digging. This is enforced by WordPress, not BuddyPress. In options-permalink.php:
if ( is_multisite() && !is_subdomain_install() && is_main_site() )
$blog_prefix = ‘/blog’; -
Paul Wong-Gibbs posted a new activity comment 15 years, 4 months ago
No idea then, could well be some sort of obscure upgrade bug. I’m not debugging alpha code for this right now 🙂
-
Paul Wong-Gibbs posted a new activity comment 15 years, 4 months ago
You probably have $base or PATH_CURRENT_SITE configured in wp-config.php.
-
Paul Wong-Gibbs posted a new activity comment 15 years, 4 months ago
I haven’t come across this one yet since I’ve been working on trunk. Has it added /blog/ to the regular permalink settings screen?
-
yeah it added /blog to the screen. This a MU install not sure if thats a reason. When I switched back to 1.2.6 I can’t get posts page to work.
http://img.skitch.com/20101105-8fxne3d5cwmwpjjb1khrt4stgq.jpg
-
You probably have $base or PATH_CURRENT_SITE configured in wp-config.php.
-
-
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘tempsg.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if (…[Read more]-
No idea then, could well be some sort of obscure upgrade bug. I’m not debugging alpha code for this right now 🙂
-
-
What’s weird is in the super admin part where you can go to sites and edit things directly I removed the /blog and it’s ok but if I view the permalink settings it has /blog like in the pic above.
-
-
Paul Gibbs posted on the forum topic Theme designers: contribute to core #2 in the group Creating & Extending: 15 years, 4 months ago
I’ll have a try and see what it looks like. I think it’d work but we’d have to keep the “posted at” timestamp more visible like it is on blog comments at the moment.
-
Paul Gibbs posted on the forum topic Trunk – new set up dialog in the group Requests & Feedback: 15 years, 4 months ago
All of it needs work, but thank you for the feedback about the images. I hope to iterate on those screens in the next couple of weeks, and once we’re a bit closer, we definitely want to get usability feedback. 🙂
-
Paul Gibbs posted on the forum topic Warning: Cannot modify header information – headers already sent by (output … in the group How-To and Troubleshooting: 15 years, 4 months ago
Which event plugin are you using?
-
Paul Gibbs posted on the forum topic BP_AVATAR_THUMB_WIDTH BP_AVATAR_THUMB_HEIGHT Used in BP 1.2.6 Update in the group How-To and Troubleshooting: 15 years, 4 months ago
Those control the size of the avatars (used in and for cropping, and in theory throughout the site): https://codex.buddypress.org/buddypress-site-administration/changing-internal-configuration-settings/
-
Paul Gibbs posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 4 months ago
@modemlooper, if I create a custom link item to “example.com/activity”, and then click on that link, it loads the correct page and applies the ‘current-menu-item’ class to the li element. I’m testing this on BP trunk and WP 3.0.1. If I put a Page into my menu, it gives it the class ‘current_page_item’ as it recognises […]
-
Paul Gibbs posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 4 months ago
@modemlooper Components in BP 1.3 will exists as Pages in WordPress. The Pages will be created as part of a new Setup procedure.
-
Paul Gibbs started the forum topic Theme designers: contribute to core #2 in the group Creating & Extending: 15 years, 4 months ago
Thread #1 has been successful so far, so let’s try again. Anyone for CSS for nested comments on blog posts? From memory, the regular WordPress classes are in, but the style just needs adding.
-
Paul Gibbs posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 4 months ago
@hnla I’ve replied to the trac
-
Paul Gibbs posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 4 months ago
@modemlooper the cause for custom link nav items not getting the style for the “selected” page is as a result of _wp_menu_item_classes_by_context() in WP Core, which is doing what it’s meant to do. There’s no good hooks or filters we can use. We’re going to need to style
ul#nav li.current-menu-itemthe same asul#nav li.current_page_item. We can…[Read more] -
Paul Gibbs posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 4 months ago
@hnla Patches welcome
-
Paul Gibbs posted on the forum topic Version 1.2.6 with WordPress 3.0: New User Activation not working in the group How-To and Troubleshooting: 15 years, 4 months ago
I assume this is on multisite? How exactly do you mean “does not work”? What doesn’t? What are you trying to do that doesn’t work? What did you do just before?
-
Paul Gibbs posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 4 months ago
I would suggest ignoring the admin bar as it is likely to change to the new admin bar present in WP 3.1. I think it just needs to remain internally consistent with BP-Default.
-
Paul Gibbs posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years, 4 months ago
I’ll take a look after work. Not sure if we can do anything about it.
- Load More
@djpaul
Active 1 month, 3 weeks ago
confused. Is there no way to get back to having blog posts in the root without /blog?
This wasn’t there before using trunk version
Again, that’s from WordPress 3.0.1. I can’t see any reason why it wouldn’t trigger the same for 1.2.6, but I haven’t got time to dive deep into it at the moment.