Forum Replies Created
-
In reply to: lenders site not clickable
I tried to switch theme, from gantry framework to twenty fourteen, it solved the problem, but am not good with twenty fourteen.
So it’s a theme conflict that is causing the issue
suggest you go onto their support forum and see if they know how to fix !
In reply to: Disabling topic creation-boxcreate a directory on your theme called ‘bbpress’
ie wp-content/%your-theme-name%/bbpress
find
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.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/%your-theme-name%/bbpress/form-topic.php
bbPress will now use this template instead of the originalI was only suggesting you start with looking at lines 42, I haven’t actually looked seriously at the code, I don’t have time at the moment 🙂
In reply to: Remove box around the author namegreat – glad you’re fixed
In reply to: How to remove (0,0) in sub forum listings?ok, the last line has a wrong “‘” type
replace this with
add_filter('bbp_before_list_forums_parse_args', 'remove_counts' );
and it should be fine
In reply to: Putting the @username below nameThis worked well for adding the username, so if i can just remove the full name/image, that out to do it.
If you mean the two bits above what you have just added , then the simplest would be
create a directory on your theme called ‘bbpress’
ie wp-content/%your-theme-name%/bbpress
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.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/%your-theme-name%/bbpress/loop-single-reply.php
bbPress will now use this template instead of the originalThen simply delete line 45
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?>
In reply to: Spectators can post but shouldn'tgreat – glad you’re fixed, though your avatar is a little disconcerting !
In reply to: How to remove (0,0) in sub forum listings?no that one still works!
In reply to: change styleIn reply to: How to remove (0,0) in sub forum listings?not sure why
I’ve read https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/ among other tips.
isn’t working for you?
In reply to: How to remove (0,0) in sub forum listings?do you just want to remove (0,0) ie not (1,2)?
🙂
In reply to: Blank topics to normal usersI wish there was a better way to make the forums a little more spiffy
explain what you are after?
In reply to: bbPress conflict with WooCommerceyou may need to rule out other factors, as far as I know bbpress works with woocommerce eg
bbPress WooCommerce Integration: Tutorial on How to setup a Paid Forum on WordPress
bbPress 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 woocommerce 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: How do i customize user roles?Great – presume you’re fixed if not
In reply to: error after submitI’m just a simple user of wordpress so I’ll appreciate if u can give the pacific solution for my problem.
As I said
Suggest you go to the plugin author for a fix.
In reply to: Topics not appearing in forumThe 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.