-
modemlooper posted on the forum topic Theme designers: contribute to core #2 in the group Creating & Extending: 15 years ago
How about we start a group for designer contributions and duscusions of UI and UX 🙂
-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years ago
is this for 1.3? Thought that wasnt arriving until January. Anyhoo I cant seem to get trunk installed to work properly.
-
modemlooper posted on the forum topic Startup screen and name in the group BuddyPress Mobile: 15 years ago
Start up screens only work if you enable it as a web app.
-
modemlooper posted on the forum topic Buddypress Social Theme in the group BuddyPress Mobile: 15 years ago
just noticed this. I removed the footer call in the front page file and the fb connect plugin ads it’s javascript to the footer. I’ll push and update out
-
modemlooper posted a new activity comment 15 years ago
yeah in a future update the members directory will have a check as well.
-
modemlooper posted on the forum topic Finding the right domain host for buddy press in the group Installing BuddyPress: 15 years ago
i’m sure others will chime in here to suggest a certain hosting. I use media temple but there are many others that are just as good.
-
modemlooper posted a new activity comment 15 years 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
-
modemlooper posted on the forum topic Finding the right domain host for buddy press in the group Installing BuddyPress: 15 years ago
If it’s a cheap shared host it may fail if membership is high. I use media temple shared and for small networks I haven’t had a problem. If you have significant traffic you should look into dedicated hosting. The main difference of cheap hosting to media temple that i’ve experienced is they don’t shut your […]
-
modemlooper posted a new activity comment 15 years ago
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.
-
modemlooper posted a new activity comment 15 years ago
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] -
modemlooper posted on the forum topic BP Columns, left sidebar alignment in the group Creating & Extending: 15 years ago
#leftSidebar{
padding:20px 10px !important;
}
#leftSidebar h3.widgettitle{
margin:10px -10px !important;
} -
modemlooper posted a new activity comment 15 years ago
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
-
modemlooper posted an update 15 years ago
@djpaul why when I updated to trunk it changed my permalink structure and added /blog to it I cant get rid of it now 😐
-
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.
-
-
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’;-
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.
-
-
-
-
modemlooper posted an update 15 years ago
Blasted! updated to trunk on test site and now links are dead.
-
modemlooper posted on the forum topic Placing an image in the header of the default theme in the group How-To and Troubleshooting: 15 years ago
just go into header.php and add a link to the image that you want to use. You’ll see h1 logo and you could put it there or before but you’ll have to fix it via css to make it look right.
-
modemlooper started the forum topic Trunk – new set up dialog in the group Requests & Feedback: 15 years ago
Love the new setup dialog but the first screen is an eyesore. I know it’s the front page of this site and it’s not a comment about that but it just seems like average joe blogger is going to go WTF when they see that. I think heavier descriptions without the imagery is better.
-
modemlooper posted on the forum topic Theme designers: contribute to core #2 in the group Creating & Extending: 15 years ago
I want to add my 2 cents on this. Can we get the default comments to mimic the activity stream?
-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years ago
guess i better upgrade to trunk
-
modemlooper posted on the forum topic Removing the adminbar padder in child theme in the group How-To and Troubleshooting: 15 years ago
#wp-admin-bar .padder{
width: 100% !important;
}that should make it look like the admin bar above
-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years ago
How are you implementing the tabs? Will users need to create these tabs via pages? Or will it be pre-populated? If somebody creates custom links for the tabs then .current-menu-item does not get added to them. This seems like WP is missing something. So it will look funky if some tabs have current states and […]
- Load More
@modemlooper
Active 3 months, 2 weeks 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.