-
Mike posted an update 14 years, 4 months ago
@modemlooper Thanks for the reply, man. You workin on anything cool lately?
-
Michael Kuhlmann posted on the forum topic template tag for child theme javascript? in the group How-To and Troubleshooting: 14 years, 4 months ago
Thanks =) Yeah, I’ll hard-code it instead. I was hoping something along the lines of bloginfo(‘childtheme_url’) … like an actual template tag but it’s really no biggie. Kind of like a math problem… lots of different methods to arrive at the same solution.
-
Michael Kuhlmann started the forum topic template tag for child theme javascript? in the group How-To and Troubleshooting: 14 years, 4 months ago
Hey guys – So I was trying to reference a javascript in my bp child theme using the ‘template_url’ template tag when I noticed that it pointed to the BP plugin directory instead of the theme directory. I ended up using the ‘url’ tag and entered the rest of the address manually, which worked, but […]
-
Michael Kuhlmann posted on the forum topic Following blog or something similar in the group Miscellaneous: 14 years, 4 months ago
This might work for you.. https://buddypress.org/community/groups/external-group-blogs/
-
Michael Kuhlmann joined the group Miscellaneous 14 years, 4 months ago
-
Michael Kuhlmann posted on the forum topic forums gone after 3.0 upgrade in the group How-To and Troubleshooting: 14 years, 4 months ago
I’ve usually used the “existing” forums button and that solved it. Not sure what the issue/solution was when I ran into that problem, as I did a bunch of things like clearing my cache, upgrading everything to the latest versions and activating/de-activating plugins and even updating permalinks — seems to be my usual SOP whenever […]
-
Michael Kuhlmann posted on the forum topic Buddypress nav bar logo instead title in the group How-To and Troubleshooting: 14 years, 4 months ago
Yes, you can through CSS. Typically, it’ll look something like this…
.logo, .logo a{
display:block;
height:83px;
width:229px;
position:absolute;
right:20px;
top:27px;
}This is a CSS example using a class called “logo” where the width and height are the dimensions of your logo image.
-
Michael Kuhlmann posted on the forum topic Hide Friend and Group Counts in the group How-To and Troubleshooting: 14 years, 4 months ago
a#user-friends span {
display: none;
}a#user-groups span {
display: none;
}same for the other things.. just replace “blogs” or whatever else you need. You can figure it out by using the http://getfirebug.com/ plugin for Firefox =)
-
Michael Kuhlmann joined the group How-To and Troubleshooting 14 years, 4 months ago
-
Mike posted an update 14 years, 4 months ago
Tutorial: How to add a Custom Menu to your BuddyPress theme >> http://www.michaelkuhlmann.com/2010/07/08/how-to-add-custom-menus/ (requires WordPress 3.0)
-
Michael Kuhlmann posted on the forum topic Group Activity on a Site in the group Creating & Extending: 14 years, 5 months ago
Not sure if there’s a template tag for this yet, but I’d go with the activity stream widget (plugin) http://buddydev.com/buddypress/buddypress-sitewide-activity-widget-for-buddypress-1-2-and-above/ … it’s still a work in progress since you can’t post directly from it (only through your profile), but it works right out of the box.
-
Mike posted an update 14 years, 5 months ago
@apeatling Hey, just had a few quick questions… come WP3, will the Default BP theme support Custom Menus and will it also include the Stats and Location widgets?
-
Mike posted an update 14 years, 6 months ago
I just posted my Kaskade ”Dynasty” chill out remix on Beatport at http://www.beatportal.com/remix/contest/kaskade-dynasty-remix-contest/
-
Mike posted an update 14 years, 6 months ago
r2985 installation wizard looks NIIIIIIICE
-
Mike posted an update 14 years, 6 months ago
janky.
-
Michael Kuhlmann posted on the forum topic h-mag.com in the group Gallery: 14 years, 6 months ago
@simoncreative This is absolutely STUNNING! I can see subtle differences from the older version, so it’s really impressive how you were able to keep everything consistent with the upgrade. Big question though: How many hours do you anticipate spending on upgrading h-mag.com with every major release of BP?
-
Michael Kuhlmann joined the group Gallery 14 years, 6 months ago
-
Mike posted an update 14 years, 6 months ago
i feel a shitstorm brewing
-
Mike posted an update 14 years, 7 months ago
wow, diggin this new theme with the inbox, location and stats widgets =D
-
Michael Kuhlmann posted on the forum topic Subdomain support in BP in the group Creating & Extending: 14 years, 7 months ago
If I remember correctly, previous BP versions always had separate themes for BP members’ blogs. The Default BP theme was only a theme for the main blog of your BP installation. The members’ blogs would typically default to Kubrick (a regular WP theme, not a BP theme). Now, if you’re activating a BP theme for […]
- Load More
@suchaqd
Active 4 years ago
Getting some BP themes ready and a membership site that they will be on. Then after that finishing http://buddiphone.com
Whoa, that looks tight man. How difficult is the BP-to-iphone integration/migration?
Painful, lol!
I pretty much have to write a completely new theme structure and change some core functions.
i’m using this as the framework.
http://www.jqtouch.com/
Yikes! Sounds like a ton of work. Well, in that case, you might also like this http://www.sencha.com/ =)
Yup, I been playing with sencha as well. There is already a wordPress theme concept built on that.
http://extjswordpress.net/
Wow, that’s gnarly. I can’t even fathom the amount of time that went into the js.