Skip to:
Content
Pages
Categories
Search
Top
Bottom

Topic not posting

Published on November 26th, 2019 by

We have a subscriber who is listed as Participant and when he posts a topic he is not able to view it in the forum. Why might this happen?

We have used two different computers to log in with his credentials and we are able to post new topics and see them. Unfortunately he is still not able to. Any suggestions?

remove create new topic from guest

Published on November 26th, 2019 by newwper3

Hi,

I’m using the setting “Allow guest users without accounts to create topics and replies”, but I only want guests allow to reply only.
Is it possible to hide or remove the create new topic form at the bottom from guest users?

Thanks.

Insert Image hotkey ALT SHIFT M

Published on November 26th, 2019 by Chuckie

The ALT + SHIFT + M hotkey does not work inside the editor of bbPress (even though I have the media plugin enabled and the functional button on the toolbar.

I raised this both on TinyMCE GitHUB:

https://github.com/tinymce/tinymce/issues/5223

And WordPress:

https://wordpress.org/support/topic/insert-media-hotkey/#post-12174886

TinyMCE support said:

TinyMCE doesn’t provide any shortcuts for the image, nor media plugin by default so this is likely an issue with wordpress or wordpress plugin you’re using. Since there is nothing we can do to fix the issue, I’m going to close this and suggest you log an issue with wordpress or wordpress plugin directly.

WordPress support said:

AFAIK that hot key is unique to the post edit screen only when using the classic editor. It’s not the editor itself that it’s tied to, but the edit screen for posts. If the block editor had a media button it would probably still work there. However, the bbPress forum post screen is not the same as a WP post edit screen. You would need some JavaScript code that listens for the specific keyboard event and when it occurs, launch the media modal.

Therefore, it sounds to me that bbPress needs some tweak to cater for the advertised hotkey for inserting images. Can this be considered please? All other hot keys are functional.

Thank you.

Registration page redirects

Published on November 26th, 2019 by columbus12

I just installed bbPress plugin and went through the setup but for some reason the registration redirects to the home page when I press view on the pages dashbored

Last Post date stamp

Published on November 25th, 2019 by brightenyourview

My client is asking why the date stamp on the main page of the forum doesn’t show the date and time of the last thing posted in the forum. Is there a way to have the top level show the date and time of the last posting that was done whether topic or reply?

Random Replies being marked Pending

Published on November 25th, 2019 by brightenyourview

I am having an issue where sporadically replies are being marked pending. I have no moderation settings to blacklist anything. Does anyone have any ideas what the cause would be?

Forum Visibility Settings

Published on November 25th, 2019 by sgblogadmin

Hi there… scary hour… I was told by a participant that 4 old forums that were all set to Private / Hidden were showing for them. “Click to Activate Forum visibility” is not checked and never has been.

I have got round this for now by putting the old forums in the ‘bin’ for now but this is not great and could cause trust issues re data.

incase relevant bbpress is also used with Woocommerce Memberships and bbp private groups and private groups bridge

It had been working for some years. no plugins are out of date etc.

Any ideas?

Doesn´t work with Woocommerce suscription

Published on November 24th, 2019 by lauramark

Hello,

I have the last version bbPress and Woocommerce suscriptions.

I have restricted my topics, but it is visibility for all users. Pages, Posts and Custom Post Type work fine. But topics don´t work. WHY??

Share functionality for each replies

Published on November 24th, 2019 by tapiohuuhaa

Would it be possible to create share functionality for each replies like

https://www.sanaristikkofoorumi.net/wordpress/wp-content/uploads/2019-11-24-21.59.59-keskustelu.suomi24.fi-23ec2cec98bd.png

(Jaa = share).

I would try it myself and give some code to add, if I would get some advice how to do it.

Displaying XSL / XML syntax sample code

Published on November 24th, 2019 by Chuckie

This is a nightmare from what i can see unless you use the TEXT editor and the CODE tag ONLY.

If I insert some sample XSL script into CODE blocks. Example:

<xsl:choose>
  <xsl:when test="@ItemPosition='1' and Assistant!=''">
    <xsl:text><span style="background-color: #ffff00;">1st:</span> </xsl:text>
  </xsl:when>
  <xsl:when test="@ItemPosition='2'">
    <xsl:text><span style="background-color: #ffff00;">2nd:</span> </xsl:text>
  </xsl:when>
  <xsl:when test="@ItemPosition='3'">
      <xsl:text><span style="background-color: #ffff00;">3rd:</span> </xsl:text>
  </xsl:when>
</xsl:choose>

I can edit it to my hearts content. But if I use the TinyMCE edit to edit this post (with the TinYMCE editor being the default at the moment I edit) it strips all the XSL syntax.

Now, I realise that I can add a load of XSL tags into my custom functions.php class to permit these syntax words but that will be a nightmare. XSL has a lot of syntax. Is there really no standard (TinyMCE compatible) where we can insert code snippets and they look correct to the user and still be editable afterwards in either editor?

Skip to toolbar