Search Results for 'buddypress'
-
AuthorSearch Results
-
May 18, 2009 at 6:43 pm #45612
In reply to: Re-submit friend request
Jeff Sayre
ParticipantMike-
You pose a good question. It would be useful to have the ability to re-request friendship, or at least nudge a given person to reconsider.
Of course, as you suggest, there may be other issues like the original email was overlooked or filtered out as spam and never seen. In this case, there’s not much that can been done, especially if a member does not check their profile on a regular basis.
But having a feature to re-request action or an admin-configurable setting that will auto-remind members every week or month to visit their profile would be a nice addition to the platform.
I suggest creating a new enhancement ticket in trac.
May 18, 2009 at 6:20 pm #45610In reply to: Permalinks not working in BuddyPress 1.0 install
Javajoba
ParticipantI had some luck unpluging some plugins.
May 18, 2009 at 5:57 pm #45609In reply to: Translation files not being picked up
Lance Willett
ParticipantHi Philpeter,
The language files go only in
/wp-content/plugins/buddypress/bp-languages(do not create this folder, use the existing one) and should not be copied or placed anywhere else.Move your “bp-custom.php” file out of
/wp-content/plugins/buddypress/and into/wp-content/plugins/.If you are still having trouble, make sure the MO version of the file was created correctly.
May 18, 2009 at 5:26 pm #45608In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
2744569
InactiveHi again, I have slightly changed the mu-plugins/wpmu-signup-captcha.php to fit better on signup page’s design, if anyone interested you can change the lines 37-51 to the following.
<style>
.captcha_img {
display: inline!important;
float: left!important;
margin-left:10px!important;
border: 1px solid #888a85;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.captcha_label {
display: inline!important;
float: left!important;
line-height: 50px!important;
}
</style>
<div class='field-box'>
<div class="extra-field">
<div <?php echo($error ? 'class="error"' : '') ?>>
<?php if($error){ echo $error; } ?>
</div>
<div class="signup-label">
<label class="signup-label captcha_label">
<?php _e('Verification:')?>
</label>
<img class="captcha_img" src="wp-captcha.php?rand=<?php echo rand(0,999999)?>" alt="Captcha code" border="0" />
<input maxlength="12" name="captcha" type="text" value="" />
</div>
</div>
</div>i put the styles in php file which is a bad practice but you can always take them yo your custom.css file.
May 18, 2009 at 3:46 pm #45604In reply to: Buddypress.org profile layout theme, I want it!
David Mazza
ParticipantI also realized why I hated the default member theme so much. For some reason in Firefox 3.5b4 on mac all the font on the member theme is huge. I don’t know if anyone else has had this problem, but it is fine in Safari. It actually looks really nice in Safari.
May 18, 2009 at 3:40 pm #45603In reply to: Buddypress.org profile layout theme, I want it!
David Mazza
ParticipantThanks for the links.
I have seen the horizontal design as well, and I don’t especially care for that either. I have determined for my purposes that I don’t need that navigation at all.
That is an awesome facebook theme, but I don’t literally mean that I want it to look like facebook, I just want it to function more like facebook. Facebook has a very minimal amount of navigation by putting everything into “apps.” I don’t want to do that, but I also don’t think I need navigation just to see each of my friends’ events, groups etc. I am just interested in seeing who is attending each individual event, or who is a member of each individual group.
My ideal design is this: The front page lists upcoming events, new groups and recent activity including blog entries, which is already possible. The top navigation remains the way it is with links to each component. I can see my own profile and friends’ profiles. I can see a list of all events, all groups, and within those events and groups I can see who is attending. Finally, each group has events and a blog. Each blog is primarily used to talk about and link to the group’s events. I guess that is exactly what we already have, but I feel like the default design is almost too much functionality for my needs.
I think I am going to take apart the default member theme and show you what I mean. Then we can go from there, because I think a lot of people might like a more simple member theme.
May 18, 2009 at 3:39 pm #45602In reply to: Problem with News CSS
Jeff Sayre
ParticipantTutsie-
Great! I’m glad you’re back in business.
As you’ve discovered, one of the first places to look when having BuddyPress issues is possible plugin conflicts.
May 18, 2009 at 3:22 pm #45601In reply to: Avatar upload failed
Jeff Sayre
ParticipantPhilpeter-
This clearly looks like a permissions-based issue. A couple of questions:
- What are the permissions for blog.dir?
- What, if any, errors are showing up in your log files?
- Have you tried disabling all plugins except BuddyPress and switching to the default themes?
May 18, 2009 at 3:02 pm #45599In reply to: buddypress upload avatars 404
Jeff Sayre
ParticipantRead the links in this thread and see if that solves your problem. Let us know either way.
May 18, 2009 at 2:59 pm #45598Jeff Sayre
ParticipantBuddyPress Support Plugin 1.0-RC1
If you are truly using BuddyPress 1.0-RC1, then that is your issue. There have been many bugs fixes and improvements since RC1. It’s time to upgrade to the 1.0 public release and try the process again.
Since RC2, BuddyPress is a single plugin that resides in /wp-content/plugins/. Make sure you follow these revised Installation procedures very carefully.
May 18, 2009 at 2:43 pm #45595In reply to: how to change Register for an Account logos
Jeff Sayre
ParticipantHere are some suggestions: https://buddypress.org/forums/topic.php?id=2746
May 18, 2009 at 1:03 pm #45592In reply to: New Twitter Plugin for BuddyPress
Jhuskisson
ParticipantSounds really good, can’t wait to see it
May 18, 2009 at 12:15 pm #45591In reply to: how to change blog url structure
takuya
Participantimpossible in general, but there might be some solution (BUT reinstall is the BEST). If you want to find out more or get feedback, head over to wpmu forum as this questions is not buddypress related.
May 18, 2009 at 11:25 am #45588Paul Wong-Gibbs
KeymasterAssuming you have followed instructions correctly and moved the two themes to their appropiate folders, you just need to enable and activate the bphome theme on the main blog, just as though you would for any other theme.
May 18, 2009 at 11:22 am #45587In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
nicolagreco
ParticipantThis plugin is now integrated better in BuddyPress and it’s included in BPDEV NoSpam http://bp-dev.org/download
May 18, 2009 at 11:19 am #45585In reply to: Blogs disappear from the buddypress user blog list
Paul Wong-Gibbs
KeymasterPlease don’t resurrect 5 month old topics. Start a new one with your questions and provide info on your wpmu/bp versions.
May 18, 2009 at 10:18 am #45583In reply to: Buddypress.org profile layout theme, I want it!
gpo1
ParticipantI agree with DJPaul, but you could get a developer to create theme you want.
However, check this guy out:Nazieb
http://wp-project.nazieb.com/themes/smells-like-facebook/
Might look into it?
May 18, 2009 at 9:24 am #45582In reply to: Blogs disappear from the buddypress user blog list
suleiman
ParticipantI am running into this same problem on my site, except adjusting the privacy options didn’t really do anything. The blogs are still set to “Public” mode, unless there is something else I’m misisng?
May 18, 2009 at 9:12 am #45581In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
2744569
InactiveThanks for the answer, In the meantime i found that solution too, and works fine.
But it seems that this is not the re-captcha plugin what i meant. What i meant is the plugin from http://recaptcha.net/.
Now i have in register page wpmu-signup-captcha.php working, and in comments and posts wp-recaptcha…
Anyways if i find a better way i will post it here.
May 18, 2009 at 6:09 am #45575In reply to: Buddypress.org profile layout theme, I want it!
Sgrunt
Participantthe Shouty Theme has a profile page with horizontal bars: http://www.buddydress.com/2009/04/shouty-theme/
i haven’t tested it with the 1.0 release, but it worked fine with the Rc2.
You can see some profile examples here:
May 18, 2009 at 5:27 am #45574In reply to: Do your duty. Vote!
takuya
ParticipantIs that above buddypress account official?
May 18, 2009 at 5:00 am #45573In reply to: Do your duty. Vote!
2908848
InactiveVote Now!
Or Be Left Out And Do Not Complain Later Head On Over And Prioritize Your Thoughts!
On The Future Road map Ranking Page For “BuddyPress”
Do Your Part Cast Your Vote Now!
Please Help Shape The Upcoming Awesome Future Of BuddyPress BBPress WordPress
“Vote Now”
https://buddypress.org/blog/community/help-shape-the-future-of-buddypress/
May 18, 2009 at 2:32 am #45571In reply to: Announcing: Events component
Erwin Gerrits
Participant@slaFFik–version 0.58 is working with version 1.0… The error you have sounds like you have two versions of bp-events installed… maybe one in buddypress dir and one in mu-plugins or something like that.
May 18, 2009 at 1:57 am #45566hyrxx
Participantthis is available as a plugin, i think its called newblog defaults or similar, i think i remember getting it from bp-dev.org
May 18, 2009 at 12:20 am #45565In reply to: Buddypress.org profile layout theme, I want it!
Tracedef
ParticipantIt definitely looks awesome and moving the nav bars to the top makes a lot of sense in terms of utilizing space a little bit better… the default theme is awesome as well though, Andy and whomever was involved with that did a great job…. which isn’t always the case with default themes….
-
AuthorSearch Results