- Posts: 35
- Thank you received: 0
- Forum
- Archive
- Miscellaneous Archive
- K 1.0 and K 1.5 miscellaneous user contributions archive
- Extended Editor for Kunena
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (Yesterday)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question Extended Editor for Kunena
Please Log in or Create an account to join the conversation.
here the reworked dutch version (just corrected the language-strings):
For Dutch (thanks to 810):
// additional BBCODE-Fields
DEFINE('_KUNENA_EDITOR_LINK_URL', ' URL: ');
DEFINE('_KUNENA_EDITOR_LINK_TEXT', ' Tekst: ');
DEFINE('_KUNENA_EDITOR_LINK_INSERT', 'invoegen');
DEFINE('_KUNENA_EDITOR_IMAGE_SIZE', ' Grootte (1-499): ');
DEFINE('_KUNENA_EDITOR_IMAGE_URL', ' URL: ');
DEFINE('_KUNENA_EDITOR_IMAGE_INSERT', 'invoegen');
DEFINE('_KUNENA_EDITOR_VIDEO_SIZE', 'Grootte: ');
DEFINE('_KUNENA_EDITOR_VIDEO_WIDTH', 'Breedte: ');
DEFINE('_KUNENA_EDITOR_VIDEO_HEIGHT', 'Hoogte:');
DEFINE('_KUNENA_EDITOR_VIDEO_URL', 'URL: ');
DEFINE('_KUNENA_EDITOR_VIDEO_ID', 'ID: ');
DEFINE('_KUNENA_EDITOR_VIDEO_PROVIDER', 'Provider: ');
// helplines
DEFINE('_KUNENA_EDITOR_HELPLINE_BOLD', 'Vet: [b]tekst[/b]');
DEFINE('_KUNENA_EDITOR_HELPLINE_ITALIC', 'Cursief: [i]tekst[/i]');
DEFINE('_KUNENA_EDITOR_HELPLINE_UNDERL', 'Onderstrepen: [u]tekst[/u]');
DEFINE('_KUNENA_EDITOR_HELPLINE_STRIKE', 'Doorhalen: [strike]Tekst[/strike]');
DEFINE('_KUNENA_EDITOR_HELPLINE_SUB', 'Subscript Tekst: [sub]Tekst[/sub]');
DEFINE('_KUNENA_EDITOR_HELPLINE_SUP', 'Superscript Tekst: [sup]Tekst[/sup]');
DEFINE('_KUNENA_EDITOR_HELPLINE_QUOTE', 'Quote: [quote]tekst[/quote]');
DEFINE('_KUNENA_EDITOR_HELPLINE_CODE', 'Code weergaven: [Xcode]code[/Xcode]');
DEFINE('_KUNENA_EDITOR_HELPLINE_ULIST', 'ongeordend Lijst: [ul] [li]tekst[/li] [/ul] - Hint: een lijst moet bestanden bevatten');
DEFINE('_KUNENA_EDITOR_HELPLINE_OLIST', 'geordend Lijst: [ol] [li]tekst[/li] [/ol] - Hint: een lijst moet bestanden bevatten');
DEFINE('_KUNENA_EDITOR_HELPLINE_LITEM', 'Lijst Items: [li] lijst items [/li]');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMAGELINK', 'Fotolink: [img size=(01-499)]https://www.google.com/images/web_logo_left.gif[/img]');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMAGELINKSIZE', 'Fotolink: bestand grootte 01 tot 499');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMAGELINKURL', 'Fotolink: URL van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMAGELINKAPPLY', 'Fotolink: toepassen van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_LINK', 'Link: [url=https://www.zzz.com/]Dit is een link[/url]');
DEFINE('_KUNENA_EDITOR_HELPLINE_LINKURL', 'Link: URL van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_LINKTEXT', 'Link: Tekst / omschrijving van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_LINKAPPLY', 'Link: toepassen van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_HIDE','Verborgen tekst: [hide]verberg tekst[/hide] - verberg bericht voor gasten');
DEFINE('_KUNENA_EDITOR_HELPLINE_SPOILER', 'Spoiler: Tekst is is alleen zichtbaar als je klikt op spoiler');
DEFINE('_KUNENA_EDITOR_HELPLINE_COLOR', 'Kleur: [color=#FF6600]tekst[/color]');
DEFINE('_KUNENA_EDITOR_HELPLINE_FONTSIZE', 'Lettergrootte: [size=1]Lettergrootte[/size] - Hint: grootte van 1 tot 5');
DEFINE('_KUNENA_EDITOR_HELPLINE_FONTSIZESELECTION', 'Lettergrootte: Selecteer Lettergrootte, markeer tekst en druk op de knop links');
DEFINE('_KUNENA_EDITOR_HELPLINE_EBAY', 'eBay: [ebay]ItemId[/ebay]');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEO', 'Video: Selecteer Provider of URL - modus');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOSIZE', 'Video: Grootte van de video');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOWIDTH', 'Video: breedte van de video');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOHEIGHT', 'Video: Hoogte van de video');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOPROVIDER', 'Video: Selecteer video provider');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOID', 'Video: ID van de video - je kan het zien in de video-url');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOAPPLY1', 'Video: [video size=100 width=480 height=360 provider=clipfish]3423432[/video]');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOURL', 'Video: URL van de Video');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOAPPLY2', 'Video: [video size=100 width=480 height=360]https://myvideodomain.com/myvideo[/video]');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMGPH', 'invoegen [img] placeholder in de post voor bijgevoegde foto');
DEFINE('_KUNENA_EDITOR_HELPLINE_FILEPH', 'invoegen [file] placeholder in de post voor bijgevoegde bijlage');
DEFINE('_KUNENA_EDITOR_HELPLINE_SUBMIT', 'Klik hier om uw bericht te plaatsen');
DEFINE('_KUNENA_EDITOR_HELPLINE_PREVIEW', 'Klik hier om te zien wat uw bericht zal gaan lijken');
DEFINE('_KUNENA_EDITOR_HELPLINE_CANCEL', 'Klik hier om te annuleren');
DEFINE('_KUNENA_EDITOR_HELPLINE_HINT', 'bbCode Help - Hint: bbCode Kan op geselecteerde tekst worden gebruikt!');
Please Log in or Create an account to join the conversation.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MEGAUPLOAD 2.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Mon, 13 Apr 2009 17:12:45 UTC
Message: Syntax error
Line: 507
Char: 1
Code: 0
URI: https://localhost:85/brandweer1.5/index.php?option=com_kunena&Itemid=178&func=post&do=reply&catid=9&replyto=41
only in internet explorer and chrome and opera, not in ff
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
sorry for the failure... and as apalogize here the fix with one nice new feature

(Could someone confirm that the bug is fixed, please?)
Version 1.0.9 - 11 Bugfix/Optimization/Feature-release.
Please report feedback!

Attention, the package now includes english language file!
See new readmelanguage.txt for other languages.
Here the new files for 1.0.9:
Changelog:
- added possibility to extend the size of the editor-window
- reorder the editor icons
- fixed bug in IE
Dont't forget to modify your language file (see attached readme)...
Please Log in or Create an account to join the conversation.
I Missed 3 lines in the dutch translation, the new version is here:
// additional BBCODE-Fields
DEFINE('_KUNENA_EDITOR_LINK_URL', ' URL: ');
DEFINE('_KUNENA_EDITOR_LINK_TEXT', ' Tekst: ');
DEFINE('_KUNENA_EDITOR_LINK_INSERT', 'invoegen');
DEFINE('_KUNENA_EDITOR_IMAGE_SIZE', ' Grootte (1-499): ');
DEFINE('_KUNENA_EDITOR_IMAGE_URL', ' URL: ');
DEFINE('_KUNENA_EDITOR_IMAGE_INSERT', 'invoegen');
DEFINE('_KUNENA_EDITOR_VIDEO_SIZE', 'Grootte: ');
DEFINE('_KUNENA_EDITOR_VIDEO_WIDTH', 'Breedte: ');
DEFINE('_KUNENA_EDITOR_VIDEO_HEIGHT', 'Hoogte:');
DEFINE('_KUNENA_EDITOR_VIDEO_URL', 'URL: ');
DEFINE('_KUNENA_EDITOR_VIDEO_ID', 'ID: ');
DEFINE('_KUNENA_EDITOR_VIDEO_PROVIDER', 'Provider: ');
// helplines
DEFINE('_KUNENA_EDITOR_HELPLINE_BOLD', 'Vet: [b]tekst[/b]');
DEFINE('_KUNENA_EDITOR_HELPLINE_ITALIC', 'Cursief: [i]tekst[/i]');
DEFINE('_KUNENA_EDITOR_HELPLINE_UNDERL', 'Onderstrepen: [u]tekst[/u]');
DEFINE('_KUNENA_EDITOR_HELPLINE_STRIKE', 'Doorhalen: [strike]Tekst[/strike]');
DEFINE('_KUNENA_EDITOR_HELPLINE_SUB', 'Subscript Tekst: [sub]Tekst[/sub]');
DEFINE('_KUNENA_EDITOR_HELPLINE_SUP', 'Superscript Tekst: [sup]Tekst[/sup]');
DEFINE('_KUNENA_EDITOR_HELPLINE_QUOTE', 'Quote: [quote]tekst[/quote]');
DEFINE('_KUNENA_EDITOR_HELPLINE_CODE', 'Code weergaven: [Xcode]code[/Xcode]');
DEFINE('_KUNENA_EDITOR_HELPLINE_ULIST', 'ongeordend Lijst: [ul] [li]tekst[/li] [/ul] - Hint: een lijst moet bestanden bevatten');
DEFINE('_KUNENA_EDITOR_HELPLINE_OLIST', 'geordend Lijst: [ol] [li]tekst[/li] [/ol] - Hint: een lijst moet bestanden bevatten');
DEFINE('_KUNENA_EDITOR_HELPLINE_LITEM', 'Lijst Items: [li] lijst items [/li]');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMAGELINK', 'Fotolink: [img size=(01-499)]https://www.google.com/images/web_logo_left.gif[/img]');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMAGELINKSIZE', 'Fotolink: bestand grootte 01 tot 499');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMAGELINKURL', 'Fotolink: URL van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMAGELINKAPPLY', 'Fotolink: toepassen van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_LINK', 'Link: [url=https://www.zzz.com/]Dit is een link[/url]');
DEFINE('_KUNENA_EDITOR_HELPLINE_LINKURL', 'Link: URL van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_LINKTEXT', 'Link: Tekst / omschrijving van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_LINKAPPLY', 'Link: toepassen van de link');
DEFINE('_KUNENA_EDITOR_HELPLINE_HIDE','Verborgen tekst: [hide]verberg tekst[/hide] - verberg bericht voor gasten');
DEFINE('_KUNENA_EDITOR_HELPLINE_SPOILER', 'Spoiler: Tekst is is alleen zichtbaar als je klikt op spoiler');
DEFINE('_KUNENA_EDITOR_HELPLINE_COLOR', 'Kleur: [color=#FF6600]tekst[/color]');
DEFINE('_KUNENA_EDITOR_HELPLINE_FONTSIZE', 'Lettergrootte: [size=1]Lettergrootte[/size] - Hint: grootte van 1 tot 5');
DEFINE('_KUNENA_EDITOR_HELPLINE_FONTSIZESELECTION', 'Lettergrootte: Selecteer Lettergrootte, markeer tekst en druk op de knop links');
DEFINE('_KUNENA_EDITOR_HELPLINE_EBAY', 'eBay: [ebay]ItemId[/ebay]');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEO', 'Video: Selecteer Provider of URL - modus');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOSIZE', 'Video: Grootte van de video');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOWIDTH', 'Video: breedte van de video');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOHEIGHT', 'Video: Hoogte van de video');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOPROVIDER', 'Video: Selecteer video provider');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOID', 'Video: ID van de video - je kan het zien in de video-url');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOAPPLY1', 'Video: [video size=100 width=480 height=360 provider=clipfish]3423432[/video]');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOURL', 'Video: URL van de Video');
DEFINE('_KUNENA_EDITOR_HELPLINE_VIDEOAPPLY2', 'Video: [video size=100 width=480 height=360]https://myvideodomain.com/myvideo[/video]');
DEFINE('_KUNENA_EDITOR_HELPLINE_IMGPH', 'invoegen [img] placeholder in de post voor bijgevoegde foto');
DEFINE('_KUNENA_EDITOR_HELPLINE_FILEPH', 'invoegen [file] placeholder in de post voor bijgevoegde bijlage');
DEFINE('_KUNENA_EDITOR_HELPLINE_SUBMIT', 'Klik hier om uw bericht te plaatsen');
DEFINE('_KUNENA_EDITOR_HELPLINE_PREVIEW', 'Klik hier om te zien wat uw bericht zal gaan lijken');
DEFINE('_KUNENA_EDITOR_HELPLINE_CANCEL', 'Klik hier om te annuleren');
DEFINE('_KUNENA_EDITOR_HELPLINE_HINT', 'bbCode Help - Hint: bbCode Kan op geselecteerde tekst worden gebruikt!');
DEFINE('_KUNENA_EDITOR_HELPLINE_UL', 'Opsommingstekens');
DEFINE('_KUNENA_EDITOR_HELPLINE_OL', 'Nummering');
DEFINE('_KUNENA_EDITOR_HELPLINE_LI', 'Lijst met meerdere niveaus');
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Great Job! And i like the re-order of icons!! It seems like Word or OpenOffice

Please Log in or Create an account to join the conversation.
no problem for me, great job
Thanks
Manager French translation
Please Log in or Create an account to join the conversation.
this is hopefully the last release for the 1.0.9....

The next step would be made for 1.5.x (improved backend administration of smilies and bbcodes)

Version 1.0.9 - 12 Bugfix/Optimization/Feature-release.
Please report feedback!

Attention, the package now includes kunena.forum.css - files for the following templates:
- default
- default_ex
- default_gray
- default_green
- default_red
Changelog:
- delete double Hide-Icon
- new language string: _KUNENA_BBCODE_HIDDENTEXT: it's used for hidden Text with the Hide-Tag
- Fixed a bug with formmail: thanks to JoniJnm
- Correct some language-strings
- add css-data to all Kunena 1.0.9 native templates
Dont't forget to modify your language file (see attached readme)
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Archive
- Miscellaneous Archive
- K 1.0 and K 1.5 miscellaneous user contributions archive
- Extended Editor for Kunena