Search Results for 'wordpress'
-
AuthorSearch Results
-
November 7, 2010 at 10:09 pm #97680
In reply to: Buddypress on WP 3.0.1
noizeburger
ParticipantYou need to change the permalink structure (something other than the default setting) in your wordpress-settings.
November 7, 2010 at 9:15 pm #97669In reply to: How to create Semi-Private groups?
r-a-y
KeymasterAs noted in the ticket:
https://trac.buddypress.org/ticket/1125#comment:3It should be possible by creating a plugin.
If you have a little WordPress experience, check out /buddypress/bp-groups.php for all the necessary hooks and filters to start work on the plugin.November 7, 2010 at 12:18 pm #97652In reply to: Edit Profile not Updating
Paul Wong-Gibbs
KeymasterWhat versions of WordPress and BuddyPress are you using? Which theme? What other plugins are installed?
November 6, 2010 at 5:19 pm #97626In reply to: unable to delete account
intimez
ParticipantHaving same issue after upgrade. Reopening ticket.
https://trac.buddypress.org/ticket/2414
[wordpress3.0.1+buddypress1.2.6]
November 6, 2010 at 1:47 pm #97612In reply to: Disable name change for users
Snypa
ParticipantThank you mate, I will try this now. Btw in wordpress version 1.3, will be able to disable this part of the profile?
November 6, 2010 at 5:47 am #97601In reply to: Group Custom Post Types
@mercime
ParticipantNot exactly. Check these out though
https://wordpress.org/extend/plugins/bp-groupblog/November 6, 2010 at 5:43 am #97600@mercime
Participant“My host informs that when I installed wordpress it was not wordpress MU. Could this be the issue? “
No, that is not the issue. BP works in single WP.
But if you want to give your members their own blogs, then you have to go multisite, i.e. create a network.
You should also check out this article, before installing BuddyPress – https://codex.buddypress.org/getting-started/before-installing/November 6, 2010 at 5:25 am #97599@mercime
ParticipantThat plugin https://wordpress.org/extend/plugins/eventr/ was last updated 11-12-2008
Have you checked out BP Compatible Event Plugins
https://wordpress.org/extend/plugins/jet-event-system-for-buddypress/other_notes/
https://wordpress.org/extend/plugins/eventpress/November 5, 2010 at 11:36 pm #97588In reply to: Custom avatars arent showed on single blogs in WPMU
Enej Bajgorić
ParticipantI think you can use the User Avatar Plugin
https://wordpress.org/extend/plugins/user-avatar/
Cheers Enej
November 5, 2010 at 9:46 pm #97583In reply to: Finding the right domain host for buddy press
allday-k
MemberI highly recommend Laughingsquid.
They are one of the WordPress recommended hosts, https://wordpress.org/hosting/
and I think they are great.November 5, 2010 at 3:06 pm #97557teebes
ParticipantWhat host provider are you running the install from? Do you have command line access?
November 5, 2010 at 2:09 pm #97552oneguru
ParticipantI’ve done that, it’s a BP problem…
November 5, 2010 at 12:18 pm #97548In reply to: More of the Crop Problem!
thelandman
Participant@Annoyed, What theme are you using? Do you have a link I could take a look at. Often the problem is that a theme or plugin includes a different version of jquery to the that comes with WordPress. You could load jquery from google. Put this code at the top of your functions.php (in your theme folder)
`function my_init_method() {
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js’);
}add_action(‘init’, ‘my_init_method’);`
November 5, 2010 at 11:37 am #97545In reply to: please help me understand a wordpress/BP feature
ovizii
Participantthx.
November 5, 2010 at 1:14 am #97519In reply to: please help me understand a wordpress/BP feature
Boone Gorges
KeymasterI’m not aware of any documentation outside of the software itself. The functions that do the sync are pretty short and easy to understand. Check out `xprofile_sync_wp_profile()` and `xprofile_sync_bp_profile()` in buddypress/bp-xprofile.php to get a sense of just what’s being synced.
November 4, 2010 at 11:48 pm #97511In reply to: Privacy breach on my BP install, need help please
clicfr
MemberHi Paul, I am using WordPress 3.0 and BuddyPress 1.2.6
I have not changed any settings – Buddypress comes right out of the box using member’s login info in the urls.
My URL for instance is /members/admin and stays that way even though my full name is “FirstName LastName”.I need BuddyPress to use the full name field, not the username field.
Can you help with this ?
Sebastien
November 4, 2010 at 11:36 pm #97508In reply to: Theme designers: contribute to core
Paul Wong-Gibbs
Keymaster@modemlooper, if I create a custom link item to “example.com/activity”, and then click on that link, it loads the correct page and applies the ‘current-menu-item’ class to the li element. I’m testing this on BP trunk and WP 3.0.1.
If I put a Page into my menu, it gives it the class ‘current_page_item’ as it recognises it is part of the WordPress object hierarchy.
November 4, 2010 at 11:31 pm #97507In reply to: Theme designers: contribute to core
Paul Wong-Gibbs
Keymaster@modemlooper Components in BP 1.3 will exists as Pages in WordPress. The Pages will be created as part of a new Setup procedure.
November 4, 2010 at 11:09 pm #97506In reply to: Privacy breach on my BP install, need help please
paulhastings0
ParticipantFirst of all I would change it back to the “full name” field until you figure this out.
What versions of WordPress and BuddyPress are you using?
November 4, 2010 at 9:36 pm #97489In reply to: please help me understand a wordpress/BP feature
ovizii
Participantis there any documentation which fields get synchronized with which fields? maybe some more fields could be hooked up for synchronization? since you said: `with changes automatically synced back to WP.` I’d like to know what goes where and when

just curios here.. and thanks for clarifying this for me.
November 4, 2010 at 8:20 pm #97476Boone Gorges
KeymasterTry switching off BP, and registering a new user through WP’s normal signup procedure wp-signup.php. Are WP emails being sent? If not, then this is probably not a BP problem, but is a problem with the configuration of your WP installation.
November 4, 2010 at 8:18 pm #97473In reply to: New Buddy press for Band
Boone Gorges
KeymasterFor the first stage of the process (blog, feeds, twitter integration) BuddyPress is overkill. WordPress by itself will be great for this purpose.
If you want forums and other social features, BuddyPress will be a good option. The best place to start is by installing BP on a test installation, playing around with it and asking questions in these forums. Good luck!
November 4, 2010 at 8:16 pm #97471In reply to: I need a Great php Tutorial site
Boone Gorges
KeymasterI learned PHP by trying to build something. Find a BuddyPress or a WordPress plugin that does something small but interesting, and pick it apart. Try to modify it to do something similar.
November 4, 2010 at 8:15 pm #97470In reply to: please help me understand a wordpress/BP feature
Boone Gorges
KeymasterIf you’ve got a system with lots of people, you may very well have more than one person named “John Smith”. That’s why you need unique identifiers like usernames. The regular name “John Smith” then acts like a piece of profile data. This works the same way in WP as in BP, though WP and BP (for a variety of reasons) store that full name info in different places.
The BP-WP profile syncing is basically a syncing mechanism for full names and email addresses. That’s because WP doesn’t have very extensive built-in profiles. On the vast majority of BP installations, users will never have any contact with their WP profile data – all of their profile management will happen through BP, with changes automatically synced back to WP.
November 4, 2010 at 7:47 pm #97464In reply to: please help me understand a wordpress/BP feature
ovizii
Participantok so the Wp one would be the username and the BP one whatever I want? still I think its unnecessary.
btw. where can I read more about this supposedly synchronization between the WP and BP profiles?
I mean this is not activated so what gets synchronized and when? `Disable BuddyPress to WordPress profile syncing?:` -
AuthorSearch Results