Forum Replies Created
-
In reply to: Unable to update forum topic from Admin screens
ok, so this on my test site with just bbpress and style pack, using admin and keymaster roles publishes fine
<table> <tbody> <tr> <td> hello </td> </tr> </tbody> </table>
do you still get a critical error with this combination, and if so I still need the exact error it produces
In reply to: Unable to update forum topic from Admin screensso in dashboard>users you will see a column showing the bbpress role
In reply to: Unable to update forum topic from Admin screensok, but what about the bbpress role?
In reply to: Unable to update forum topic from Admin screensthanks, and for your testing, what combination are you using?
I’m not asking you to try others levels, just getting your tests and my tests to be the same !
In reply to: Unable to update forum topic from Admin screenswhat are your wordpress and bbpress user levels?
eg
admin and bbp-keymaster
Subscriber and particiapntetc
In reply to: Unable to update forum topic from Admin screensIn reply to: Unable to update forum topic from Admin screensok, so you should have got an email saying what the specific error is, did you get this?
In reply to: Unable to update forum topic from Admin screensok, so in the backend if I create a topic with a title of ‘test’ and this content
<table> <tbody> <tr> <td> hello </td> </tr> </tbody> </table>
Then it publishes all fine.
Does that work for you, and if so, can you give me exact steps to recreate problem.
Also able to edit that topic so changed hello to goodbye and it updated fine
In reply to: Unable to update forum topic from Admin screensQuick question, can you update it from the front end?
In reply to: Can bbPress run without registration and login?So do you see all your users in
dashboard>users ?
or only some of them?
In reply to: Can bbPress run without registration and login?bbpress just uses the WordPress user login, so if they are registered already, they don’t need to re-register to use bbpress.
In reply to: Login issuesI’d try and create an account from another device that does not know your site – that would show it as your device or not.
In reply to: Login issuesok, I just registered and logged in no problem, do you still have an issue?
In reply to: Page not createdIn reply to: Search Results Page Not linking to resultsdo you have a link to a live example please?
In reply to: Mentions in BBPress@enkoes – thanks for that, I’ll add it to my list of bbpress compatible plugins
In reply to: Mentions in BBPressIn reply to: bbp style pack not playing nice with elementorgreat – glad you are fixed !!
I suspect that hello elementor authors have now got the theme working with bbpress, so my fix is no longer necessary
In reply to: bbp style pack not playing nice with elementorstyle pack uses lots of different techniques to change things, and dependent on what you are wanting to change, some things might work and others not.
So if you enable style pack, but do not tick the theme support, does the ‘number of swans’ bit work? and do forums display?
If so can you give me an example of a style pack change that does not work – eg I set item x in tab y and nothing happens
In reply to: bbp style pack not playing nice with elementorsorry read you first post too fast !
I did the fix for hello elementor some while ago, and things may have changed.
ok, on my test site the forums display whether style pack is enables or not, and indeed whether the option is ticked in theme support, and it may be my fix as such is no longer doing anything.
So without style pack, what is broken in either the forums, or your posts?
In reply to: bbp style pack not playing nice with elementorInstall this additional plugin
once activated go to
dashboard>settings>bbp style pack>theme support
and you’ll be able to set it to work
That fix in now in style pack version 6.3.7 along with the ability to change the rather useless ‘your topic/reply cannot be created at this time’ error message that users who transgress get.
That bit is in
dashboard>settings>bbp style pack>Topic/Reply Form item 18
Until bbpress fixes this, the following code will correct
add_filter ('bbp_blacklist_keys' , 'rew_disallowed_keys') ; function rew_disallowed_keys () { $moderation = trim( get_option( 'disallowed_keys' ) ); return $moderation ; }
If you are using
a new version incorporating this fix will be released shortly and the fix will automatically be applied – with an option in bbPress bug fixes tab to turn that off if you don’t want it, or are using you own code
you are correct, and yes I had raised a ticket to fix that option when it was called blacklist_keys, but the wrong change was made
I have raised a new ticket to add it to the list, but bbpress releases new version at quite long intervals. (I am not a bbpress author)
In the meantime you can either leave your change in and make a note to refresh on new bbpress versions, or there are some hooks to skip moderation and maybe add a new version of the code – I’ll take a look at that soon
thanks for your post, I will take a look at this later today