Search Results for 'buddypress'
-
AuthorSearch Results
-
May 30, 2011 at 3:50 pm #113393
In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
satishkn
MemberHi,
Wangguard’s site is too slow. Also, the connection to the site keeps resetting even for login / getting the key and such. I seriously doubt if the plugin works smoothly after configuration.
May 30, 2011 at 3:41 pm #113392In reply to: Call to arms – Abandoned Buddypress Plugins
LPH2005
ParticipantBuddyPress is a typical open source project. First it relies on the community. Second, there is the typical wax and wane.
If I recall, there was a push to go through plugins and put notes regarding the status. Maybe it could be done with the release of BP 1.3.
May 30, 2011 at 2:43 pm #113390In reply to: bbPress Plugins?
Austin Nichols
MemberNever mind.
Should have searched first:
May 30, 2011 at 2:22 pm #113389In reply to: BP MENU LINKS NOT WORKING
ppdesigns
MemberI had already used the template pack but it doesn’t sort the problem. The links on the top menu want to go to…..my site/wp/members/admin/groups (members, forums etc) the links on the bar further down want to go to mysite/wp/groups (members, forums etc) the pages I’ve created are mysite/wp/index.php/groups (members, forums etc) which do work and show what they are supposed to …….so how do I get the other links to go to the pages that work?
I’ve read various things of what to do which is all ok if you know for sure what its all on about…..and I’ve tried loads of different things but nothing seems to be working……I put the members, forums folders in the top folder but I need an a b c guide on how to do it as I’m shooting in the dark really. The members folder I’ve put in the top folder doesn’t have an admin bit inside it
I have been web building for 8 years but there’s still a lot I don’t know & this is getting into this area unless I have an A B C guide of what to do & I’m not the only person who’s had this problem as I’ve read loads of places about it but not seem a simplistic soloution……its a shame cos wordpress is a very easy program to use and that’s why I’m prefering it to a lot of the other programs….. but this buddypress is not
dix
May 30, 2011 at 1:22 pm #113386In reply to: Call to arms – Own your task
Paul Wong-Gibbs
Keymaster@johnjamesjacoby Do you have edit access on the wp.org trac, or can you get the SQL used for the reports? There used to be a way to sneak them out, which is how I added some of them to bp.org trac, but it’s not possible anymore!
May 30, 2011 at 1:02 pm #113385In reply to: Buddypress on Buddypress
Andrea Rennick
ParticipantNo.
By default there’s one buddypress for the entire network or is you have multiple networks, it;s the same thing everywhere.
What the plugin above helps you do is have a second (or even third) network and be able to activate buddypress again on that network with new users and different activity.
May 30, 2011 at 12:53 pm #113383In reply to: Call to arms – Own your task
Andrea Rennick
Participant@djpaul needs codex / documentation is another trac tag I follow over in core WP. This would be for anything that requires a codex entry to explain.
May 30, 2011 at 12:49 pm #113382In reply to: BP MENU LINKS NOT WORKING
Andrea Rennick
ParticipantAre you using the default buddypress theme? If not, you need the bp template pack to put the bp template files in your theme. that’s why they won’t work.
May 30, 2011 at 12:35 pm #113379In reply to: iPhone App
Paul Wong-Gibbs
KeymasterThe tricky bit is that we don’t have an API for getting BuddyPress data out of it programatically… yet(?).
May 30, 2011 at 12:33 pm #113378In reply to: Call to arms – Own your task
Paul Wong-Gibbs
KeymasterHi. Once you’ve made your changes, create a patch, and then upload to https://buddypress.trac.wordpress.org/ (you will need to make a new ticket — one ticket per patch/idea). Then one of the core team will take a look and give feedback/commit as necessary.
As @dennissmolek said, if a child theme has customised, for example single.php, it is important that this change does not render a duplicate sidebar. I am looking forward to see your suggestion.
Also, how much work would it be to make the sidebar go on the left? Is it just a case of changing the CSS or is it lots of work?We’re trying to keep backwards compatibility for the theme as much as possible, as we encourage people to create child themes of it ad don’t want to annoy theme developers.
In general regarding custom post types: we have plans to do this everywhere for BuddyPress 1.4. I am sure that once we are closer to the release of 1.3, we will communicate details for 1.4 on the bpdevel.wordpress.com so everyone can discuss. That may be an appropriate time to kick-start the old groups-as-an-object ticket.
May 30, 2011 at 12:11 pm #113375In reply to: Call to arms – Own your task
Paul Wong-Gibbs
KeymasterAnyone interested in UI should keep an eye on tickets marked as needing UI input: https://buddypress.trac.wordpress.org/query?status=%21closed&keywords=~needs-ui
Perhaps we can add some more reports to the Trac. Are there any on https://core.trac.wordpress.org/report that you would find useful on the BuddyPress trac?
EDIT: just added report 17 — “Needs User Experience / UI Feedback / Designs”
May 30, 2011 at 11:55 am #113373In reply to: Plugins incorporated in v1.3 core?
Paul Wong-Gibbs
KeymasterMay 30, 2011 at 10:35 am #113371In reply to: bbpress posting errors? missing database tables!
sidjags
Memberin addition to what @paul gibbs has to say…
this is the answer you need guys: it helped me out too…
Here is solution:
1) delete buddypress.
2) It might be useful to check if the tables for bbpress were deleted. Check also there is no bb-config.php in the web root folder.
3) reinstall buddypress
4) change ‘TYPE = MYISAM’ to ‘ENGINE = MYISAM’ in /wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/defaults.bb-schema.php before creating groups and using forums.
5) create groups and test forums.And I find it here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bbpress-posting-errors-missing-database-tables/?topic_page=2&num=15
a member @fladnag pointed this out in a different thread…
May 30, 2011 at 10:34 am #113370In reply to: Forums Bug: There are no posts for this topic.
sidjags
Memberthis is the answer you need guys: it help me out too…
Here is solution:
1) delete buddypress.
2) It might be useful to check if the tables for bbpress were deleted. Check also there is no bb-config.php in the web root folder.
3) reinstall buddypress
4) change ‘TYPE = MYISAM’ to ‘ENGINE = MYISAM’ in /wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/defaults.bb-schema.php before creating groups and using forums.
5) create groups and test forums.And I find it here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bbpress-posting-errors-missing-database-tables/?topic_page=2&num=15
a member @fladnag pointed this out in a different thread…
May 30, 2011 at 10:32 am #113369In reply to: Display topic problem
sidjags
Member@fladnag thank you soooo much for that reply… believe me, i found atleast 10-15 forums talking about this issue… but no one put it asa neatly and precisely as you did… thanks!
May 30, 2011 at 8:06 am #113367In reply to: Call to arms – Own your task
Sven Lehnert
Participantwe are kind of new to all this… How to start? I will check out the latest version via svn. That’s fine. But how to check in? Commit? Push?
Should I add the complete theme as .zip file on a ticket? I guess the size will be too big.
I would like to write this patch, I’d like to start with some easy job to slowly go into all this. So the sidebar bug is an easy startup.@dennissmolek, i guess we can keep it update save (backwards compatible) by asking if the sidebar is already active
https://codex.wordpress.org/Function_Reference/is_active_sidebarSome more newbee questions:
Where do I add my other subjects? The sidebar was just one example of a long list we would like to discuss and write patches for.Should we open a ticket for every idea we’d like to change?
Sorry, if some of the questions are already answered in other forum threads.
Maybe it would be a good idea, to write a guide to become an active part on the project.
Thanks for all, we are excited to startMay 30, 2011 at 3:52 am #113361In reply to: Profile Field Setup Help Please
djurban
MemberWell… Now I Have done what i want but i cant make the values save into tables.
In buddypress/bp-xprofile/bp-xprofile-templatetags.php
I Find
`$html .= ‘
‘;`And add After my values
`
$html .= ‘1’;
$html .= ‘2’;
$html .= ‘3’;
`
But i cant save them to profiles, If someone can help me, I would appreciate itMay 29, 2011 at 11:31 pm #113350In reply to: BP MENU LINKS NOT WORKING
@mercime
ParticipantFirst of all, do not use ALL CAPS to post your issue in this forum, it’s not kosher.
Second, what do you mean you “cannot get the links to work”? You have to be more specific than that – like link redirects to home page or to blank page, etc.
Third, pretty permalinks are required in BuddyPress installations. mod_rewrite must be enabled in your server.
Deactivate BuddyPress and any BP plugins you have installed, change to WP default theme – twentyten – and resolve permalink issues at WordPress forums before activating BuddyPress again.
https://codex.wordpress.org/Using_Permalinks
https://wordpress.org/support/forum/how-to-and-troubleshooting
https://codex.buddypress.org/getting-started/before-installing/May 29, 2011 at 11:22 pm #113349In reply to: how to have comment and replies collapse and expand.
Aliceembroid
ParticipantOK I have fixed the entry php and applied the plugin I have this errror on the page
Fatal error: Call to undefined function bp_is_activity() in /home/embroid/public_html/social/wp-content/plugins/buddypress-comments-collapse-and-expand/comment-colexp.php on line 107May 29, 2011 at 11:18 pm #113347In reply to: Buddypress Child Themes
Trouble Maker
MemberThanks for the replies. I decided to use a different theme now and gave up with child theme stuff, it wasn’t originally what I wanted but I’ve been testing it out today and it all works so I’m gonna stick with it.
May 29, 2011 at 10:42 pm #113342In reply to: how to have comment and replies collapse and expand.
Timothy Tarmon Jr
Participant@janismo @Aliceembroid @el_terko @phoenon @4ella @digte WordPress and Buddypress finally registered it https://buddypress.org/community/groups/buddypress-comments-collapse-and-expand/
*edit: If you plan on installing this plugin, please note that you must undo any changes made that were previously discussed within this forum topic.
May 29, 2011 at 10:29 pm #113340gregfielding
ParticipantI’ve got it installed for 24 hours and, so far, nothing blocked in the cache. HOWEVER, I’ve only had 4 spammers sign up in the last 24 hours, where i usually get 30 or so every day. Maybe it works, but doesn’t report properly? I can report, no negative side-effects.
I’ll keep on this and report back if the spammer load stays low.
May 29, 2011 at 7:45 pm #113335In reply to: fix my messages page
Ipstenu (Mika Epstein)
Participantif you want to customize the page, you can copy down the /plugins/buddypress/bp-themes/bp-default/members/single/messages down to your own theme (put it in /themes/yourtheme/members/single/messages ) and edit away.
May 29, 2011 at 7:45 pm #113334In reply to: 404 error one Buddypress installation
Paul Wong-Gibbs
KeymasterI spent another five hours today trying to figure out a way to get this fixed for BuddyPress 1.3, I couldn’t figure out a solution that worked in all situations. It’s pretty much the same problem as https://buddypress.trac.wordpress.org/ticket/1726
But……. https://buddypress.trac.wordpress.org/attachment/ticket/2299/iis.patch
If you can try that, @tejaswi2008, and either comment here or on https://buddypress.trac.wordpress.org/ticket/2299/ that the patch there works, I’ll drop that into BuddyPress 1.3. I don’t know how to force my dev installations to use almost pretty permalinks, so I can’t test it.
May 29, 2011 at 7:42 pm #113333In reply to: Dynamic Admin Bar Link – Can’t find answer anywhere
Ipstenu (Mika Epstein)
ParticipantIf you’re talking about the buddybar, read this: https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/
If you’re talking about the WordPress 3.0 admin bar, that’s different.
In either case, you want this code: `groups_is_user_member( $user_id, $group_id )`

-
AuthorSearch Results