Skip to:
Content
Pages
Categories
Search
Top
Bottom

Please support reply via Ajax

Published on August 27th, 2017 by Mohammad Sy

Hello,
Please support the reply via Ajax in the reply box in version 2.6
thank’s 🙂

Topics don’t work, either

Published on August 27th, 2017 by Olaf Kapinski

Hi,
This is WP 4.8.1 with bbP 2.6rc3 (was hoping this corrected it, was running 2.5.13 all the time). THE CORE from ThemeFurse is running an Lifter LMS is doing the Site-Protection.
That’s the entrance https://youngstars.leben-fuehren.de/wp-login.php and “demouser” is username and password.
I can see the forums (/foren/) and the topics (e.g. “Mastermind”) /foren/forum/masterminds/. The Topics headline have a Link to the topic itself, e.G.: /foren/topic/test-topic/
BUT when I click on the headline, the topic doesn’t open. It goes back to the topics list /foren/forum/masterminds/.
I can create answers in the backend. But the frontend doesn’t show any.

  • I did deactivate all Plugins -> no change
  • I went back to twenteseventeen -> no change
  • I fiddled around with the permalinks ->no change
  • I repaired bbPress and BuddyPress several times -> no change

Funnily enough:

  • @crazybatca

    Member

    Hello. I’m always interested when a new forum crops up. Just some comments about what I’ve seen just by having a quick look in regards to a standards-based approach to design. Please don’t take this personal at all. These are just my personal observations.

    1. I notice that you’re serving the forum as XHTML 1.1 with a content type of text/html, regardless of the user agent. I thought maybe that you were attempting content negotiation, but I see that’s not the case, unfortunately.

    2. Inline styling is used for the “tag cloud” could cause more maintenance down the road. Consider using CSS styles.

    3. The table you are using for the listing of topics for a forum can be improved in terms of accessibility. (summary, caption, scope, etc)

    4. Anyone with a colour deficiency might have an issue differentiation between the topics. The contrast between the white and the light grey is a bit subtle.

    5. Title attributes could be used more than it is now. (Especially in the topic table)

    6. For the most part, the HTML and CSS validate, with the exceptions of such things like <br clear=”all” />

    That’s just a quick glance. Again, take this with a grain of salt. I’m just genuinely interested in any new forums that come out. Over all, not too bad of a job.

    Regards,

    crazybat (aka Marco)

  • You must be logged in to reply to this topic.
works. I don’t get it and start to panic here, I guess. Any idea welcome!
Thanks
OLAF

topics not working

Published on August 26th, 2017 by dcrayon

NAGC Forums


I am using the latest version of WordPress and BBPress and Divi theme with the Membership works plugin.
When you click on a topic the “feed” goes out of the theme and there is no way to reply. I have turned off most plugins to see if that was the conflict.

I have also tried bbpress on a different divi themed site and it worked right away.

Thanks

Shortcodes and Widgets broken in Beta

Published on August 26th, 2017 by rotlichtluzern

Hi

after the last update, i got an error on line 1800 in functions.php when opening the forum page. according to forum entry here i downloaded and installed beta3. it worked again.

but now bbpress widgets as well as the shortcodes like this:
[bbp_recent_topics max_shown=”5″]
they, spit out all topics instead of only 5…

what to do? install beta2? here is the link (NSFW!):

Home

i leave the error in there for a moment, so you can see it.

thanks!!

Create main menu

Published on August 25th, 2017 by grainosalt

Hello,
I am using the newest versions of both wordpress and bbpress. My website is forum.campexpo365.com. My question is, how do I add a menu to my site that appears on every page of my forum. I want the menu have options to take you back to the home page, contact page, about page, and to link to the main site page which is in a different location (campexpo365.com).

User functionality

Published on August 25th, 2017 by grainosalt

Hello,
How do I set my bbpress forum so that non-registered users can view content but not post and new registered users can view and post but not have any administrative capabilities?

SMF import

Published on August 25th, 2017 by Dzonny

Hey there

Trying to import data from SMF 2.0.14 forum and having “Starting Conversion” all the time.

I have database and forum running on same server as WP installation. Any suggestion?

Problem displaying topics

Published on August 24th, 2017 by Username1916

good afternoon
I have a problem with displaying topics on my forum. At the moment in the main forum there are 149 topics. If you go to the page with the forum, then there are no more than 15 last topics displayed. The problem is that there is no button to switch pages on the forum, you can watch not more than 15 topics.

1) link to the main forum
2) link to the over 149 topic forum

replace bbp search function with relevansi search

Published on August 24th, 2017 by haddlyapis

Hi,
you provided me several months ago with a function that displays a search field in the bbp forum:

function rk_bbp_search_form(){
    if ( bbp_allow_search()) {
      ?>
      <div class="bbp-search-form">
      <?php bbp_get_template_part( 'form', 'search' ); ?>
      </div>
      <?php
      } }
  add_action( 'bbp_template_before_single_forum', 'rk_bbp_search_form' );
  add_action( 'bbp_template_before_single_topic', 'rk_bbp_search_form' );

Although i appreciate this help, i have found that the relevansi search is better at finding all forum topics on my website. They have provided the code here to display a search box.
I would really like this to replace the one in the function above but am having a problem doing this.
I know this is cheeky, but can you help?

Creating multiple forums and categories in bbpress

Published on August 24th, 2017 by Krishnakumar K A

Hi, I am trying create different forums for different Exams under one WordPress website using bbpress. I am bit confused about the Forum and Category. Let me know which on of the following is correct?

#1 ——————————————————

Forum 1 (eg. Exam 1)

Category 1 (eg. Math)
Topic 1

Category 2 (eg. English)
Topic 1

Category 3 (eg. Science)
Topic 1

Forum 2 (eg. Exam 2)

Category 1 (eg. Math)
Topic 1

Category 2 (eg. English)
Topic 1

Category 3 (eg. Science)
Topic 1

———————————————————

#2 ——————————————————

Forum 1 (eg. Exam 1)

Sub-forum 1
Category 1 (eg. Math)
Topic 1

Sub-forum 2
Category 2 (eg. English)
Topic 1

Sub-forum 2
Category 3 (eg. Science)
Topic 1

Forum 2 (eg. Exam 2)

Sub-forum 1
Category 1 (eg. Math)
Topic 1

Sub-forum 2
Category 2 (eg. English)
Topic 1

Sub-forum 2
Category 3 (eg. Science)
Topic 1
———————————————————

After creating the forums I want to create menu with dropdown list of Forum 1, Forum 2, etc.

Skip to toolbar