Search Results for 'buddypress'
-
AuthorSearch Results
-
July 8, 2011 at 11:42 pm #116029
In reply to: How to remove option to edit Base Profile info?
danbpfr
ParticipantBy default the only “base” information is the username. This can’t be deleted.
Also why to delete when you can hide or give permission ?For the other field or fiedset YOU added, try some of these plugins
https://wordpress.org/extend/plugins/bp-profile-privacy/
https://buddypress.org/community/groups/bp-privacy/July 8, 2011 at 11:18 pm #116026In reply to: Integration with iBlogPro4
July 8, 2011 at 8:59 pm #116014sjshaw361
MemberI just did a little digging and found this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/cannot-enable-multisite-after-buddypress-install/#post-90733I hope this helps.
July 8, 2011 at 8:54 pm #116013sjshaw361
MemberI am also curious about this, however “Install BuddyPress on a secondary blog” don’t seem to answer the question, and “Yes” answers the question without an explanation or instructions.
Thanks
July 8, 2011 at 8:50 pm #116012In reply to: Is it possible to make some profile fields private?
danbpfr
ParticipantMaybe this can help ?
https://buddypress.org/community/groups/creating-extending/forum/topic/hide-profile-field/
https://buddypress.org/community/groups/bp-profile-privacy/
http://bp-tricks.com/snippets/displaying-certain-profile-fields-on-your-members-profile-page/also remember that privacy controls don’t apply to Admin. Admin can see everything. Log in as a regular user and then test.
July 8, 2011 at 6:14 pm #116000gregfielding
ParticipantAs a work-around, I wonder if I could use this plugin https://wordpress.org/extend/plugins/buddypress-xprofiles-acl/ to assign roles based on the profile field answer.
Then I could more easily show different sidebars depending on roles.
Not the cleanest way to do it. Has anyone else had trouble with checkboxes?
July 8, 2011 at 5:08 pm #115995r-a-y
KeymasterIt’s a cookie problem that was not fixed in v1.2.
However, it is fixed in v1.3:
https://buddypress.trac.wordpress.org/changeset/4039July 8, 2011 at 4:39 pm #115992In reply to: plazaa – A german BuddyPress community
poolie
Participantwe have relaunched the homepage and a lot more.
you can also vote for us at the wordpress showcase https://wordpress.org/showcase/plazaa/
July 8, 2011 at 6:34 am #115974In reply to: All BP pages gone after updating to WP3.2 and BP 1.9
dharmen99
ParticipantYes, i upgrade WP first using auto update when I saw there was an update available in the dashboard. With the WP site, all went well. My BuddyPress site seemed fine until i clicked on the members link and I got the page not found message. i then saw in the dashboard that 1.29 was available for BP (it was not offered before this point). Thinking this would sort the problem with the members page i ran the auto update for 1.29. After that all the main links gave the same message. The message does not say 404 on it, it just has two lines:
‘Page Not Found’ and ‘The page you are looking for cannot be found’. thats all.
The permalink structure is set to ‘Numeric’.July 8, 2011 at 5:25 am #115973In reply to: Problems with buddypress
dennissmolek
Participant@LPH2005 Good point, I dont know if it gets overwritten, I’ll have to look into that..
July 8, 2011 at 2:19 am #115967In reply to: BP Admin Bar overlaps my dashboard
astromono
Participant@mercime It looks the same. I deactivated all plugins both on the network and in each individual site (I have 3 sites in my network). Made sure the default Buddypress theme was activated (only on one site) and Buddypress on network activate.
I believe you had told me to follow these steps before in the WordPress forums before, but it didn’t work that time either. What could be causing this issue?
July 8, 2011 at 1:59 am #115965In reply to: Whats going on?
July 7, 2011 at 11:31 pm #115956@mercime
Participant@lockamiz23 have you tried the troubleshooting basics like changing theme to bp-default and deactivating all plugins except BuddyPress?
July 7, 2011 at 11:28 pm #115954pcwriter
ParticipantOops… forgot the link

https://buddypress.trac.wordpress.org/ticket/2685July 7, 2011 at 8:04 pm #115927In reply to: All BP pages gone after updating to WP3.2 and BP 1.9
dharmen99
ParticipantI don’t remember ever having set them other than in the beginning when i had to select a new format for them. i’ve just been to the permalinks tab in the dashboard and re saved the setting and it says permalink structure updated, but theres no change. Is there somewhere else I should check? I have also looked in the error log and from the the day i did the upgrade (automatic) there is this line:
‘[05-Jul-2011 10:34:43] PHP Fatal error: Call to undefined method wpdb::WPDB() in /home/sannyasn/public_html/now/wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress.php on line 144’, repeated 7 times. I looked at line 144 but it does mean much to me.July 7, 2011 at 7:54 pm #115926In reply to: BuddyPress 1.3
Hugo Ashmore
ParticipantAs has been mentioned and blog posted about there are site maintenance things going on this week.
July 7, 2011 at 7:36 pm #115925r-a-y
Keymasterbp-album uses the activity stream to add comments.
Blog post != activity stream.
What I’d recommend is to disable activity replies for blog posts and comments.
To do this, login to your WP dashboard and navigate to “BuddyPress > General Settings”.
Under “Disable activity stream commenting on blog and forum posts?”, select “Yes” and save.
July 7, 2011 at 7:29 pm #115924In reply to: BuddyPress 1.3
dude
Membersorry to but in, but has there been a change in here, I can’t start new topics, and my previous topics are unable to be found?
July 7, 2011 at 7:26 pm #115923In reply to: How to show activity from ALL the members of a GROUP
r-a-y
KeymasterCheck out the activity stream loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/You’ll need to pass the “object” param as “groups” and the “primary_id” param as the group ID.
eg.
if ( bp_has_activities( ‘object=groups&primary_id=’ . YOUR_GROUP_ID ) ) :
… the rest of the code as written in the codex articleJuly 7, 2011 at 7:16 pm #115920In reply to: BuddyPress 1.3
Hugo Ashmore
ParticipantTesting is hugely important, the more people doing that the better, spotting bugs and feeding back will help ensure bug fix point releases are reduced.
July 7, 2011 at 7:07 pm #115919In reply to: BuddyPress 1.3
rossagrant
ParticipantJust want to say thanks to everyone working on BP 1.3.
I wish I could get involved coding somehow but I have no experience whatsoever unfortunately. I know how to use BP inside out though and could test EVERY aspect thoroughly if that’s any use to anyone?
Ross
July 7, 2011 at 5:56 pm #115912In reply to: BuddyPress Follow is not working
ronia
ParticipantIs buddypress.org using latest WP+BP+ latest Buddypress Follow.
I cannot seem to get them work though they worked in the previous versions. Its a fresh install of atest WP+BP+ latest Buddypress Follow but Follow button or sidebar widget does not show up.
I am badly stuck up – any idea to get this working?July 7, 2011 at 5:45 pm #115910In reply to: BP Admin Bar overlaps my dashboard
@mercime
ParticipantDeactivate all plugins except BuddyPress, keep on the bp-default theme and clear cache and cookies. How’s the BP Admin Bar now?
July 7, 2011 at 5:44 pm #115909In reply to: No one is able to ‘reply’ since the last upgrade
Gossy Uk
MemberI have downgraded my buddypress Install to see if thats where the problem lies, however it still persists. I am not running Buddypress 1.2.8 however the reply doesnt work.
So i presume this has to do with the WordPress aspect.
Everything works fine in the default theme however.
July 7, 2011 at 5:33 pm #115906In reply to: BuddyPress 1.3
enderandrew
MemberLooking at that tracker:
3059 – Has a working patch and perhaps can be closed.
3158 – Has a patch submitted and has work done on it. Perhaps this is close to being closed.
3240 – Has a patch submitted and has work done on it. Perhaps this is close to being closed.
2707 – The attached patch needs a small tweak and this looks close to being closed
3241 – This master ticket only points to 3240 now as everything else is done
3294 – Looks done and perhaps can be closed
3312 – Has a patch submitted and has work done on it. Perhaps this is close to being closed.
3314 – A work in progress, but should be quick find/replace workSo of the 8 tickets, two can probably be closed currently. One just points to another, and the other 5 have had good progress.
Looking good!
-
AuthorSearch Results