Quantcast
Channel: bbPress.org » All Posts
Browsing all 3638 articles
Browse latest View live

Reply To: Column total topics and post HOME FORUM

your theme is doing this. Do you know how to ftp files to your server?

View Article


Adding custom menu widget above all bbPress pages

I am a newbie with WordPress and I have been using a custom menu widget placed at the top of all of my pages to keep a consistent header going. I am now trying to use bbPress and discovered I can...

View Article


Reply To: Adding custom menu widget above all bbPress pages

yes there is, but basically it needs you to know what your page template is called see Step by step guide to setting up a bbPress forum – Part 1 item 8 for some more details

View Article

Reply To: Adding custom menu widget above all bbPress pages

Thanks Robin, I managed to add the menu at the top. Legitimately took me about 5 hours of work, googling and research but I figured it out and now know PHP so yay A menu is now part of my child theme 🙂

View Article

Reply To: Adding custom menu widget above all bbPress pages

great – the investment of time will pay back!

View Article


In ‘mobile device’, ‘Profile Box’ is big and...

Hi. Service: https://www.dolzikoo.com In ‘Mobile device’, ‘Profile box’ is big and ‘Content area’ is small. I want to reduce the size of ‘Profile box’ in ‘Mobile device’ or move it somewhere else. If...

View Article

Search only topics not forum / replies

Hi, I’d like to have a search box that only searches topics but forum & replies. What file or hooks should I change? Please enlighten me 🙁 Thanks.

View Article

Reply To: Search only topics not forum / replies

Hmph… okay… I’ve noticed that /plugins/bbpress/includes/search/template.php is actually responsible for that feature: function bbp_has_search_results( $args = '' ) { global $wp_rewrite; /** Defaults...

View Article


Reply To: Search only topics not forum / replies

yes put this in your functions file – untested but should work add_filter ('bbp_before_get_search_terms_parse_args', 'pluus_amend_search') ; function pluus_amend_search ($args) { $args['post_type'] =...

View Article


Reply To: In ‘mobile device’, ‘Profile Box’ is big...

looks fine to me – all quite readable, but it is your site so your call! play with the following numbers so overall you might try /* Change margin */ @media only screen and (max-width: 499px) { /*...

View Article

Reply To: In ‘mobile device’, ‘Profile Box’ is big...

GREAT! This is done by adjusting the value. Thank you very much. ————————————————————- /* Change margin */ @media only screen and (max-width: 499px) { /* Change the width of the author column */...

View Article

Reply To: In ‘mobile device’, ‘Profile Box’ is big...

no problem !!

View Article

Reply To: Search only topics not forum / replies

Whoa! Thanks!

View Article


Reply To: Search only topics not forum / replies

great – glad you are fixed !

View Article

Reply To: Forum Width in Twenty Seventeen

This didn’t work for me. I think because I’m using a sidebar on my forum pages, this is a must for me. Is there something that can be done to reduce the margin of the sidebar and forum blocks at the...

View Article


How do you widen a forum when a sidebar is used

I’ve been searching for a very long time and all I can find is how to hide a sidebar, or make a full width page. I need to keep my sidebars in my forums, but they are causing the forums to be rather...

View Article

Reply To: How do you widen a forum when a sidebar is used

I’ve tried this as well: #sidebar-left .widget, #sidebar-right .widget { margin: 0 0 1em !important; } body.bbpress div#content{ width:100% !important; }

View Article


Forum page is blank.

Hello, I’m having issue in my forum page and it was working fine the Twenty Seventeen but as i change my website to my purchased theme of cashbook. It made the forum index page blank and also the...

View Article

Only the first user can write a tag?

Hello, Is it possible to change the topic tags so, that only the topic creator and the moderator can change the tags? Or after creating the topics, the tags can only be changed automatically by the...

View Article

Forums index does not work

When I try to view the index of forums, it looks good on a computer but it is not seen when I open it on a smartphone. It appears the Foros word (forums), and no more. I have WordPress 4.7.5 and...

View Article
Browsing all 3638 articles
Browse latest View live