Search Results for 'buddypress'
-
AuthorSearch Results
-
January 18, 2010 at 11:35 am #61019
In reply to: FEATURES REQUEST Classifieds (Plugin)
grosbouff
ParticipantI’ll try to continue developping this, even if I can’t work as much that I did because I have a lot of work actually.
I started to get it ready for BuddyPress 1.2 : It seems that no major rewriting is needed.
It is getting to work quite fine…
I’ll continue posting news about this into this topic.
January 18, 2010 at 11:33 am #61018grosbouff
ParticipantOk. Since I see that this is not getting your enthusiasm, ….

Il try too keep doing the job.
I worked 2 more days on this; trying to
-keep coding/debugging it
-adapt it for BP 1.2 directly
I’ll tell you about it in the following weeks into this topic :
https://buddypress.org/forums/topic/features-request-classifieds-plugin
January 18, 2010 at 11:17 am #61015In reply to: Who's online bug
rickgoz
ParticipantI am using BuddyPress Default 1.1.3 by BuddyPress.org.
But it was the same thing before I updated to BuddyPress 1.1.3. So I really don’t know where this bug is come from..
Richard
January 18, 2010 at 9:17 am #61012In reply to: BuddyPress 1.2 and multilanguage
Bowe
Participant+1.. Can’t wait for this to be implemented!
January 18, 2010 at 2:03 am #61007In reply to: Who's online bug
Brajesh Singh
ParticipantThis is most probably a css issue not a bug with the bp 1.1.3.
Are you using the widget with default buddypress theme or some other theme.
If you are using different theme, you will have to style the widget yourself(may be some copy paste can help from bp default theme’s css).
January 18, 2010 at 12:44 am #61004In reply to: Need AJAX help
Erwin Gerrits
ParticipantThanks, guys.
I zipped up my latest code here:
http://erwingerrits.com/bp-events.zip
It installs and loads without errors, but the AJAX never gets loaded. BuddyPress just loads AJAX.php and global.js, automatically handling all Groups scripts, so I have to copy the relevant code into a seperate ajax & global file and load it.
January 18, 2010 at 12:13 am #61003In reply to: BuddyPress 1.2 and multilanguage
abcde666
Participanteven if it´s simple, it would be great if you could just implement it.
Many thanks for this !
January 17, 2010 at 10:40 pm #60996In reply to: BuddyPress 1.2 and multilanguage
Arturo
Participantnote added, thanks JJJ!
January 17, 2010 at 10:17 pm #60993In reply to: BuddyPress 1.2 and multilanguage
John James Jacoby
KeymasterMake a note of multi-language on http://bpdevel.wordpress.com/ and we can talk about it during this coming weeks’ dev chat. It’s something I’d like to see also, even if it’s just something as simple as selecting your language in the settings screen. I’ve had a much more complex version of this running locally for a while now, so I’ll probably simplify it and patch it for Andy to look at soon.
January 17, 2010 at 8:21 pm #60990peterverkooijen
ParticipantAfter painstakingly removing all the table, tr and td from ajax.js the form now works without tables, giving me a lot more freedom to restyle it.
I’ve also replaced this
checkboxes = j("#message-threads tr td input[type='checkbox']");With this
checkboxes = j("#inboxcheck");and added id=”inboxcheck” to the input tag in index.php.
It works fine. It actually seems faster.
I guess the broken delete buttons in 1.1.3 had the same cause. I’ll revisit that next week…
January 17, 2010 at 3:31 pm #60981In reply to: New user blog page are not working
schwooba
ParticipantHi Slicktig1 or anyone…I’m having the same problem as mentioned above. Does anyone have a fix? I’m using the latest buddypress build 1.2…Thanks!
January 17, 2010 at 2:23 pm #60980In reply to: Avatar Upload Issues
rich! @ etiviti
Participanti added a note to this ticket:
https://trac.buddypress.org/ticket/1294
basically i found a few inconsistencies with file paths in the group section – also bp-groups-templatetags.php had a bunch of wrong file paths (double // in group urls) – the image path being sent to process did not contain the fullpath to the file – it would be just wp-content/uploads/etc instead of /home/user/domain/wp-content/uploads/etc)
the image width check was failing (on bp-core-avatars.php)
if ( getimagesize( $bp->avatar_admin->original['file'] ) > BP_AVATAR_ORIGINAL_MAX_WIDTH )to
list($width, $height) = getimagesize( $bp->avatar_admin->originalfile? );
if ( $width > BP_AVATAR_ORIGINAL_MAX_WIDTH )wp_crop_image ignores gif/png and saves everything as jpg (killing transparency – though to note the jquery cropper script does not support transparency during the UI selection)
January 17, 2010 at 2:13 pm #60978In reply to: Facebuddy theme
Paul Wong-Gibbs
KeymasterYou will not get support for issues or bugs when running BuddyPress 1.0; there have also been a few security fixes. You have been warned.
With regards to the theme, if you are unable to purchase a theme or a designer, then the only way is to learn HTML, CSS and WordPress theming.
January 17, 2010 at 11:09 am #60970In reply to: BuddyPress Links 0.2-RC1 now available
January 17, 2010 at 8:14 am #60968In reply to: bbimg My attempt at photos…
peterverkooijen
ParticipantZenPhoto is a inetresting plugin that I’ll look at but the rest are based on a SINGLE blog system.. Many use “posts” to hold data just like WP does instead of actual management..
Not sure what you mean by “actual management”. My worry is that there will be lots of plugins that hook into BP-specific features, but are crap at what they’re actually supposed to do – processing/managing images, managing events, etc.
ZenPhoto is not written to use WP’s basic toolset either, but it is a very solid and versatile gallery script. I’m saying it would be much more useful to develop a plugin the works as a bridge between a program like ZenPhoto and Buddypress.
Kaltura was last written for 1.1 not 1.2
1.2 is not officially out yet. Several key BP plugins are apparently already breaking on WPMU 2.9.1. Good luck staying up-to-date with your project…
January 16, 2010 at 11:04 pm #60958In reply to: Wire Posts in bp 1.2
peterverkooijen
ParticipantYou can prevent confusion if you generate the username (@peterverkooijen) from the real name (Peter Verkooijen), so I could probably live with this solution – haven’t tested it yet…
January 16, 2010 at 9:19 pm #60949In reply to: MU 2.9.1 Upgrade … What broke?
peterverkooijen
ParticipantI haven’t installed BuddyPress Group Twitter and BuddyPress Group Blog, but those were big reasons for me to upgrade from 1.0 to 1.1.3. I’m reluctant to roll back from 2.9.1 to 2.8.6. I’m trying to get my installation to a point where I can leave it alone for another six months, until the next upgrade to BP 1.2 and WP 3.0.
What is the problem? Which changes in WPMU cause the plugins to break? Is anybody working on the fix?
January 16, 2010 at 5:02 pm #60936In reply to: Facebuddy theme
Bowe
ParticipantSure… here you go:
https://trac.buddypress.org/changeset/2316/tags/1.0.3?old_path=%2F&format=zip
That’s version 1.0.3
January 16, 2010 at 3:20 pm #60930In reply to: Facebuddy theme
Bowe
ParticipantThis a theme that comes close:
http://premium.wpmudev.org/project/buddypress-social-theme
demo:
http://buddypressthemes.org/theme-preview/BuddyPress+Social/
It’s a premium theme though
January 16, 2010 at 1:54 pm #60922peterverkooijen
ParticipantThere’s not supposed to be any generated password upon activation in 1.1.3. No passwords are ever sent by email in 1.1.3. You may have missed something in the upgrade.
We had noticed that the welcome email includes a wrong password, perhaps because of different encryption between WP and BP. The password that was entered upon registration still works.
Note that in 1.1.3 the WPMU is disabled by default. To bring it back you have to remove a function from the core files.
January 16, 2010 at 1:47 pm #60920In reply to: Double passwords
peterverkooijen
ParticipantCould this also lead to the wrong passwords in the welcome email?
January 16, 2010 at 1:39 pm #60919In reply to: bbimg My attempt at photos…
peterverkooijen
ParticipantPlease concentrate on writing BP plugins that connect with more mature open source gallery scripts like Zenphoto, Coppermine or the NextGen WP plugin, instead of starting yet another ambitious project from scratch.
I use Zenphoto with the ZenPhotoPress plugin. I would love to have a ZenPhotoBP plugin, but I’d never use any of these new BP-only plugins and if Andy & co built a gallery into the core, I’d have to strip it out again.
This Kaltura plugin may cover your needs if you need more BP integration – semi-commercial third party product.
January 16, 2010 at 1:25 pm #60917In reply to: Excessive Private Messaging Spam
Paul Wong-Gibbs
KeymasterIf you want to hire someone to implement a captcha on the compose message page, please post in this group -> https://buddypress.org/groups/buddypress-job-board
January 16, 2010 at 1:21 pm #60915In reply to: Changing User Avatars through Dashboard
Paul Wong-Gibbs
KeymasterThe avatar is BuddyPress feature and the wp-admin dashboard is a WordPress feature. There’s surely a way to code this up, but it’s not implemented out of the box.
January 16, 2010 at 10:27 am #60906In reply to: Wire Posts in bp 1.2
abcde666
Participant1)
please see this ticket regarding “Public Message”:
https://trac.buddypress.org/ticket/1578
2)
regarding the “@username” within the text-box: it could even happen that somebody does not understand what this means and just deletes this “@username” from within the text-box. The “@username” should NOT be located within the text-message-box but rather being located outside of the text you are writing.
-
AuthorSearch Results