Search Results for 'buddypress'
-
Search Results
-
This is my first child theme, so have mercy 🙂
I don’t know what I am doing wrong but when I copy some files over from bp-default to my child theme folder, the theme stops loading buddypress.css and the template it otherwise uses for buddypress pages.Page that works right:
http://oia.innovationskontorett.se/members/maija-vilkina/activity/Page that does not work right:
http://oia.innovationskontorett.se/members/maija-vilkina/ideas/
or
http://oia.innovationskontorett.se/members/I have copied only the template files I have changed from bp-default to my theme folder and nothing else, and created bp-custom.php for some altered functions.
How do I get the ‘right’ look to work on all pages? It must be something obvious but I can’t figure out what I am doing wrong.
—
WP 3.5.1. BP 1.7.1. Theme built with Roots Boilerplate / Twitter Bootstrap.Topic: My social network
Hello,
I’ve made a social network site using buddypress and I called it Fzfaz.com . I used the buddypress default theme.I am looking to improve it by using good themes, make it more private and interactive with the user. But, unfortunately, not good with using codes to do that. So, any help is appreciated.
fzfaz.com
Topic: Multi_Lingual Buddypress?
Hi I want to make a multi-lingual website,
with buddypress members, separated according to language/countrysomething like:
http://www.website.com/uk(only UK users)
http://www.website.com/us(Only US users)
http://www.website.com/jp(only Japanese users, japanese language)
http://www.website.com/zh(only Chinese users, Chinese language)How might I make this possible?
What sort of plugins would I need?
I am guessing the WPML and Buddypress-Multilingual Plugin for nowI am trying to use the One Community Theme on Word Press. Do I need to instead download Buddy Press and build the site on there? This is my first time trying to set up a Buddy Press page and I just need a little bit of help getting going. Anyone want to be a BuddyPress buddy??? I am working on the site for a nonprofit organization pro-bono.
Kristin Romaine, Like the Lettuce
@likethelettuceTopic: Buddypress Profile Picture.
Hey People.
Is it possible to allow users to set their own account picture, directly from the buddypress account?
Regards,
Magnus Pilegaard
Topic: Blocking members and IP's
Hi people.
Ive just had a new site created with a buddy press community and I really need some good blocking features.
Ideally I want each individual member to be able to block another member from seeing/contacting/interacting with them.
I would also like to be able to block members from the site and if possible block them by using their IP address to make it harder for them to join under another user name.
I’m very new to BuddyPress/being a webmaster so hope these questions arent too dumb! Any help or advice would be appreciated.
Cheers
Tim
Hello everybody,
So I am currently trying to make my wordpress theme compatible with Buddypress, and the “tweaking the layout” section is causing some troubles. I can’t seem to figure out how to fix the alignment. It says in the tutorials, that I should change the HTML structure selected BuddyPress template files to match the structure of your WP theme’s page.php or index.php file.
I am having trouble with finding the structure – it does not look quite right on my site. Can somebody help my figure out my HTML structure in the following, and how I should insert these in my buddypress files?
<?php
/*
Template Name: Page with sidebar
*/
?><?php get_header(); ?>
<div class = "outerpagewrap">
<div class="pagewrap">
<div class="pagecontent">
<div class="pagecontentContent">
<h1><?php the_title();?></h1>
<p><?php the_breadcrumb(); ?></p>
</div>
<div class="homeIcon">"></div>
</div></div>
</div><div id="mainwrap">
<div id="main" class="clearfix">
<div class="pad"></div>
<div class="content pagesidebar">
<div class="postcontent">
<div class="posttext">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class="usercontent"><?php the_content('<p class="serif">Read the rest of this page »</p>'); ?></div>
<?php wp_link_pages(array('before' => '<p>Pages: ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php endwhile; endif; ?>
</div>
<div>
<h3 class="titleborderh"><?php echo stripText($data['translation_share_page']) ?></h3>
<div class="titleborder"></div>
</div>
<div class="socialsingle"><?php socialLinkCat(get_permalink(),get_the_title(),false) ?></div>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div><?php get_footer(); ?>
I am using the bp-compatible plugin.
Topic: SEO for BuddyPress
There are so many SEO plugins around that work well for WordPress but I am struggling to find any that are fully compatible with BuddyPress.
Anyone have any recommendations?
Can anyone tell me how to get a tag clickable to an external link when BP member profile fields says something specific like “website”? It seems straightforward and probably has something to do with conditional tags, but I can’t figure it out.
I’m using WP 3.5.1 and BuddyPress 1.7.1 with a child theme.
Thanks.
ok guys! So I haven’t had this happen on any of my non-buddypress websites so I have no clue why it’s happening now.
I install buddypress on a fresh subsite for multisite.
I then go to setup the pages and the dropdown goes to my main website pages! If I add a new one from there it also adds it to my main website!How can I get it to add from local and what’s causing this? Saw one other support post for yall is all and it was left cold.