Search Results for '+.+default+.+'
-
Search Results
-
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.
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?
I created a new topic today:
It is a private forum post. I used TinyMCE editor and it has:
– Paragraphs
– Table
– Background colour
– Code snippets
– Heading 3I hit “Submit” and the topic looks good.
I click “EDIT” and alot of all the underlaying HTML is stripped.
So I hit BACK in my browser. I set the default editor as TEXT and then I clicked EDIT and this time the whole text showed in the TEXT editor.
Why did the TinyMCE editor strip the content?
I am using:
– WordPress 5.3 (it uses TinyMCE 4.9.6 internally)
– bbp Style Pack
– TinyMCE ADvanced
– Advanced TinyMCE ConfigurationI seem to recall I used to have the same problem in general in Wordress when editing posts that had code in them would show funny. I really don’t know enough about the mechanics of the whole system to know where to look or who to direct the issue towards.
If anyone can replicate this problem or can direct me to a resolution I would be grateful. Thank you.
I noticed once I got my 2.6.1 working that all the font size is tiny, when I made my theme I used some custom css to re-size the font way before I moved to 2.6.1, I also found this thread
But no replies, did custom css/themes change?
The default font size if for ants.
I am sorry to ask this now as I know you are busy with a great update but I do have a bit of a problem.
I managed to sort most of it out with the old version but am struggling with the new update.
What I did was remove from the header on the replies page all the headings except “author” and change the “posts” to text I want with some formatting.
in my childtheme style.css
I included this to remove most of the headings from everywhere.#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
border-top: 3px solid #0a9ed3;
overflow: hidden;
padding: 8px;
}li.bbp-forum-freshness, li.bbp-forum-freshness {
display: none;
}li.bbp-forum-freshness, li.bbp-topic-freshness {
display: none;
}li.bbp-forum-info, li.bbp-topic-title { width:100%; }
li.bbp-forum-topic-count, li.bbp-forum-topic-count {
display: none;
}
li.bbp-forum-reply-count, li.bbp-forum-reply-count {
display: none;
}
li.bbp-topic-title { width:100%; }li.bbp-topic-voice-count, li.bbp-topic-voice-count {
display: none;
}li.bbp-topic-reply-count, li.bbp-topic-reply-count {
display: none;
}
I know this next bit was a dirty way to do it but…
in wp-content/plugins/bbpress/templates/default/bbpress/loop-replies.php
I changed line 24 from
<?php _e( ‘Posts’, ‘bbpress’ ); ?>
to
<?php _e( ‘<div align=”center” style =”color:#ff0000″>Please check out all the replies below,<br> if you find a post helpful please vote using the arrows</div>’, ‘bbpress’ ); ?>which put in my text in red centered with a carriage return in the middle.
If I do the same now, I cannot put formatting in. But also I realized that the “author” label is not needed, in fact it looks totally wrong with a mobile.
You can see what I mean if you look at this page https://wateratairports.com/topic/london-gatwick-lgw/ with both a large screen and a mobile
Could someone help please ?Topic: Better looking forum list
IMO small icons among text looks very bad. IMO it would be better, if icons are on left like in XenForo forus.
On the right side is a sidebar, where small icon is on the left like here in the freshness list ( I just don’t like that the position is not always the same.
It would be nice, if bbPress fourums could look as default more professional.
In using bbstyle pack, when I have it set to have edit profile in the menu, it refers to this link…
/users/*username*/edit
… but I end up with an error page…
“Sorry, This Page Is Gone.
The page you are trying to view no longer exists or has been moved. You may try the search form below to find it.”I also tried the bbstyle pack shortcode [bsp-profile] and same result as above.
You asked on another thread…
What have you got set for dashboard>settings>forums>forum user slugs>user base ?
It is set to the default… I never changed it…
usersI found an old plugin as a workaround, but I would rather not add another plugin, especially one that is not updated for the past two years…
/plugins/bbp-profile-link-shortcode/When I use that plugin, it works fine for profile edit… I put their shortcode in a sidebar widget… and it refers to this link…
/users/*username*/
… this link works to reach Profile.Here is the problem…
I have my wp in a sub folder of the domain, WordPress Address (URL).
And, the Site Address (URL) is the domain root.bbstyle pack is using the WordPress Address (URL) … adding the folder to the link string … and not the Site Address (URL)…like this…
/domain/folder/users/*username*/edit
… this will not work… “Page is Gone”/domain/users/*username*/edit
… this works.Is there a way to change the setting for bbstyle package to use the Site Address (URL) as opposed to the WordPress Address (URL)?
Thank you for making it 2.6!
However, there was a problem after the update.I use bbpress in Japanese.
In ver.2.5, a code that sets the topic title to 20 characters in Japanese was added to functions.php and it worked properly.
This is the code.function title_max_length ($ default) { $ default = 20; return $ default; } add_filter ('bbp_get_title_max_length', 'title_max_length');
But after 2.6, it didn’t work.
For example, if default = 20, only 6 characters will be reflected in the title in Japanese. If it is half-width alphanumeric characters, up to 20 characters are correctly reflected.I know this is a multibyte issue, but I don’t know how to deal with it. Can I change the limit on the number of characters in a title even with multibyte?
I hope to find a good solution.I am not good at English. I’m sorry in terrible English. thank you for reading!