Search Results for 'bbpress'
-
Search Results
-
Topic: Left justifying BBPress
Hello BBPress experts! I need some help today.
I want to remove these pages permanently so it goes to 404:
http://website.com/member/topics/
http://website.com/member/replies/
http://website.com/member/favorites/
http://website.com/member/subscriptions/At this time, I’ve only found out how to remove the content. I need these pages removed.
Best regards,
BenTopic: New install prefix issue
Playing around with a test WP install with bunch of plugins I intend to use in production.
So I installed WP at /blog and installed handful of plugins, notably bbpress and buddypress, yoast seo
This is the problem:
http://www.mydomain.com/blog/forums/It doesn’t show all the forum categories. It’s showing up like a blog post/page instead.
This is one of the parent forums:
http://www.mydomain.com/blog/forums/forum/the-buzz/Why is it showing /forums/forum? I only want it to be for example /forums
Now, if I try to go to http://www.mydomain.com/blog/forums/forum/ to see the whole list of forums like it should be, it redirects me to “forum banners”?
MY SETTINGS:
permalinks: post name
Yoast SEO: %%title%% %%page%%
.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule>Appreciate any help on this. Thanks.
i get Oh bother! No topics were found here! error on all main categories(TOPICS)
also forum is under sesmaster.com/forum but title is forums how can i change that.i re installed bbpress, flushed cache, disabled all plug ins, changed theme but didnt even reach the solution. could you help me?
this is the picture
Hello,
I am using BuddyPress with bbPress. Firstly I had a problem in which replies were not visible in forum topics. Then I followed this thread, and after installing bbpress wp4 fix I got my issue fixed.
But now a different issue has come where all my topics are redirecting to the first topic. Check my forum HERE. Although the link coming is proper, its just content is of first topic.
Can anyone please give me a solution for this?
I tried this and it actually works.
-
Place Adsense over single from topic
That is really simple way to place ads over the single topic of your bbpress forum. You just use ftp to customize the following file
wp-content/plugins/bbpress/templates/default/bbpress/content-single-topic.php
Just place your Adsense ads code over or under
Also you can place that on otherwhere such
content-single-forum.php
content-archive-forum.php
content-archive-topic.phpI’ve successfully installed bbpress2 and migrated every content from the old mingle forum and topics/reply to bbpress, by following these advices:
https://codex.bbpress.org/import-forums/mingle/To rewrite every old mingle topic’s google search to bbpress, i’ve modified the .htaccess file on the root directory as shown below:
RewriteEngine On RewriteBase / RewriteRule ^forum/forum-group2/discussioni-forum1/(.*)-thread\d+ http://www.mysite.it/forums/topic/$1/ [R,L](in my case i’ve only one forum)
It works!Hi everyone,
though I’ve used this forum a lot lately, here’s my first post:
I’m using a custom plugin which uses Mandrill API instead of wp_mail() to notify (future) users.
I’m trying to hook bbpress notification to use templates with Mandrill yet after hours of search around the web I can’t find how to do so. Could you please, help me on this one?
I’ve already created a setting which enables me to pass the name of the wanted template but I don’t know how to superseed bbpress wp_mail() method…Thanks in advance
Topic: TinyMCE problem on theme
Hello! I’m finishing a custom theme to bbPress, but one thing that is challenging me: bbPress editor displays a simple textarea, and nothing more. I also used the plugin to enable visual tab, but also failed. By using the theme Twentfifteen, the editor appears normally.
Can anyone tell what’s going on?
PT: Olá! Eu estou acabando um tema personalizado para o bbPress, mas tem uma coisa que está me desafiando: o editor do bbPress exibe uma textarea simples, e nada mais. Também usei o plugin para habilitar a aba visual, mas também não deu certo. Ao usar o tema Twentfifteen, o editor aparece normalmente.
Alguém pode dizer o que está acontecendo?

Hi
I have installed buddypress and then bbpress.
I created to users in another browser. I then logged out of the my wordpress site and when went back to loggin it wont allow me to. It will only accept the users i created for the buddypress site.
Now i am unable to login to wordpress ay help appriciated??
Topic: Friend/Foe ignore function
Hi,
I have tried searching but found nothing relevant.
Does bbPress have a plugin that allows users to ignore the posts of other users?
Like the friend/Foe feature that PhP forums have?Hi guys,
the way bbPress outputs the login page bugs me, a lot. What I am trying to do is add a login box to my layout, when I did – I found it added a list and a horrible fieldset around the whole thing. This doesn’t work with my design at all.
So, on with my quest to change this, I found there is no template readily available to just change. Really? So, it seems all I can do is hack away at the core code, which will all be reverted once a new version comes around.
Does anyone have any suggestions for this?