Search Results (Searched for: preview not)

17 May 2026 19:04 - 17 May 2026 19:31
Replied by joomod on topic Kunena Poll does not work

Apart from the fact that there is no image on the button, creating a poll there worked fine.

so you say, the poll works in SCEditor?  cause I didn't get anything (not in preview and not in forum)

edit:  got it,  forgot to enable poll in this kategorie 

so it would be better to disable the poll button, if it is NOT allowed in the active category to avoid confusing

as there is the option in config to allow edit of polls, have you found out where/how this can be done?
I could not find out (no button or something in view or edit mode, also tried the reset function)
 
28 Apr 2026 14:09
could figure out the needed corrections for sceditor.
main aspect was to keep old messages (may be from update) in db also work.
old img tag was 
Code:
[img size=xxx]

so 1. edit the bbcode.js from sceditor   (media/kunena/core/js/sceditor/bbcode.js)

        line 566:  (add 'size' attribute name)   attribs = ' size=' + dom.width(element) + 'x' + dom.height(element)
  
          to recognize the new 'size' attribute add these after line 578
       //handle [img size=340x240]url[/img]
         
Code:
if(attrs.size) { match = attrs.size(split(/x/i); width = match[0]; height = match.length ===2 ? match[1] : '';

_important_ 2.   in libraries/src/BBCode/KunenaBBCode.php

         we must define the size connector  'x' to be allowed now (formerly only numbers  \d*)
        
        so line 728  must be edited to:   allow /^\d*x\d*$/[/b]']  

after this images will display in forum view and preview correctly, no matter if they come with
the new style from sceditor [img size=340x240] or from old kunena messages having [img size=340]

the big thing missing in SCEditor is, that the script has no possibility to edit img attributes
(if you activate an image and click the picture icon it does not load the properties of the selected image,
you have to delete and add new to change properties - or use the source code) 


I could find out anything about CKEditor because Kunena has cut out property settings
can anyone help please ???

you can try with the attached files: 

File Attachment:

File Name: newsceditorfiles.zip
File Size:35.69 KB


 
22 Apr 2026 23:56 - 23 Apr 2026 00:56
summary of image settings:

[img]               =>  works, but no size settings
[img=200x67]       works in SC preview, but not in forum view     CK removes the size setting
[img size=200]     works in SC forum view, but not in preview     CK does not open in working mode
22 Apr 2026 17:15 - 22 Apr 2026 17:23
Kunena has changed the method how to define the size of inline images.

in Kunena5 (don't know v6) the code looked like [img size=150]*
*may be if an admin will try to edit this post CK Editor will not work because of this tag
but having this in a posting in Kunena 7 CK Editor won't open to work with.

now in Kunena 7 I cannot find how to set the image size in CK Editor,
even if it is set
(by using SK Editor) CK Editor ignors the params.
Code:
original code set by SK  [img=200x67] only comes as [img]

so how can wet set the size of inline images in CK Editor ?

and also:
SK Editor does not fully work
setting the size on an inline image gives the expected preview,
BUT  in the normal posting view the image is still original size

 
20 Feb 2026 19:33 - 20 Feb 2026 19:34
Release 2.0.2 published

2.0.2  - 2026-02-191. Resolved a conflict between the component and the "Latest Articles" module
  • Fixed a conflict between the component and the "Latest Articles" module that could occur during article previews. As a result, users must now be logged into the site's frontend (in addition to the administrator panel) to view previews. If not logged in, the Preview button will trigger a helpful tooltip instead of opening the preview.
  • Relevant information has been added to the documentation.

 
Displaying 1 - 5 out of 5 results.
Time to create page: 0.273 seconds