Search Results for 'buddypress'
-
AuthorSearch Results
-
January 22, 2013 at 10:16 am #151423
danbpfr
ParticipantJanuary 22, 2013 at 9:45 am #151422In reply to: Buddypress admin page not found
Jchamp311
ParticipantHad anyone used pastebin before that could give me some advice on how to use it?
January 22, 2013 at 9:40 am #151421remixines
Participant@mercime would you have an idea of the things i could do for finishing your tutorial?
Best,
RJanuary 22, 2013 at 7:00 am #151417In reply to: Bit confused about BP aggregation
@mercime
Participant@voopress There are some BP-compatible plugins which must be activated sitewide and there are those which could be activated in the BP site only.
For example, BP gallery/media plugins must be activated network-wide so that whatever is uploaded in BP site can be retrieved in member blog sites via shortcode/s. A BP group plugin on the other hand, could just be activated in only the BP site. So check the plugin documentation to be clear if it must be activated sitewide or can be activated in the BP site only.
January 22, 2013 at 6:53 am #151416@mercime
Participant@patrykos360 No. Open up your theme’s header.php file, copy all code, paste in pastebin.com, click submit, and post the generated URI here. Do the same for your theme’s page.php, index.php, sidebar.php and footer.php files.
January 22, 2013 at 3:47 am #151404In reply to: BuddyPress group forum now shows up as bbPress forum
Bjwangschowe
Participant@Chouf1, I did follow the document you referenced define group and site forum slug setting. Site forum continue to use the default slugs (Archive Slugs for Forum base is “Forums” (sorry for the typo in the earlier reply, and Single Slugs for Forum slug is “forum”).
To avoid slug conflict, I chose (as recommended in the same doc you referenced) to create a page title ‘Group Forums’ and with ‘group-forums’ slug. Then in Settings > BuddyPress, under Pages, BuddyPress’ Discussion Forum component directory is associated with the Group Forums page.
If you check my site’s (sfsuovc.org) group discussion forums (Community>Group Forums) and site forum (Site Forums), you can see both group and site forums being properly listed.
These settings have been in place and working before I upgraded BuddyPress from V1.6.1 to V1.6.3. My question is after upgrading BuddyPress, why 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 replies?
January 22, 2013 at 2:14 am #151397Lee
ParticipantAs an aside from the main topic, looking at this, I can see how I could add a ‘Refresh’ button just above the stream.
January 22, 2013 at 2:12 am #151396Lee
ParticipantGave it a go but couldn’t get it to work properly. The filter displays ‘Updates’ but the stream still returns unfiltered posts. The only reason I can think of for it not working is if there is another file that controls the default option. Maybe it’ll work after a full restart of my computer. Will test that one tomorrow.
January 22, 2013 at 1:35 am #151395danbpfr
Participanthad the same trouble while testing. but it works. Perhaps try by removing -1 in the update value
and don’t forget to refresh the browser or close reopen it.
January 22, 2013 at 1:31 am #151394In reply to: BuddyPress group forum now shows up as bbPress forum
danbpfr
Participanti repeat: you have to change the bbpress forum base name.
read here, it’s better english as mine.
January 22, 2013 at 1:22 am #151393danbpfr
ParticipantJanuary 22, 2013 at 12:43 am #151391In reply to: BuddyPress group forum now shows up as bbPress forum
Bjwangschowe
Participant@Chouf1, thanks for the quick reply. It is BP1.6.3, the stable released version. My site is and has been configured to use both bbPress and BP ever since BP1.5 and has not changed. There aren’t any pages with the ‘forums’ slug.
- slugs for bbPress are:
- Forum base: Forum
- Forum slug: forum
- BP Discussion Page slug is group-forums
Since I limited the testing to ‘745…’ group, only this group’s forum was affected. All other group forums and their contents remain intact. This confirms there are no “slug” conflicts between bbPress and BP.
January 22, 2013 at 12:24 am #151387Lee
ParticipantI’m trying that one but it’s not working properly. I have to select Everything (or anything other than Updates) then select Updates for only updates to show. Will keep playing until we get it.
January 22, 2013 at 12:06 am #151385In reply to: BuddyPress Private Community
modemlooper
Moderator- Any private WordPress plugin should work with bp. https://wordpress.org/extend/plugins/members/
- You can use a maintenance mode plugin but use it as a private site plugin.
- I have a paid plugin that includes privacy settings BuddySuite
January 22, 2013 at 12:00 am #151384In reply to: Removing User name from profile url
modemlooper
ModeratorThat is the connect plugin choosing the username not BuddyPress. You can use this plugin to allow users to change their login which is the username slug. http://buddydev.com/plugins/bp-username-changer/
January 21, 2013 at 11:59 pm #151382Patryk
ParticipantHere pasting the contents of my header.php template page.php?
January 21, 2013 at 11:42 pm #151381In reply to: BuddyPress group forum now shows up as bbPress forum
danbpfr
Participantif you use 1.7 trunk you can proceed. If you’re on the stable release 1.6.3, you have to check the path of the group forum and the path of the SW forum.
Bp use by default “forums” for group forums and this slug has priority. This means it cannot be reused for another page, like bbPress plugin.
bbPress plugin comes by default with the same slug name (settings > forum > forum slug)
You simply have to change this to something other.
January 21, 2013 at 11:24 pm #151379In reply to: BuddyPress group forum now shows up as bbPress forum
Bjwangschowe
ParticipantI did a little digging into the database tables and found:
- Records for all activities/actions related to the ‘745-Instructional Web…’ group are still present in wp_bb_forums, wp_bb_post, wp_bb_topics, and wp_bp_activity tables.
- One record was generated in wp_posts with
- post_type=’forum’
- post_parent=0
- post_title=’745-Instructional Web….’
- post_status=’publish’
So, it would seemed when I unchecked ‘I want this group to have a forum’ via the group’s admin tab, saved it, I have effectively “unlinked” the group’s discussion forum and its content from the group. This group forum and its content are now ‘orphaned’.
Then when I re-checked ‘I want this group….’ for the ‘745…’ group, a new group discussion forum was created using bbPress 2.2.3 rather than the BuddyPress’s customized bbPress V1.x. This new group forum (with 0 content) is then linked to group. This would explain the record found in wp_post table.
Is this the expected behaviour? I need to fix this before attempting to migrate existing BP group discussion forums to bbPress 2.2.3 as recommended by the BuddyPress team.
January 21, 2013 at 11:12 pm #151378Paul Wong-Gibbs
Keymasterimath: I’ve just done a code review of your plugin (the version on github, in master), and have left some feedback on Github. We’re keen to use it on BuddyPress.org once the issues are addressed.
January 21, 2013 at 9:58 pm #151373In reply to: Should ALL BP plugins be network activated?
danbpfr
ParticipantHi disapointed,
Recent plugins are all network activable.
First of all, plugins have nothing to do with buddypress, which is itself a plugin.
on a single WP install, you “activate” plugins.
on a network install, you “activate site wide”.
By default, WP is a single install. And “network” is a WP parameter. You can install buddypress on a single WP.Each plugin you install on the main blog is also installed to be used on the network blogs.
To give them these oportunity, you have to check the “plugins” checkbox on the network settings page
your_site/network/settings.php
If checked each blog admin can choose which plugin he want to use on his blog.Difference between a WP plugin and a BP plugin ?
Technically, none. They work and use exactly the same principle: html, php, header infos, hooks, actions and filters.But….
The header of a BP plugin contains a tag: buddypress
This is a crucial information for WP who knows then that the plugin should works only with BP installed.If this tag is missing, the plugin is intended to work with WP (and maybe in some case with BP)
Another difference exist in the action, hooks and filters names, even if this is purely coding stuff and depends on programming quality and knowledge.And that’s all !
Already disapointed ?https://codex.wordpress.org/Writing_a_Plugin
https://codex.buddypress.org/developer/plugin-development/creating-a-plugin/
About WP plugins
https://wordpress.org/extend/plugins/about/January 21, 2013 at 9:48 pm #151372Anonymous User
Inactivethanks @chouf1,
just upgraded the plugin in repo : https://wordpress.org/extend/plugins/buddy-bbpress-support-topic/
once the change set applied, you’ll be able to use this :
`add_filter(‘bp_bbp_st_print_support_type’, ‘dan_style_support_topic’, 10, 2);function dan_style_support_topic( $topic_status, $support_status ) {
if( $support_status == 2 ) {
return ‘‘ . $topic_status .’‘;
} else if( $support_status == 1 ) {
return ‘‘ . $topic_status .’‘;
} else {
return $topic_status;
}}`
January 21, 2013 at 9:46 pm #151371In reply to: @mention in wordpress post comment
myladeybugg
Participant@intimez Definitely a disappointment. Do you know of any plugins to accomplish this? I was unable to find any.
Or is anyone interested in a making a plugin for this?
January 21, 2013 at 8:52 pm #151360In reply to: @mention in wordpress post comment
intimez
ParticipantDisappointed to find out that this has not happened yet since it connects the blog side with the community so it become seemless.
January 21, 2013 at 8:46 pm #151359In reply to: Moving site wide forum topics to BuddyPress Groups
intimez
Participantbbpress plugin that can be used for buddypress groups or just forums would be great. As it is right now, very confusing since each version don’t have the same support for plugins.
January 21, 2013 at 7:53 pm #151351In reply to: Moving site wide forum topics to BuddyPress Groups
limitx3m
ParticipantI’m hoping this means that they are no longer going to use an older version of bbpress for the groups.
That they plan to modify how groups exist so that they all work on the same bbpress and that moving topics to and from a group or site wide forum will become a lot easier w/o a plugin.
That’s what I’m hoping.
ETA on 1.7?
-
AuthorSearch Results