Search Results for '"wordpress"'
-
Search Results
-
Hi all,
I have this site
http://www.analisidelsangue.net with bbpress forum here(about 5k users and 20k post and replies)
After switch to wordpress 4.7 I don’t see more the replies of forum in my backend
I’m using HHVM instead of PHP 7.0– if I use PHP 7.0 all works properly.But I’d like to use HHVM because my blog is faster
Please can you help me in some way?
thnkx a lot
alessandro From italyTopic: Add Custom Button to TinyMCE
Hi Guys
I have TinyMCE loading in my forum for when people post to it and I’m using a plugin ( https://en-au.wordpress.org/plugins/visual-editor-custom-buttons/faq/) that allows me to add custom buttons to TinyMCE. These buttons appear just fine in the backend when creating posts/pages but the new buttons do not appear in the forum post area.
I have this function in my functions.php for adding TinyMCE in forum.
function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = array('toolbar1' => 'bold, italic, underline, strikethrough, blockquote, alignleft, aligncenter, alignright, alignjustify, bullist, numlist, outdent, indent, cut, copy, paste, undo, redo, link, unlink, image, removeformat, pastetext',); $args['quicktags'] = false; $args['teeny'] = true; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );How do I get the buttons created in this plugin to appear in the front end forum area?
Hey guys,
I have the most current version of bbPress installed: 2.5.11
Just installed WordPress 4.7
These Top Level menus are not being displayed due to a “capabilities” issue. Forums, Topic and Replies. ie I do not have sufficient permissions to view those menus or any bbPress menus anywhere.If I go to the WP Dashboard and click links in the metabox I see this error: Sorry, you are not allowed to edit posts in this post type. I will be looking at forums/capabilities.php and other capabilities.php files to see if I can figure this out, but just wanted to give you a Heads Up about this. Of course this could be isolated to my sites. I deactivated all other plugins and the same issue is still occurring. So it does appear to be an issue directly with bbPress capabilities.
Hi,
I use ZotPress reference manager and the WP plugin. I would like to include the Zotpress plugin’s functionality for searching for the references I have already recorded in Zotpress and then insert them into my topic.
I am just looking how to modify the topic post template in bbpress so that it shows this plugin interface for Zotpress.
I have looked on the forum how to do this, but I cannot find how the bbpress template inserts the plugin interface for other plugins. This plugin’s reference insertion interface shows up in the standard worpress new blog template page fine. I would like to do the same for bbpress topic post template.
I used wordpress 4.6.1 and bbpress 2.5.11. Any help would be really appreciated.
Thanks,
Brad
Topic: PHP changes not showing
Hello,
I’ve tried to get the forum layout from my website from the standard layout to the bbp-style-pack alternate template layout. Because it didn’t work within the plugin i replied to a topic already started by someone and got in a conversation with @robin-w (see topic here: https://bbpress.org/forums/topic/forum-style-setup/).
After trying a lot of things nothing worked and i’m still trying to get this working. I’ve put the loop-forums.php in my theme directory, changed it in the editor within WordPress but nothing changed. And this make me concern that something is not right. How is it possible that changes made to this copy of loop-forums.php are not showing?
Is there anyone that can help me out with the layout and with the fact that the edits to the php file are not showing?
Thanks in advance,
Thomas
Hi! We have bbpress installed on a relatively large wpengine-hosted wordpress site. Suddenly, about a week ago, all pages started redirecting back to the homepage. Annoyingly, changing the permalink settings back to “Plain” fixes the issue, but that kills our SEO and breaks all hardcoded links back to our forum. We’ve set it to Plain on our production site temporarily, but need Postname permalinks to work again. On our staging site, you can see how any page does a 301 redirect back to the homepage (example: http://fiverrforum.staging.wpengine.com/categories/welcome/community-rules-guidelines). Wpengine support says that our htaccess files look good and are standard, and insist the problem lies with bbpress. They’re adamant the problem relates to a setting within bbpress or with how bbpress is handling permalinks. I’ve tried disabling plugins to see if it’s a conflict of some sort, and the issue persists. Any advice or assistance would be greatly appreciated!
Im wanting to add a forum to my wordpress site, I dont know how much it will grow but i want it to be flexible, i’m not a coder or designer, I only know the basics,
I know in the past bbpress had a lot of issue and was lacking in features but i’m assuming this must be possible now.
Im wanting a good looking full featured forum as good as any stand alone forum(xenforo, phpbb, mybb).
can this be done ?
if so how ?
How can I add the extra feature without bloating the site ?
Can i download any pre made bbpress.css ?any good example
