Forum Replies Created
-
In reply to: bbPress isn't showing any forum/category
suspect it is the same as
In reply to: Size font bbpressWithout a url or screenshot I can’t really help further – there are several places where bbpress has font sizes eg
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: 12px; } #bbpress-forums .bbp-forums-list li { font-size: 11px; } #bbpress-forums div.bbp-forum-title h3, #bbpress-forums div.bbp-topic-title h3, #bbpress-forums div.bbp-reply-title h3 { font-size: 16px; } #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta { font-size: 11px; }
and lots more
I can only suggest you try some of the above in your custom css BUT put ‘!important’ after the px part to ensure that it is not overwritten eg
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: 12px !important; }
In reply to: Size font bbpressit’s not policy to go into private sites on this forum !
1. I presume that you played with font-size: 12px; to see if that made a difference, I only put 12px as a guess – maybe 14px would be better!
2. Can you post a screenshot?
In reply to: 404 on Edit my postThey both have lots of functions that are different for each.
Two directories that deal with their functions
wp-content/plugins/bbpress/includes/replies
wp-content/plugins/bbpress/includes/topics@josuawahyudi – you’re fixed now from your other post (just to save other helpers responding)
In reply to: Just change ALL Text.not as such
There is a POT file
bbpress/languages/bbpress.pot
see
https://codex.wordpress.org/Translating_WordPress
so you could in theory translate bbpress into your words
In reply to: Size font bbpresslink to your website please, I need to see what you are seeing
In reply to: 404 on Edit my postSince you paid for a theme (and it has so much “we are great” on it’s website), suggest you raise this with them first to see if they can give you amended code
In reply to: All Child Forum – Page Not Foundgreat – glad you’re fixed !
In reply to: 404 on Edit my postwhat theme are you using?
In reply to: Remove box around the author namecan you post a link to a page on your site showing this plesae
great – glad you’re fixed
In reply to: All Child Forum – Page Not FoundPresuming you have default permalinks (don’t worry if you have no idea what this means) then it is a known issue with wordpress 4.0 and is in the queue for a fix on the next release.
in the meantime you can either
move you child themes up a level
or (better) change your permalinks to ‘pretty’ ones.
see https://codex.wordpress.org/Using_Permalinks for explanation of what a permalink is
go to
Dashboard>settings>permalinks and set them to ‘postname’
In reply to: 404 on Edit my postok, if you haven’t already try
dashboard>tools>forums>repair forums run all of them but only one at a time
the run the permalink reset again.Presume you have tried resetting permalinks, have disabled all the plugins and switched to default theme as above?
In reply to: Link back to forum from individual Topic post pagecan you post a url to an example of a page you would like this on, and say wherabouts would be ideal
In reply to: bbp_setup_current_userbbPress 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 twentytwelve, and see if this fixes.
In reply to: widget does not display topics, only general linksGreat – glad you’re fixed !
In reply to: Hiding closed subjectNot an easy one.
I presume that you mean automatically do this ? Manually you can of course ‘trash’ a topic and it will cease to appear on the forum
Also what would you like to happen to ‘closed’ topics, presume you would like to keep these, but in being hidden, presume you mean that they never show up in any forums/searches etc. but still show in the backend, or are you happy to actually delete them permanently?
In reply to: widget does not display topics, only general linksin the widget php file, but i couldn’t figure out how to remove the avatar. is there a simple way to do it?
Yes, line 807 says
$author_link = bbp_get_topic_author_link( array( ‘post_id’ => $topic_id, ‘type’ => ‘both’, ‘size’ => 14 ) );
The type can be ‘avatar’ for avatar or ‘name’ for just name, or ‘both’ to display both
So change this to ‘name’
Remember to make a not of changes to this file, as they may well be lost on bbpress upgrades, so you would need to go back in and reply them.
In reply to: Size font bbpressyou should change it as per the previous post
No. 5 is what you need to change, and the guide link at the top of the link above tells you how to do it.
In reply to: Forum search does not work in 2.3.2great – glad you’re fixed
In reply to: Disabling topic creation-boxmy plugin should allow you to only see the required forums
In reply to: Size font bbpresssee no. 5
In reply to: widget does not display topics, only general linksyou should see
(bbpress) Forum serach Form
(bbpress) Forums List
(bbpress) Login Widget
(bbpress) recent replies
(bbpress) Recent topics
(bbpress) Statistics
(bbpress) topics views listdo you not see all these?
In reply to: Show topics, hide content?No, you’re right that’s as far as my plugin goes.
I don’t know of anything that would go further.
I don’t plan outside of bespoke work to add this functionality.