Forum Replies Created
-
In reply to: Topics not appearing in forum
The issue is related to how wp4.0 looks at search and in particular at the ‘s’ parameter submitted to wp-query. wp4.0 does it differently and what didn’t look like a search to previous wp versions now does when sent from bbpress functions.
Hence why your
$query->is_search
was affected@raghava0501 – great glad you’re fixed
Great that you want to help, and it’s a great way to learn as well.
The easiest way to help is to just monitor the forums page
and just dive in if you think you can contribute to someone’s issues (or more accurately contribute to solving someone’s issues!).
I’m just a humble helper myself, I have no official connection with bbpress, I am only a moderator because I’m here regularly and this lets me get rid of spam.
This is a community and the more helping others the better 🙂
In reply to: 404 on Edit my post@creator2000
Sorry imports are not my strong point, and can’t readily give you nay easy fix.If you are able to access the phpmyadmin, then I’d look at what differences there are in the database wp-posts and wp-postmeta between a created reply that you can edit and an imported reply that you can’t.
In reply to: error after submitok, I googled it and got
http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php
you’ll see from this that your wysija-newsletters plugin is the problem, and that in /helpers/render_engine.php line 109 has a problem
probably whitespace !
Suggest you go to the plugin author for a fix.
for the moment leave it active, the next version of wordpress may fix the issue, but otherwise just leave it there
In reply to: Forum not showing upok, pasting urls into a page won’t really do it
you can either enter
[bbp-forum-index]
or if you are using custom menu’s you can enter the url as a menu item
In reply to: Size font bbpress@ricsca2
bbpress does have a css of its own as yiou found earlier, but tries to use much of the one from the host themeI am trying to write a bbpress css plugin where you can set areas simply
eg
Header : Colour? size? etc.
but progress I slow whilst I work out what bits of the bbpress.css code do and when
Tell me which parts you are still having trouble with eg breadcrumb and I’ll try and help further
In reply to: Blank topics to normal usersPresume you will raise with them?
In reply to: Blank topics to normal usersbbPress 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.
This is an issue with some themes after wp4.0
Try
orThese usually fix it
Great !
In reply to: bbPress isn't showing any forum/categorybut i’m afraid it is not working for me…
Since the ‘soluton’ has options, please explain exactly what you have done.
I also need a link to your main forum page rather than just your site
1. Dashboard>settings>forums and look for topics/replies per page
2 & 3 Not sure what you are referring to maybe these are buddypress rather than bbpress – otherwise give us url’s to both so we can see which you meanIn reply to: Disabling topic creation-boxIf I have understood, you would probably need to alter
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php
copy it to a bbpress directory within the root of your theme and edit it there, and bbpress will use it
probably change line 42/43 to take out the if single forum bit ?
In reply to: bbPress isn't showing any forum/categorysuspect 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?