Search Results for 'buddypress'
-
AuthorSearch Results
-
February 3, 2010 at 8:26 pm #62317
In reply to: Buddypress strapline
David Lewis
ParticipantAgreed.
February 3, 2010 at 8:19 pm #62316In reply to: BuddyPress Classifieds Component 1-beta released !
peterverkooijen
ParticipantCongratulations! Looks very interesting.
Would it work with BP 1.1.3? If not, what changes between 1.1.3 and 1.2 does it rely on?
I will try myself as soon as I have time…
February 3, 2010 at 8:06 pm #62313In reply to: FEATURES REQUEST Classifieds (Plugin)
grosbouff
ParticipantFirst beta version released !
https://buddypress.org/forums/topic/buddypress-classifieds-component-1-beta-released
February 3, 2010 at 8:00 pm #62312In reply to: Buddypress strapline
geoffm33
Participant> So don’t link it.
That would work.
My point was that whatever method you use needs to still provide the same level of protection from spammers or else you might as well leave the “powered by…” intact.
February 3, 2010 at 7:21 pm #62309In reply to: Buddypress strapline
David Lewis
ParticipantYou could always use some simple javascript obfuscation too. Not foolproof, but better than nothing.
February 3, 2010 at 7:20 pm #62308In reply to: Buddypress strapline
David Lewis
ParticipantSo don’t link it.
February 3, 2010 at 7:01 pm #62307In reply to: Buddypress strapline
geoffm33
ParticipantWell, technically most anything that links to BuddyPress is able to be found:
So a footer logo would link, presumably, to buddypress.org.
February 3, 2010 at 6:45 pm #62306In reply to: Multiblogs using one buddypress database?
Jimi Wikman
ParticipantNope

Not looking for a MU setup as MU has been discarded as an option for several reasons

I think I have found the solution though by changing all instances of $wpdb->prefix to the database and prefix I want to use for all Buddypress installations.
February 3, 2010 at 5:06 pm #62301In reply to: Multiblogs using one buddypress database?
Jean-Pierre Michaud
Participantwhat you refer to would be a WordPressMU install, which is a multi-users/blogs version of wordpress…
February 3, 2010 at 3:28 pm #62297In reply to: Multiblogs using one buddypress database?
Jimi Wikman
ParticipantThis is for several singleuser 2.9.1 blogs and buddypress 1.2
February 3, 2010 at 2:57 pm #62294In reply to: Photo Albums…. omfg!!
Bowe
ParticipantI don’t agree with what you’re saying. I understand the logic behind your ideas, but I think that it’s much better to create a gallery component from the ground up created for buddypress only.
If you have someone working on it which is 110% familiar with BuddyPress and knows exactly which core components and 3rd party plugins might have use for photo galleries, you have a much stronger and cleaner end results then using an existing solution.
You’ve mentioned keeping BuddyPress clean and “non-bloated” for several times, and I think that adjusting/hacking/modifying/adepting existing scripts to work with buddypress (which means a high chance of code conflicts, unused code and a clunky user experience) is not something that I would choose above a well written BP only component.
Would Facebook use an existing photoalbum script? It might sound like a very stupid comparison but I think BP aims to become a open source solution which stands completely on it’s own and can be compared with the bigger social network sites (atleast I hope that’s what they are aiming for:) A awesome BP Gallery component is very much needed and something which should not be (code)based on any existing plugin/script out there.
My 2 cents
February 3, 2010 at 2:39 pm #62293In reply to: Photo Albums…. omfg!!
peterverkooijen
Participant… but relationships to users need to be maintained, in a ddition to Groups and possibly even events. Then each image must maintain an associated comment/activity stream set of functionality. Finally, in order to be truly useful in a social media context, the ability to “tag” a user in an image will be very important.
That’s all metadata with image files, it has nothing to do with uploading photos, generating thumbnails, etc. I’m not saying writing a plugin to make those connections is easy, but it would be easier than writing an entire gallery/photo app from scratch.
I’ve tested several gallery scripts. I needed something that could handle upload of raw photos. NextGen came close, but still had some problems. If Buddypress tries to build an entire app into the core, it’s never going to be as solid as NextGen or Zenphoto or other established gallery apps.
Obviously Nextgen and Zenphoto are for single user galleries. That doesn’t make them any less suitable as starting points for a BP plugin. There has been some discussion about Nextgen on the WPMU forums.
This photoblog plugin claims to support WPMU. Not sure what it does. Haven’t tested it.
February 3, 2010 at 1:20 pm #62290In reply to: i18n for BuddyPress
Arturo
Participanti’m in, and the localization for 1.2 in Italian is updated to the latest trunk, just a note
February 3, 2010 at 10:07 am #62277In reply to: How to customize signup form?
danbpfr
Participant@ yudhister, before you install 1000 plugins to have what you want, read this:
https://buddypress.org/forums/topic/how-to-add-custom-usermeta-to-registration
February 3, 2010 at 9:33 am #62274In reply to: How to customize signup form?
yudhister
MemberActually i want add fileds in blog registration form.So add tow fields Music Genre and Country
fields using buddypress .After that i created new signup. Except above two fields values all values are saving the wp_signups table .But how to save the Genre and country values.
Kindly give me as suggisions.
February 3, 2010 at 9:20 am #62273In reply to: BuddyPress Links 0.2.1 released
danbpfr
ParticipantFebruary 3, 2010 at 8:48 am #62271In reply to: Aligning my buddypress site to the center
danbpfr
ParticipantYou have to create a “custom.css” so the change won’t be affected at the next update.
Read the forum to know how to do this
You have to add
margin: 0 auto;
in the body css
February 3, 2010 at 6:43 am #62269In reply to: Aligning my buddypress site to the center
shaisimchi
ParticipantSo what should I change it to?
sorry – I am not a CSS expert
February 3, 2010 at 6:24 am #62268In reply to: Aligning my buddypress site to the center
tranthe
Participantyes you guessed right issues. the fault of the css.
I think it’s in this region css
body {
background: #DADE6E;
font-size: 12px;
font-family: Arial, Tahoma, Verdana, sans-serif;
line-height: 170%;
color: #555;
width: 960px;
margin: 0 auto;
padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}
You see the line: margin: 0 auto;
Problem it’s just there.
If you still do not fix this. please make a demo I can see.
February 3, 2010 at 2:54 am #62265In reply to: BuddyPress Links 0.2.1 released
modemlooper
Moderatorcan this plugin handle photos as well? Or is it going to?
February 3, 2010 at 2:43 am #62264In reply to: Anonymous on Trac
abcde666
Participant@DJ,
check the post from Jeff:
https://buddypress.org/forums/topic/friends-and-groups-for-buddypress-13/page/2#post-32605
February 3, 2010 at 1:46 am #62263In reply to: i18n for BuddyPress
Xevo
ParticipantOnce 1.2 is released I’ll make a Dutch tranlation.
February 2, 2010 at 10:05 pm #62252In reply to: How to move the Navigation bar to somewhere else
@mercime
ParticipantYou can download BP 1.2 trunk via trac – https://trac.buddypress.org/browser/trunk – click on zip file near bottom of page or svn – https://svn.buddypress.org/trunk/
P.S. If you want BP 1.2 stable version, it’s not out yet, but many are developing on trunk – not for production site unless you’re up to it.
February 2, 2010 at 8:20 pm #62250In reply to: BuddyPress Links 0.2.1 released
Weshaw
ParticipantOddly, I think I’m running into the jQuery challenge on Firefox, but no Safari (both on mac). I’m using Links 2.1. Looks great, btw.
February 2, 2010 at 7:41 pm #62249In reply to: BP1.2 – How to remove parent theme functions?
Mike
Participantnp… also, @andy just updated the bp codex way at the bottom. thought you might wanna know

https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
-
AuthorSearch Results