Search Results for 'buddypress'
-
AuthorSearch Results
-
February 21, 2010 at 6:23 am #64511
In reply to: Turn Bp in a complete Social Network
PJ
ParticipantPrivacy is an emerging trend in Buddypress. Jeff Sayre creates the best known Buddypress plugin but hasn’t released yet: http://jeffsayre.com/2009/12/05/buddypress-privacy-component-released/comment-page-1/#comment-491 He suggests you look at the roadmap or follow him on Twitter to follow updates.
February 21, 2010 at 6:16 am #64510In reply to: german-language translation ?
abcde666
Participantalso, the above link is not available at “BP-Docs”:
Please update BuddyPress.org in order for people being able to find the i18n download-page (for german language).
February 21, 2010 at 4:54 am #64508In reply to: Comments not showing..
kiwipearls
ParticipantOk comments are not showing also on buddypress 1.2 default theme…
Hrmm…I dunno how to get them to show back up again. REally really need this.
February 21, 2010 at 3:30 am #64505In reply to: Buddypress 1.2 Child Theme Problem
karto
MemberYes. Change it from 100 to 94%. With the bullets i am not sure, but i think there is a definition named
list-style-typewhich has to be set tononein connection with the html-codeulor/andli.February 21, 2010 at 3:20 am #64504In reply to: Error after deactivate buddypress.HELP!!
Jean-Pierre Michaud
Participantfor that, you need to suggest this in a ticket to the WordPress.org system…
February 21, 2010 at 3:19 am #64503In reply to: Error after deactivate buddypress.HELP!!
@mercime
ParticipantIt would be cool to have a plugin where BuddyPress components/plugins are automatically deactivated when BuddyPress is deactivated and at the same time change theme to default theme (esp. with WP 3.0 2010 theme) so that there’ll be no more white screens of death. Something to think about.
February 21, 2010 at 3:02 am #64501In reply to: Buddypress 1.2 Child Theme Problem
John Stringfellow
ParticipantKarto, do you mean change it to 94%? It’s at 100% now. And do you have any idea what is causing the bullet points or dots?
February 21, 2010 at 2:46 am #64500In reply to: Buddypress 1.2 Child Theme Problem
karto
MemberChange in your CSS File bestbuddy-1.css the following definition:
ul.item-list {width: 94%;}February 21, 2010 at 2:27 am #64499In reply to: Activity Time Stamp Saying [Use GMT Timezone] ago
melech-mizrahi
ParticipantFix:
1. Open up bp-core.php
2. Find Function bp_core_time_since( $older_date, $newer_date = false )
3. Locate $since = $newer_date – $older_date;
4. Change the above to $since = ($newer_date – $older_date) – $off_time;
5. Substitute $off_time (used as a reference in the steps) to the amount of seconds your site is off by. For instance my site was off by 5 hours, so I used 18000 (60 * 60 * 5). My result is $since = ($newer_date – $older_date) – 18000;
6. Upload changed to your website.
7. Fixed
After a bit of looking around I noticed that the Status time had been correct…and hence subtracting time led to the [Use GMT Timezeone] to pop up for the status time.
Here’s the fix for this.
1. Find the if statement if ( 0 > $since )
2. Comment out return __( ‘[Use GMT Timezone]’, ‘buddypress’ );
3. Add $since = $newer_date – $older_date; inside the if (above the line you just commented out)
4. Upload changes
5. Fixed
February 21, 2010 at 2:26 am #64498In reply to: BuddyPress-Links 0.3 FINAL is here at last
gonzales84
ParticipantI just noticed that the only categories which are working right are those 3 which come by default: news, humor, other.
The others I added are not filtering the links, but display all.
February 21, 2010 at 2:13 am #64497In reply to: TinyMCE for BuddyPress – works for 1.2 as well
featherodd
Participantditto
February 21, 2010 at 2:12 am #64496In reply to: After the Deadline & BuddyPress
Avi M
ParticipantThanks! Im just afraid to go mucking around with it. I have a habit of breaking things when I do that!
February 21, 2010 at 2:04 am #64494In reply to: Title of new blogs shown as site title?
bewst
MemberOkay, I found it. Looks like a bug in the BP default theme to me, really. This patch fixes it:
--- header-old.php 2010-02-21 02:02:40.000000000 +0000
+++ header.php 2010-02-21 01:54:31.000000000 +0000
@@ -41,7 +41,7 @@
<div id="header">
- <h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
+ <h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bloginfo('name') ?></a></h1>
<ul id="nav">
<li<?php if ( bp_is_front_page() ) : ?> class="selected"<?php endif; ?>>February 21, 2010 at 1:44 am #64493In reply to: BuddyPress-Links 0.3 FINAL is here at last
gonzales84
ParticipantHello,
I’m watching your threads for a few days now and I wanted to thank you for this awesome plugin.
After installing it, this is what I noticed: when choosing a category, sometimes it works, sometimes it shows all links not only those from the selected category.
Also, the timer for when a link was submitted begins at 6 hours.
It works ok, I didn’t notice anything else.
And I have a question: Is there a page where I can access a specific category, like website.com/links/category/news? … and is it possible to make the category name before the title clickable, pointing to a page where only the links from that category are?
I also wanted to make it my homepage, like someone else here. I can see that if I make the homepage a static one, I can chose for site activity, why not links too?
Thanks again for the plugin. I used the previous version too and this one is obviously nicer
The way that youtube videos are opening is just great.
February 20, 2010 at 11:43 pm #64485In reply to: Error after deactivate buddypress.HELP!!
Jean-Pierre Michaud
Participantthe problem is when something related to BP is still active, it will call the engine whatsoever… if people do the uninstalling steps, properly, nothing is broken..
February 20, 2010 at 11:38 pm #64484In reply to: Error after deactivate buddypress.HELP!!
siayuneh
Memberok thank you
February 20, 2010 at 11:35 pm #64483In reply to: Error after deactivate buddypress.HELP!!
siayuneh
MemberThanks, it works !!

does it means once I activate buddypress I can’t deactivate it?
February 20, 2010 at 11:35 pm #64482In reply to: After the Deadline & BuddyPress
michaelmarian
ParticipantI’m looking at it. Good idea for spell checking in forms. Sorry I don’t have an answer for you. Give it a bit. Someone will answer.
February 20, 2010 at 11:34 pm #64481In reply to: Error after deactivate buddypress.HELP!!
Jean-Pierre Michaud
Participantsteps when uninstalling BP:
1- switch theme to WP default
2- deactivate all BP addons
3- deactivate BP
February 20, 2010 at 11:33 pm #64480In reply to: Error after deactivate buddypress.HELP!!
Jean-Pierre Michaud
Participantreload your admin page: http://stecemu.weinandy.net/wp-admin/ and go change your details…
February 20, 2010 at 11:32 pm #64479In reply to: Error after deactivate buddypress.HELP!!
siayuneh
MemberI use bp default. I rename the folder and now I got blank page.
February 20, 2010 at 11:30 pm #64478In reply to: After the Deadline & BuddyPress
Avi M
ParticipantNo one?
February 20, 2010 at 11:29 pm #64477In reply to: Error after deactivate buddypress.HELP!!
Jean-Pierre Michaud
Participantis your theme built based on BP?!… if yes, rename its folder.
February 20, 2010 at 11:26 pm #64476In reply to: Error after deactivate buddypress.HELP!!
siayuneh
MemberI did that already..didn’t work
February 20, 2010 at 11:23 pm #64474In reply to: Error after deactivate buddypress.HELP!!
Mike
ParticipantI’d delete the buddypress plugin folder, refresh your site to make sure it works properly and try a different way of uploading the bp plugin folder (if you did it through the Dashboard >> Plugins >> Add new, then try it manually or vice versa).
-
AuthorSearch Results