Search Results for 'theme'
-
AuthorSearch Results
-
January 26, 2009 at 5:12 am #36723
In reply to: BuddyPress pages don’t load – Fatal error
redmondtux
MemberThe buddypress member theme is located in:
/wp-content/themes/member-themes/buddypress-member/
January 26, 2009 at 5:03 am #36721In reply to: BuddyPress pages don’t load – Fatal error
Trent Adams
ParticipantIt isn’t finding the member theme. Do you have the it installed in wp-content/ and not in wp-content/themes/ for the actual member-themes folder?
Trent
January 26, 2009 at 4:05 am #36720In reply to: BuddyPress pages don’t load – Fatal error
redmondtux
MemberA Google search, BTW, reveals LOTS of sites running BuddyPress with this problem:
I know the software is still in beta… but I’d love to figure out why this is happening and fix the problem!
January 25, 2009 at 10:46 pm #36713In reply to: Can only add widgets to left-column
softmick
MemberSorry, only added half the information.
Both installations are the standard installations with no mods and the BP home is the default theme.
The link to the site (very early stages) is
Thanks!
January 25, 2009 at 3:43 pm #36704In reply to: Can only add widgets to left-column
Burt Adsit
Participantbp version? wpmu version? Any custom mods to bp or wpmu code? What blog is the home theme running on? Link to your site? Some details would be helpful.
January 25, 2009 at 1:57 am #36686In reply to: member templates
Burt Adsit
ParticipantWhat templates? The blog themes on testbp.org? If so then you can get them at: http://svn.automattic.com/wpcom-themes
I think they come from there.
January 25, 2009 at 1:36 am #36683In reply to: How to browse older blog post
Burt Adsit
ParticipantThe ‘news’ button in the home theme displays the blog posts of whatever blog it’s installed on.
January 23, 2009 at 6:09 pm #36637In reply to: Theme Links to Buddypress Profile
Andy Peatling
KeymasterCan you add this to http://trac.buddypress.org as an enhancement?
January 23, 2009 at 6:08 pm #36636In reply to: Theme Links to Buddypress Profile
Andy Peatling
KeymasterThere is probably a filter on the_author_posts_link() that you can use to replace the link.
January 23, 2009 at 5:02 pm #36629In reply to: Theme Links to Buddypress Profile
Scotm
ParticipantBumpety bump…
January 23, 2009 at 1:40 am #36609In reply to: convert wp template to bp ready?
Andy Peatling
KeymasterJanuary 22, 2009 at 4:04 pm #36589In reply to: Outstanding Bugs: Help Appreciated
belogical
ParticipantI’ve been working on https://trac.buddypress.org/ticket/290
No luck so far. I thought I found the offending location, but I’m not sure now. Can you verify?
wp-content/themes/buddpress-home/css/base.css
wp-content/member-themes/buddypress-member/activity/activity-list.php
January 22, 2009 at 3:20 pm #36582In reply to: Profile pages being redirected to signup page
Burt Adsit
ParticipantLets try and see what’s common here. You both have:
– Subdirectory installs of mu.
– You both are running the bp home theme on blog id 1.
– Attempts to run ‘members’, ‘news’, ‘groups’ or ‘blogs’ in the member or home theme results in a redirect to wp-signup.php.
– You have the latest trunk versions of wpmu 2.7 and bp.
Is this correct?
How about some links to your sites that we can look at and reproduce the problem.
January 22, 2009 at 2:56 pm #36581In reply to: Profile pages being redirected to signup page
theusurper
Participantno it has nothing to do with the theme but with the bp-core plugin itself… its calling up wrong paths as far as im concerned.. wait ill update with today’s svn and check..
January 22, 2009 at 2:35 pm #36579In reply to: Profile pages being redirected to signup page
Joss Winn
ParticipantNo, that’s not it. I’ve just replaced the themes in trunk from today with the themes from trunk a couple of weeks ago which are working on my other install and I get the same problems.
January 22, 2009 at 2:30 pm #36578In reply to: Profile pages being redirected to signup page
Joss Winn
ParticipantWell, I’m glad someone else has seen this. I don’t see this though:
the member-theme selection in the buddy press options(sitewide admin) shows themes from my themese directory(the buddypresshome and other standard wpmu themes) instead of showing the buddypress-members theme.
It’s got to be something in the theme though because I’m running another install using trunk for everything except the themes and it’s running fine.
January 22, 2009 at 1:53 pm #36575In reply to: Profile pages being redirected to signup page
theusurper
Participanto and i think i have found the cause of the problem.. the member-theme selection in the buddy press options(sitewide admin) shows themes from my themese directory(the buddypresshome and other standard wpmu themes) instead of showing the buddypress-members theme. iv been checking the code and well i cant really place my finger on it..
function bp_core_get_member_themes() {
add_filter( 'theme_root', 'bp_core_set_member_theme_root' );
$themes = get_themes();
if ( $themes ) {
foreach ( $themes as $name => $values ) {
$member_themes[] = array(
'name' => $name,
'template' => $values
);
}
}
return $member_themes;
}
function bp_core_set_member_theme_root() {
return WP_CONTENT_DIR . '/member-themes';
}
function bp_core_set_member_theme_root_uri() {
return WP_CONTENT_URL . '/member-themes';
}
January 22, 2009 at 8:58 am #36565In reply to: Profile pages being redirected to signup page
Joss Winn
ParticipantEverything is fresh from SVN trunk about two hours ago. No plugins, no themes, new DB. I tested WPMU with a new blog and edited a post, then installed the BP plugins and themes. It’s as if WPMU doesn’t recognise it’s there.
For example:
http://example.com/wpmu shows the BuddyPress Home page
http://example.com/wpmu/testblog shows the initial test blog
http://example.com/wpmu/members
http://example.com/wpmu/groups – WPMU is treating these like normal and when not finding anything at the URL, is re-directing to wp-signup.php
January 22, 2009 at 7:16 am #36564In reply to: Profile pages being redirected to signup page
Andy Peatling
KeymasterIt should work in a subdirectory just fine, I tested this again today.
What version are you running of WPMU? Are you using the trunk of BP?
Any plugins? Using default themes?
January 21, 2009 at 4:58 pm #36532In reply to: Theme Links to Buddypress Profile
Wardee
ParticipantI’d like to know this also.
January 21, 2009 at 3:06 pm #36529In reply to: Theme Links to Buddypress Profile
Scotm
ParticipantSurely someone has an answer to this question? How are WPMU users linking author or member links in posts from their non-buddypress home theme to the profile page in the Buddypress member theme?
Cheers
January 20, 2009 at 6:55 am #36503In reply to: header.php rev 877
Andy Peatling
KeymasterThe forum line was removed because it was not implemented, it may reappear if theme support for a global forum is added.
You can easily add this back into a plugin:
function add_forum_link() {
echo '<a href="' . site_url('forums') . '">Forums</a>';
}
add_action( 'bp_nav_items', 'add_forum_link' );I’ll investigate the settings not showing, the changes made should not affect that.
January 19, 2009 at 12:28 pm #36480In reply to: Custom Themes or Standard BuddyPress?
oldskoo1
ParticipantDefiantly,
I have already skinned up a members theme, home theme and a host of blog themes for my users.
Its not hard at all, infact just like normal wordpress themes so expect to see a load available soon.
One thing i wish was easier was controlling the page names / urls buddy press assigns as default.
I have manually changed all references but when i upgrade my changes will be reversed
January 19, 2009 at 9:18 am #36475In reply to: Custom Themes or Standard BuddyPress?
gpo1
ParticipantI would use my custom home theme and it would be nice to have more member themes for BP?
January 18, 2009 at 9:01 pm #36456In reply to: Custom Themes or Standard BuddyPress?
nicolagreco
Participantcustom themes sure! for home theme,
for member theme.. customize that too!
-
AuthorSearch Results