Forum Replies Created
-
19.6.1 works
2.0.1 gives following error log:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1000 bytes) in /Users/Calvin/Sites/wordpress/hezii_dev/wp-includes/pomo/entry.php on line 204Same problem with MAMP Pro 2.0.1 on Lion. WP works but activating BP leads to error.
Redownloading 1.9.6.1 now…
Hi Boone, I just want to make sure if the revision function is based on the wp revision function, since I disabled that in WP in order to avoid useless database entries. Now when I click the History tab, there will be no revisions although I’ve already edited the doc.
Actually when I first saw the planned feature list of 0.1.9, I said to myself, wow, this is really a big release, so big a release and so many new features that it should rather be called 0.2 or even 0.3.
I totally understand what @foxly has said that the development you are undergoing is not the kind that has been done many times before and so you really cannot make a more or less precise estimate of the final release date. And I understand you guys are working hard as I remember @foxly has once said he put 10 hours a day into this project, and actually you are not obliged to release it asap because you don’t charge for this plugin.
But what @albin and others have mentioned is also quite reasonable. As I have just said, the feature list of the next release is really a “surprise!” Based on experience using other wp/bp plugins, I would expect something like, the next release to say “we now support multi-albums”, and then next “we now support integration with flickr” and then next ” now integration with facebook also supported”. Step by step, small steps leading to a great leap.
In this way, we can have a stable process and a sustainable confidence in the plugin, rather than eagerly waiting just to hear that the estimated release date delayed again and again, months, half a year.
I was originally designing my site based on the estimate that the multi-album function will be available quite soon, since the solo album is really not enough and can lead to mess as more and more photos uploaded.
But as time passes, I just decide that although this is a great component and it can help to improve my site a great lot, I cannot build my site based on something whose final coming out is uncertain.
I like bp-album because to my opinion, among all the album plugins in bp community , this is with the most accordance with the idea and design that is behind bp/wp. It’s simple, neat, yet (will be) powerful. And I really hope that as @foxly said there might be an alpha version out in a month or two, this time the release will not be delayed again and we would see the final version of the BIG release coming out by the end of June.
Just see the deadline changed to March 31st.
Hi @foxly
How do I join your project after signing up at Pivotal tracker?
I would like to do the simplified Chinese translation while waiting for the release of 0.1.9
@acaps2007
What I’ve found finally:(It’s based on this article:
http://easyoutsource.com/blog/how-to-code-a-custom-adminbar-in-buddypress/)So if you just set your adminbar to be hidden in css rather than completely disable it in the `wp-config.php`, you could use “to call the notification menu.
If you’ve completely disabled adminbar, then use the following code instead(it’s copied from bp-core-adminbar.php):
`<?php
global $bp;if ( !is_user_logged_in() )
return false;echo ‘
- loggedin_user->domain . ‘”>’;
_e( ‘Notifications’, ‘buddypress’ );if ( $notifications = bp_core_get_notifications_for_user( $bp->loggedin_user->id ) ) { ?>
<?php
}echo ‘
‘;
echo ‘- ‘;
if ( $notifications ) {
$counter = 0;
for ( $i = 0; $i < count($notifications); $i++ ) {
$alt = ( 0 == $counter % 2 ) ? ‘ class=”alt”‘ : ”; ?><li>
<?php $counter++;
}
} else { ?>- <a href="loggedin_user->domain ?>”>
<?php
}echo ‘‘;
echo ‘‘;
?>
`
And as I have found out, the js effect (what you called the “mouse over” effect) is dealt automatically by `bp-themes/bp-default/_inc/global.js`.In my case, I’m building a child theme of bp-default, so I don’t have to worry about js, just copy and paste css codes from `bp-themes/bp-default/_inc/css/adminbar.css` and adjust selectors accordingly.
If you are not building a child theme of bp-default, then maybe you can try search in the global.js and make some copy and past.
Good luck !
What I need is re-creating the notification menu while disabling other parts of the adminbar, that is, a notification label with a count of new notifications, and when moused over, it shows a dropdown list of those nitifications.
Since it’s no easy work building a global inbox page, such a notification menu would still help a lot.
I think I’ve find an easy way to provide the effect you mentioned. It’s rather a css trick than a php-code way. Below is what I’ve find during this process:
First, I find the function `bp_adminbar_notifications_menu()` in `bp-core-adminbar.php`, but it only works when adminbar is enable, and it simply lists out all notifications rather than the “mouse-over” effect we want. It seems `admin-bar.js` is also required, which is totally beyond me.
So I realized that since it already requires adminbar to be enable in the first place, why are we bothering to duplicate this item, especially in so complex a way?
We just need to hide all other items in adminbar, and re-position the notification menu.
So finally I come up with this:
`/** Play with admin-bar to grab notification menu */
#wp-admin-bar {
position: absolute;
}#wp-admin-bar .padder {
background: none;
}#wp-admin-bar .padder #admin-bar-logo, #wp-admin-bar .padder ul #bp-adminbar-account-menu, #wp-admin-bar .padder ul #bp-adminbar-blogs-menu, #wp-admin-bar .padder ul #bp-adminbar-thisblog-menu, #wp-admin-bar .padder ul #bp-adminbar-authors-menu, #wp-admin-bar .padder ul #bp-adminbar-visitrandom-menu {
display: none;
}`Now we have notification menu there, and it’s no longer a “always-in-the-front” item. What remains to be done is further defining the style of this little baby, its position, background color, font color, etc.
Hope this would do some help.
@Paul Gibbs
Glad to hear that.Right now I’m thinking of grabbing the “Notification” item in bp default adminbar, which would at least be better than having four separate links to messages/friend-requests/group-membership-requests/group-invites.
Do you have an answer how to achieve this?
@acaps2007 has also mentioned this here:
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-move-adminbar-links-to-sidebar/?topic_page=1&num=15#post-86623@acaps2007
@ScottWatson
the post linked below says how to display the number of unread messages.But I would prefer the idea @acaps2007 has proposed, that’s the “notification” item and the mouse over effect, since in a buddypress community, we would have
1. private messages
2. friend requests
3. group requests
4. group invites
5. mentionsAlthough the last one is not included in the default bp notification count, combining the previous four in one place would still help a lot.
@r-a-y
I haven’t tried what you said since I find disabling bp would make it work. Maybe I’ll try later.But even if manually uploading would work, it would be annoying uploading them every time they get upgraded.
Hi, I used this method before, and I even moved `
- ` to the end of all tabs.
But after this, although it appears the preferred tab(“My friends” or “my groups”) is selected, the actual activities automatically loaded below the tabs are still all members’ activities.
So it seems the `class=”selected”` is just for defining css style, it does not change the default activity sream loaded.
@mercime
the default one. I disabled global forum directory in backend Buddypress->general setting.Hi guys, I just searched and followed the links here.
I tried moving the code for the “All activity” tab in a child theme, and managed to move the tab to the right of “@mentions” tab.
The problem is although “My friends” tab is now the first tab and appears to be active by default (I added class=”selected” for it), but the rss feed area still displays sitewide activties.
In my understanding, buddypress loads “all activities” when the activity page is opened, and by clicking tabs or setting filter in the dropdown menu, it filters the loaded activites.
So I guess if there is code for filtering and displaying only “my friends” activities, so we could add the code right after bp loads all activities.
Does this sounds reasonable? Anyone has any idea?
@socialpreneur, that’s right. I finally solved this by going into the database and fixed the bbp tables.
I suggest password function for album or for each picture, since sometimes maybe we just want to share pictures with some people rather than all the friends or members.
- loggedin_user->domain . ‘”>’;