Forum Replies Created
-
In reply to: How to Integate bbPress Pages into Site Theme
Sorry, I still have no idea what ‘integration’ looks like to you, and without knowing what you wish to change, then I cannot help
Template do functionality for a major part, I suspect that changes you are after are css.
In reply to: User Self-delete?ah, now I can see what you mean.
Yes that’s buddypress not bbpress – try their support forum
In reply to: Specific Forum Topic Not Arranginghmm.. The only way I can immediately think of is to modify loop-topics
so
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-topics.php
Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-topics.php
bbPress will now use this template instead of the original
and you can amend thisso in that file you will see
<?php while ( bbp_topics() ) : bbp_the_topic(); ?> <?php bbp_get_template_part( 'loop', 'single-topic' ); ?> <?php endwhile; ?>
you would need to check with forum the user is in and then custom display
so something like – you’d need to write the code – this is just words !
<?php if (forum == the one you want to change) { then make an array of the ID, and then cycle through them foreach ($topics as $topic) { bbp_get_template_part( 'loop', 'single-topic' ); } } else { ?> <?php while ( bbp_topics() ) : bbp_the_topic(); ?> <?php bbp_get_template_part( 'loop', 'single-topic' ); ?> <?php endwhile; ?> <?php } ?>
In reply to: How to Integate bbPress Pages into Site Themewhich of the files …I should be using to customize the bbPress topic page…which file name I should rename it to
You’ll need to say what customisation you want to do, as that will affect my answer, if you can detail what you are after, I’ll try to help, but I do need details as I said above. I’m not trying to be awkward, just trying to help !
In reply to: Different permissions forum/topicsYes you can use the private groups plugin to set up different groups that can see different forums
In reply to: Plugin Cost Nonsense? Is This WordPress Life?@aeneas1 I don’t think that plugin should be hosted on wordpress plugins, and I’ve asked the plugin review team to see if it violates the plugin rules.
There is an import phpbb in the bbpress software – I think you may have seen it
Dashboard>tools>forums and you can select phpbb – did you have an issue with this?
In reply to: Plugin Cost Nonsense? Is This WordPress Life?so where did you find this plugin? can you give a link to it?
In reply to: Specific Forum Topic Not Arrangingso are these forums within a forum list, or topics within a forum?
In reply to: User Self-delete?Can you provide either a link or a screenshot via say dropbox?
In reply to: Specific Forum Topic Not Arrangingok, thanks – now I think I understand
so within a specific forum, you want these topics to appear in that order – can you let me know if there are other topics which also need to appear below – eg these are the first 5 and then all others appear in date order, or are these the only 5 topics?
In reply to: Include wordpress pages in bbpress forum searchok, so that didn’t work, sorry at the limit of my knowledge in search!
In reply to: How to Integate bbPress Pages into Site Themeok, I think you have may two issues here
1. styling
2. functionalityor maybe both
using template files will not fix styling, and from the link you sent, I cannot understand what functionality is missing – I can access both forums and topics just fine.
So I am not clear exactly what you are trying to fix? Is it just the page background and header – if so you a right they are theme related, but perhaps you could explain what is wrong and what you want to do to fix it by giving me precise examples
For example :
I want to not have xx
I want yy to be greenetc.
In reply to: Include wordpress pages in bbpress forum searchTry adding this to your functions file:
function amend_bbpress_search ($args) {
$args[‘post_type’] = ‘any’ ;
return $args ;
}add_filter (‘bbp_before_has_search_results_parse_args’ , ‘amend_bbpress_search’) ;
In reply to: Specific Forum Topic Not Arrangingsorry, but I don’t understand exactly what you are trying to do, or whether my previous response helped or not.
Can you come back please with further detail.
In reply to: How to Integate bbPress Pages into Site Themeit depends what you mean by integration.
In essence if you create a page in your site called say ‘forums’ and put the shortcode
[bbp-forum-index]
in it, then you have integrated it.Let us know beyond that what you want, and we’ll try and help further
In reply to: Installationunless wordpress.com allow it, there is no way to add plugins – sorry
In reply to: How to add users before site launchinteresting question – bbpress will add the default role you set in forums settings, so if you set this to participant this would sort the majority of users out from a forum perspective.
Which then makes this more of a wordpress question – in essence you could set up the users manually and click to not send them emails, so they would be on the live site when you transfer, but then of course they wouldn’t know their password, so it is a bit of a catch 22 !
In reply to: Forum-wide “subscribe” for ModeratorIn essence you get notified of a new topic, but you are not subscribed to that topic unless you go in and do so, so unless your mods go into each and subscribe, they don’t get subsequent replies.
This plugin automatically subscribes all users who subscibe to a forum to new topics and replies in that forum – they can of course then unsubscribe.
http://www.rewweb.co.uk/topic-subscribe/
and this one you may also find useful
In reply to: Specific Forum Topic Not Arrangingif you’ve copied/pasted it from your code, then you have a space after ‘my_custom_display_topic_index_query and before the closing ‘ bracket
ie
‘my_custom_display_topic_index_query '
when it should be
‘my_custom_display_topic_index_query'
In reply to: Making a Forum ‘Member Only’Use my private groups plugin to achieve this
In reply to: How to make USERS TO MODERATORS – GROUPSThis is an issue with your membership plugin, not bbpress, the ‘manage members’ panel you show is not part of bbpress
In reply to: Member Activity ShortcodesI haven’t blocked you – I don’t have that privilege.
In reply to: Post visible to specific usersThis plugin may be what you need
In reply to: When reply it just jumps to first postbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
In reply to: Where to find “blocked” usersgo to
Dashboard>user>all users
under
Users Add new
you’ll see the worpdress and bbpress roles listed in a single line
eg
All (1,201) | Administrator (2) | Editor (4) | Subscriber (1,050) | Keymaster (2) | Blocked (1) | Moderator (4) | Participant (1,181) | visitor (13)Click on the ‘blocked’ link and you’ll get a filter which just shows these