Published on May 19th, 2016 by WPnolanbretigne
I’m getting undefined variables when logged in as the administrator, especially when trying to create menus.
WP: 4.5.2 BBP: 2.5.9.6017 Theme: TwentySixteen OS: Centos 7
URL: http://mynebraskakitchen.com
Some of the messages flash across the screen too fast for me to read them, but here’s one:
Notice: Undefined variable: nav_menu_selected_id in /var/www/html/wordpress/wp-content/plugins/gd-bbpress-toolbox/forms/meta/navmenu_extras.php on line 75
class=”button-secondary submit-add-to-menu” value=”Add to Menu” name=”add-bbx-extra-menu-item” id=”submit-bbx-extra” />
Published on May 19th, 2016 by aaronbennett2097
Hi all.
I’ve set bbpress up to show topic descriptions, which looks great. But for consistency, I’d like to be able to show the excerpt of each topic under it’s title on the topic-list template.
Hope this is possible.
Thanks
Published on May 19th, 2016 by karaokelove
Hi, I’m creating a forum where people can post links to their Twitch streams for other users to rate. I want to add specific input fields, such as Embed Code, games streamed, active times, etc, that the user can fill in to populate the post. Is there a way to do this?
Also, is it possible to add another field to the main list of topics, other than Voices, Posts, and Freshness? I have a good rating plugin installed, and I have it integrated with bbPress to allow and show ratings inside the topic. But I’d like users to be able to see and sort topics by rating.
Thanks in advance!
Published on May 19th, 2016 by prayatnaseo
The topic tags are indexed by Google for my bbpress forum, i tried Yoast, All in one seo to block topic tags and there is no luck.
is there any plugin to do the task?
thank you in advance
Published on May 19th, 2016 by kennieboezi
Hello guys,
I have question. i have static website. I haven’t installed wordpress on my site. can i install bbPress for my website without wordpress. Please let us in it is possible.
Thanks
Published on May 19th, 2016 by
Hi everyone,
I’m developing a website which is using WP as content manager system, the front-end is a custom one developed by me though. Due to the idea of having a forum, I’ve installed bbPress plugin in order to reach it through my front-end.
Before I start in retrieving all the data through the database, I’m wondering if there’s a way to call de bbPress plugin as widget or whatever to “embed” it in my front-end.
Do you know if it’s possible?
Thanks!!
Published on May 19th, 2016 by Krzysztof Radzikowski
when replying or posting new thread i got following errors
Malformed header from CGI script: ERROR – Unable to submit article. Status: 302 Set-Cookie: wfvt_806150073=573c73d31b23f; expires=Wed, 18-May-2016 14:23:23 GMT; Max-Age=1800; path=/; HttpOnly Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache Content-Type: text/html; charset=UTF-8 X-Pingback: ….arsenal.org.pl/xmlrpc.php Location: ….arsenal.org.pl/forums/topic/nowe-funkcje-forum-i-strony-arsenalu/#post-24682
Malformed header from CGI script: ERROR – Unable to submit article. Status: 302 Set-Cookie: wfvt_806150073=573c8eb94cab0; expires=Wed, 18-May-2016 16:18:09 GMT; Max-Age=1800; path=/; HttpOnly Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache Content-Type: text/html; charset=UTF-8 Location: ….arsenal.org.pl/forums/topic/adsgsaegh/
(changed http:// to …. because my previous submit was accepted )
the post are added and are show on page reload …
Published on May 18th, 2016 by joe34
Hey I am using BBPress, BBPress Notifications (No Spam), and User Role Editor.
I want to make it so that when a new topic is posted in a certain forum, only certain members get a notification based on where it was posted.
I have tried to hack this together but have been unable to get conclusive results, so any tips or help will be much appreciated.
Published on May 18th, 2016 by Kineta
I notice that replies in this forum show ‘2 months ago’ etc instead of date and time.
Is there a function to get that info, similar to bbp_topic_freshness_link() but for individual replies?
Thanks.
Published on May 18th, 2016 by Kineta
I’m trying to make a modified version of the bbp_list_replies() function used in threaded replies (I want to make a threaded index with just titles, authors, and post links). I see that the function uses the BBP_Walker_Reply class which calls bbp_get_template_part( ‘loop’, ‘single-reply’ );
Is there any way to call a different template? Maybe through the $args array?
Or would it make more sense to somehow pass a variable that could be used in an if statement in the loop?
Anyone have any idea how to do either of those things?