Forum Replies Created
-
In reply to: BBPress not working with Optimizepress Theme
and once you had transferred the plugin to your site, you did go in plugins and activate it?? 🙂
In reply to: BBPress not working with Optimizepress ThemeAs far as I can see the solution is with that code snippet – it fits the problem description very well
can you amend line
if ($forumPage->post_type == 'forum'){
to
if ($forumPage->post_type == bbp_get_forum_post_type() ){
and try it again
In reply to: BBPress not working with Optimizepress Themeok, since we can’t see your forum – we just get a login page, what language is your site in?
In reply to: bbp_new_forum hooktry this for topics
In reply to: Yet another sidebar issueok, can you paste the page.php file here please AND make sure you enclose it all as code !
In reply to: BBPress not working with Optimizepress Themesort of
ok, so can you add a new page
heading : members
Content : [bbp-forum-index]
and set the permalink of that page to` http://www.staging1.stressebook.com/members/
`and then tell us what you get when you view that page
In reply to: BBPress not working with Optimizepress Themeok, just eliminating as sometimes local (pc) installations can have url issues.
Can you tell us in
Dashboard>settings>forums
what the forums root is set to and also do yiu bave a wordpress page with
[bbp-forum-index]
on it? and if what is the url of that page?In reply to: BBPress not working with Optimizepress Themeso it is on a server/with a hosting company – not on your PC ?
In reply to: BBPress not working with Optimizepress Themejust a question, but is your staging site a wamp/lamp/mamp site ?
In reply to: What do I do?all themes allow a child theme – it is a wordpress thing not a theme thing. They won’t ‘support’ as in give you free help to set up and run.
see
https://codex.bbpress.org/functions-files-and-child-themes-explained/
As Pascal says, we can help with specific queries, but not in a full set-up. But googling around will fix a lot of what you’re asking.
In reply to: Adding extra fields to bbp registersince it uses wordpress registration, and wordpress plugin will work
several plugins for example
https://wordpress.org/plugins/cimy-user-extra-fields/
andhttps://en-gb.wordpress.org/plugins/user-meta/
neither tested just suggesting examples !
In reply to: Removing date from Freshness columnit would be quite easy to cut a fresh version of my last post plugin especially for you that works on the date you put in the forums.
contact me via my website
In reply to: Removing date from Freshness columnthat’s interesting, I hadn’t spotted that bbpress did that, I just tested it.
Let me have a quick look to see if I can work a fix for that.
In reply to: Participant role not workingif it isn’t still a caching issue, 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.
Then come back
In reply to: Participant role not workinggreat – glad you’re fixed !
In reply to: Hiding Sub-parentsGreat – glad you’re fixed !
In reply to: Removing date from Freshness columnno simple way to remove using css
You could just download my plugin and have it as a proper date
In reply to: Hiding wp from forum subscribersgreat – glad you’re fixed !
In reply to: Participant role not workingis the forum ‘private’ or ‘hidden’ – sounds like it is hidden if only mods can see it.
In reply to: Hiding Sub-parentsOk, you need to amend some templates and put these into your child theme
https://codex.bbpress.org/functions-files-and-child-themes-explained/
Sub-forum removal
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-single-forum.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-single-forum.php
bbPress will now use this template instead of the original
and you can amend this to remove the sub forumsline 44 says
<?php bbp_list_forums(); ?>
delete this line and the sub forums will go !
forum posts
do the same as above, but for content-single-forum
and then take out line 26 that says
<?php bbp_single_forum_description(); ?>
In reply to: Hiding wp from forum subscribershttps://en-gb.wordpress.org/plugins/global-admin-bar-hide-or-remove/
or if you know code
add_filter('show_admin_bar', '__return_false');
In reply to: BBpress Forums and Topic Stylingbbpress looks different on every theme so we need to see yours
So can you
a) post a url to your site and in particular an example page
b)state exactly what items you want larger smaller
In reply to: bbP Members Onlyyes my plugin private groups
In reply to: bbPress site separate from my main website?Great – you will learn a lot by doing so, and whilst initially it might be painful – it is worth it.
And at the end of the day, if you don’t take backups into your control, then any backups your host provider takes will be worthless if they go bust or have a major site failure. Being able to reconstruct you site anywhere is highly valuable.
In reply to: where to put bbpress.css in child-themeThe code isn’t better, but I wanted to be sure that code itself wasn’t an issue. obviously posting the exact code works, although it doesn’t preform what you wish.
So back to the gallery plugin author for his help
I don’t know what giving throttle capability does the dics only discuss the setting
Throttle posting every
Set this to the minimum time (in seconds) between posting new replies in bbPress forums. This is useful to help stop spamming or other attempts to interrupt the normal flow of the forum.