Search Results for 'bbpress'
-
Search Results
-
Hi!
Just migrated to bbpress, and users are confused.. as they do not see standard on other forums ‘New Topic button..
I hope it is possible to add one using function code – so it would appear at the top of every forum – and either expand to add ne topic – like in buddypress or at least to direct users to the bottom of the page..
happy to pay $10-20 for this. but please post code on the forums, so everyone can get the benefit 🙂
thanks
kris
Topic: Recent Topics Widget
Topic: Removing the sidebar
Okay first, I’m well aware of the 10+ threads already that exist about this topic, and I’ve gone through all of them.
I’ve read this:
http://codex.bbpress.org/theme-compatibility/It seems as though “extras” contains all of the files with get_sidebar, which I’ve edited to //get_sidebar
The link above mentions:
““extras” contains optional page templates and things to make life a little easier when customizing; copy any you want to use or modify into the same ‘bbpress’ folder. eg. /wp-content/mytheme/bbpress/”First, that should probably be changed to: /wp-content/themes/mytheme/bbpress
Secondly, I’ve done this. My directory structure looks like:
wp-content/themes/sahifa/bbpress/extras (which contain the modified //get_sidebar files)Yet the sidebar still shows up.
Is there anything I’m missing?
Thanks.
I really searched Google and the forum to try to find the answer but I just can’t come up with it. I have a brand new install of BBPress. I’ve never used it before. (I’m using version 2.2.3.) I’m using Wordress version 3.5.
I went over the roles here:
http://codex.bbpress.org/bbpress-user-roles-and-capabilities/
It says participants can create and edit their own topics and replies. On my forums participants cannot create topics at all. I don’t want to bump them up to moderator because I don’t want everyone to be able to edit everything.
I’m hoping there is a simple fix for this or someone can please tell me what I’m doing wrong. 🙁
Topic: Responsive Embed of Videos
Hi,
I am using the latest version of bbpress.When I post youtube videos using the embed code (iframe) in a bbpress post, the video does not fit within the width of the textbox.
How can I make the youtube video responsive so that it always fits within the post and resizes itself with the correct aspect ratio?
Topic: Breadcrumbs issue
On my website http://www.amsterdamsehonden.nl/?topic=voorbeeldtopic I’ve installed bbpress. it took a while, especially getting the forums to be full width. I think everything is working now, apart from one little issue. The bbpress breadcrumbs aren’t right.
It says: Een Hond Thuis › Forums › Gezocht › Voorbeeldtopic
While ‘Een Hond Thuis’ is just a random page on my website. It shouldn’t be there in the breadcrumbs.Can anyone help me with that?
Hello everyone,
as per subject I think I might have found an issue with the topics pagination.
Here are my steps to reproduce:
1) Install the bbpress plugin
2) Create a few topics, enough to have some topics pages to test. For my example I have 48 topics.
3) Go to the forum settings admin page and set the number of topics per page to a low number. I set it to 5
4) Go to the wordpress reading settings admin page and make sure that the “Blog pages show at most” number is *lower* than the topics per page number you defined during step (3). In my case, I set it to 10.
5) Finally, reach the forum topics page, e.g. http://yourwebsite.com/topics (url may vary depending on your forum settings), and start browsing page after pageWhen I follow these steps using the specific numbers I mentioned, as soon as I reach http://mywebsite.com/topics/page/6 wordpress loads the 404.php template.
As far as I can tell, this is what happened:
1) Up to page 5, everything was good: I saw the right topics and the right number of them per page (i.e. 5)
2) Under the hood, on the other hand, WordPress was paginating using the “Blog pages show at most” number as reference.Proof of point (2) is that I had 48 topics, which at 10 items per page would give you 5 pages. And WordPress returned the 404.php template on page 6.
When “Blog pages show at most” is equal or smaller than “topics per page”, this issue does not present itself.If this is in fact a bug, I guess it could have gone uncaught because there’s hardly anyone around who would display less topics per page in their forum than posts per page in their blog.
In case nobody else manages to reproduce this, I’d be happy to share more details about my setup, although it is pretty basic.Thanks.