Search Results for 'buddypress'
-
AuthorSearch Results
-
January 23, 2013 at 12:59 pm #151534
In reply to: Site Page Comments Don't Reach Activity
Clive Hetherington
ParticipantI’ve registered this as a buddypress bug in Activity!!!
January 23, 2013 at 12:38 pm #151532In reply to: plugin to manually activate members WP 3.5!
houfton
ParticipantBuddyPress Pending Activations has not been updated for quite a while now – back in 2011 I think – and it is not ‘officially’ compatible with WordPress 3.5 or BuddyPress 6.
I have just tried it on a test site with these latest versions and it does seem to be working for me.
It does however create Warning errors (which will show up in admin if you have display_errors turned on) because it still uses the prepare() function with one argument. See for an explanation.
The warnings I get are like
Warning: Missing argument 2 for wpdb::prepare(), called in /xxx/wp-content/plugins/buddypress-pending-activations/bp-pending-activations.php on line 18 and defined in /xxx/wp-includes/wp-db.php on line 990
Warning: Missing argument 2 for wpdb::prepare(), called in /xxx/wp-content/plugins/buddypress-pending-activations/admin/bp-pending-activations-admin.php on line 6 and defined in /xxx/wp-includes/wp-db.php on line 990If you want to hack the plugin to stop the errors I think there is one instance in bp-pending-activations.php and several in bp-pending-activations-admin.php.
January 23, 2013 at 8:26 am #151527In reply to: friend request button not wworking
January 23, 2013 at 5:43 am #151525In reply to: Registration Pages
CreativeReef
ParticipantHi everybody.
In the time being i already have installed s2Member as well to provide me the membership option with payment trough PayPal.
But i still come across some problems. When the user selects a membership and has paid they will be guided to the register page of BuddyPress. But i have to get more information from them on registering depending on which membership they have chosen.
I really hope somebody can help me out here and reply to this post!
January 23, 2013 at 5:34 am #151524modemlooper
ModeratorIts either the admin or you let anyone. If you want levels of users you need to install a roles plugin that allows finer grain control of allowing users to do certain things
January 23, 2013 at 2:09 am #151522In reply to: Moving site wide forum topics to BuddyPress Groups
limitx3m
ParticipantHopefully they are pulling that and a lot of other things off in terms of groups, bbpress, etc.
Looking promising though!
January 22, 2013 at 11:37 pm #151518talha8877
ParticipantHi @strangerrj,
How do you generate the /the_messaging_page/ part in php?@chouf1,
I used it just like that inside the template but it didn’t return anything. But if I only use an action hook like
`add_action( ‘the_content’, ‘bp_add_friend_button’, 5 );`
Then the same button appears in all the posts. First I thought this worked but when I clicked the button all the buttons in all the posts became ‘cancel friendship request’January 22, 2013 at 10:51 pm #151516In reply to: Removing User name from profile url
danbpfr
ParticipantJanuary 22, 2013 at 10:44 pm #151515In reply to: Removing User name from profile url
modemlooper
ModeratorLike I said, nothing to do with BuddyPress. Connect plugins do not use WP or BP fields for the information. They get it all from the service that is being connected to. Message the developer of the connect plugin about this issue.
January 22, 2013 at 10:33 pm #151514In reply to: Members groups
danbpfr
ParticipantAs super_admin you can access any group admin and delete it if he’s not appropriate to your site theme.
Or you can make it private or hidden.You can also when on site admin go to settings > buddypress > settings tab and uncheck Enable group creation for all users.
This allows to keep group creation open. Now, if a user want a group, he had to ask you to do that for him, so you will have better control what people do on your site.January 22, 2013 at 9:53 pm #151511danbpfr
Participantif you have no particular reason, it would be better that you install wordpress at the site root (example.com/)
What php and mysql version are installed on your host ?
Check also phpinfo(); and look how much php_memory_limit is attributed to your siteJanuary 22, 2013 at 9:52 pm #151510modemlooper
Moderatoronce activated: https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/
Make sure WordPress is up and running by making a post, a page, a comment and adding media via media upload. Then activate BP.
January 22, 2013 at 9:23 pm #151507In reply to: BuddyPress group forum now shows up as bbPress forum
danbpfr
Participantyes, i checked it. But now you did the changes, we’re sure (for the moment) that the bug is elsewhere.
If you want answers from the dev i suggest you to open a ticket on the trac with as much details as possible and a link to this discussion, too.
https://buddypress.trac.wordpress.org/report
you can login with same credentials as here.
January 22, 2013 at 9:03 pm #151504In reply to: Members groups
@mercime
ParticipantPlease clarify, you want to remove the groups component? You can do that in Settings > BuddyPress > Components, uncheck “User Groups”, click Save and you’re good to go.
January 22, 2013 at 8:54 pm #151503In reply to: BuddyPress group forum now shows up as bbPress forum
Bjwangschowe
ParticipantI have found two other posts in this forum ( @HorrorUK‘s post and @mt78‘s post) that have the same problem — which is when an existing group’s forum setting is toggled (disabled the re-enabled):
- topics and replies in that forum no longer show up in that group’s forum
- get ‘There was an error when creating topic.’ message when trying to create a topic in that group’s forum
- the group’s forum now shows up under site wide forum listing
The conflict seems to be stemming from the combination of bbPress and BuddyPress’s discusssion forum component. When an existing group’s forum setting is being re-enabled, it would seem bbPress is used to re-create that forum. This would explain why the group’s forum end up showing under the site forum listing ([bbp_forum_index]). However, when trying to post topic to that forum, BP’s doesn’t quite know where the forum is and therefore unable to process the request.
I would like to hear someone from the BuddyPress development team’s thoughts on this.
January 22, 2013 at 8:43 pm #151502In reply to: [Resolved] Error when adding a new bbPress topic
mt78
ParticipantHow did you do the database cleanup? You used phpAdmin or another tool? And what table? Thanks a lot!
January 22, 2013 at 8:32 pm #151501Faramarz
Participant@modemlooper sorry for being a noob, this is my first attempt to work with WordPress Networks and BP.
After adding a new subsite (Community), it looks like the new plugins should be installed via /wp-admin/network/plugins.php. I think my next step is installing BP and then activating it on the subsite (only) then follow the BP installation?
I went commando and am trying this on the live site (under construction enabled), that’s why I want to make sure I am taking my steps wisely.
Should I still follow this article after installation?
https://codex.buddypress.org/user/install-buddypress-on-a-secondary-blog/Thanks
January 22, 2013 at 8:29 pm #151500In reply to: [Resolved] Error when adding a new bbPress topic
Bjwangschowe
ParticipantAfter you cleared the database and recreated groups and group forums, have you tried disabling and then enabling group discussion forum again to see if you still can create a topic for that group? I am asking this, because this is happening to my site. I cannot afford to clear the database and recreate groups because these groups already have topics and replies. I look forward to hear your results. Thanks.
Here is my post.
January 22, 2013 at 7:41 pm #151497transmission
ParticipantThanks for all the help. Fixed it now, I had missunderstood and had my pages set-up wrong. Thanks again.
January 22, 2013 at 6:02 pm #151489In reply to: Can't overcome mobile issues
modemlooper
ModeratorYou can do some mods with CSS but it will never be 100% perfect. If you are using a child theme you can copy over a template file from BP plugin
buddypress/bp-themes/bp-default/activity/index.php
your-theme-folder/activity/index.php
If you have that file structure bp will use your file instead. You can then edit html to make it fit better. DO NOT edit CSS classes and id’s of BP markup or the javascript will break.
bbPress work similarly but you place bbPress template files in a folder bbpress
January 22, 2013 at 5:48 pm #151488In reply to: BuddyPress group forum now shows up as bbPress forum
Bjwangschowe
Participant@Chouf1, although both bbPress and BP use the “forums” slugs by default, they are configurable. I used the documentation in codex to configure the slugs such that no conflicts exist between group and site forums. In my case, I chose to altered BP’s default from ‘forums’ to ‘group-forums’ and allow the site forums to continue to use ‘forums’ for base slug —– which is one of the recommendations in the codex documentation.
However, just to make sure I went ahead and changed the following:
- BP group forum’s slug changed from ‘group-forums’ to ‘forums’
- bbPress’s site forum base changed from ‘forums’ to ‘siteforums’
The result is EXACTLY the same as my original post which is by disabling then enabling an existing group forum for a group causes that group’s forum to become listed as site forum with 0 topics and 0 replies. While all other groups’ forum and topics remain as group forums.
@Chouf1, have you check my site?
January 22, 2013 at 5:36 pm #151485In reply to: Can't overcome mobile issues
modemlooper
ModeratorOOTB BuddyPress and bbPress are not built for small screens. You will need to re-write the template files if you want a better experience on those devices. BP 1.7 will work better with mobile plugins but the content will still be squished as those plugins are just a wrapper for the content.
January 22, 2013 at 5:06 pm #151481In reply to: [Resolved] Activity template – sidebar disappears?
shanebp
ModeratorJanuary 22, 2013 at 4:59 pm #151478Misko Stanisic
ParticipantIt is a single WP site
WP and BP are installed in the subdirectory wordpress (http://example.com/wordpress)
BP is in http://example.com/wordpress/wp-content/plugins/buddypress/January 22, 2013 at 4:54 pm #151477In reply to: why is buddy press so backwards?
-
AuthorSearch Results