Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

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

More
17 years 2 weeks ago #11938 by Slotpro
Replied by Slotpro on topic Re:New Boardcode-icons
roland76

Hello,

thanks, I'll include it into the readme.txt...

Are you from Thailand? I'm a big fan from you country. I was were last nov till dec with my girl-friend (!).

I made a trip from Bangkok to Chian Mai, Huan Hin, Phuket, Ko Phi Phi, Raillay and Ko Mook. It was great. I'll be back over Christmas! Where did you come from?



Yes, I am from Thailand, i live Pecthchaburi !!

Please Log in or Create an account to join the conversation.

More
17 years 2 weeks ago - 17 years 2 weeks ago #11940 by 810
Replied by 810 on topic Re:New Boardcode-icons
Dutch translation:

DEFINE('_BBCODE_STRIKE', 'Strikethrough Text: [strike]Tekst[/strike]');
DEFINE('_BBCODE_SUB', 'Subscript Text: Tekst');
DEFINE('_BBCODE_SUP', 'Superscript Text: Tekst');
DEFINE('_BBCODE_LINK_URL', ' URL: ');
DEFINE('_BBCODE_LINK_TEXT', ' Tekst: ');
DEFINE('_BBCODE_LINK_INSERT', 'invoegen');
DEFINE('_BBCODE_IMAGE_SIZE', ' Grootte (1-499): ');
DEFINE('_BBCODE_IMAGE_URL', ' URL: ');
DEFINE('_BBCODE_IMAGE_INSERT', 'invoegen');
DEFINE('_BBCODE_VIDEO_SIZE', 'Grootte: ');
DEFINE('_BBCODE_BBCODE_VIDEO_WIDTH', 'Breedte: ');
DEFINE('_BBCODE_VIDEO_HEIGHT', 'Hoogte:');
DEFINE('_BBCODE_VIDEO_URL', 'URL: ');
DEFINE('_BBCODE_VIDEO_ID', 'ID: ');
DEFINE('_BBCODE_VIDEO_PROVIDER', 'Provider: ');
Last edit: 17 years 2 weeks ago by 810.

Please Log in or Create an account to join the conversation.

More
17 years 2 weeks ago - 17 years 2 weeks ago #11952 by diavolo32
Replied by diavolo32 on topic Re:New Boardcode-icons
Spanish Translation for 1.0.9-9

For Spanish (thanks to Alakentu / diavolo32)

DEFINE('_BBCODE_STRIKE', 'Texto Tachado: [strike]Texto[/strike]');
DEFINE('_BBCODE_SUB', 'Subíndice: Text');
DEFINE('_BBCODE_SUP', 'Superíndice: Text');
DEFINE('_BBCODE_LINK_URL', ' URL: ');
DEFINE('_BBCODE_LINK_TEXT', ' Texto: ');
DEFINE('_BBCODE_LINK_INSERT', 'Insertar');
DEFINE('_BBCODE_IMAGE_SIZE', ' Tamaño (1-499): ');
DEFINE('_BBCODE_IMAGE_URL', ' URL: ');
DEFINE('_BBCODE_IMAGE_INSERT', 'Insertar');
DEFINE('_BBCODE_VIDEO_SIZE', 'Tamaño: ');
DEFINE('_BBCODE_BBCODE_VIDEO_WIDTH', 'Ancho: ');
DEFINE('_BBCODE_VIDEO_HEIGHT', 'Alto:');
DEFINE('_BBCODE_VIDEO_URL', 'URL: ');
DEFINE('_BBCODE_VIDEO_ID', 'ID: ');
DEFINE('_BBCODE_VIDEO_PROVIDER', 'Proveedor: ');


;)
Last edit: 17 years 2 weeks ago by diavolo32.

Please Log in or Create an account to join the conversation.

More
17 years 2 weeks ago #12045 by roland76
Replied by roland76 on topic Re:New Boardcode-icons
Hello together,

I've some work for you (only if you would like, of course) ;)

Just reworked the helplines (in former time two different ways are used...) and to get the language-file more clear I named them all new. Also some new helplines for the new fields are here. Please don't use the help-lines with the last version, it will only works with the next version...
Code:
DEFINE('_HELPLINE_BOLD', 'Bold text: [b]text[/b]'); DEFINE('_HELPLINE_ITALIC', 'Italic text: [i]text[/i]'); DEFINE('_HELPLINE_UNDERL', 'Underline text: [u]text[/u]'); DEFINE('_HELPLINE_STRIKE', 'Strikethrough Text: [strike]Text[/strike]'); DEFINE('_HELPLINE_SUB', 'Subscript Text: [sub]Text[/sub]'); DEFINE('_HELPLINE_SUP', 'Superscript Text: [sup]Text[/sup]'); DEFINE('_HELPLINE_QUOTE', 'Quote text: [quote]text[/quote]'); DEFINE('_HELPLINE_CODE', 'Code display: [Xcode]code[/Xcode]'); DEFINE('_HELPLINE_ULIST', 'Unordered List: [ul] [li]text[/li] [/ul] - Hint: a list must contain List Items'); DEFINE('_HELPLINE_OLIST', 'Ordered List: [ol] [li]text[/li] [/ol] - Hint: a list must contain List Items'); DEFINE('_HELPLINE_LITEM', 'List Item: [li] list item [/li]'); DEFINE('_HELPLINE_IMAGELINK', 'Imagelink: [img size=(01-499)]http://www.google.com/images/web_logo_left.gif[/img]'); DEFINE('_HELPLINE_IMAGELINKSIZE', 'Imagelink: Size from 01 to 499'); DEFINE('_HELPLINE_IMAGELINKURL', 'Imagelink: URL of the Imagelink'); DEFINE('_HELPLINE_IMAGELINKAPPLY', 'Imagelink: Apply Imagelink'); DEFINE('_HELPLINE_LINK', 'Link: [url=http://www.zzz.com/]This is a link[/url]'); DEFINE('_HELPLINE_LINKURL', 'Link: URL of the link'); DEFINE('_HELPLINE_LINKTEXT', 'Link: Text / Description of the link'); DEFINE('_HELPLINE_LINKAPPLY', 'Link: Apply link'); DEFINE('_HELPLINE_HIDE','Hidden text: [hide]any hidden text[/hide] - hide part of message from Guests'); DEFINE('_HELPLINE_SPOILER', 'Spoiler: Text is only shown after you click the spoiler'); DEFINE('_HELPLINE_COLOR', 'Color: [color=#FF6600]text[/color]'); DEFINE('_HELPLINE_FONTSIZE', 'Fontsize: [size=1]text size[/size] - Hint: sizes range from 1 to 5'); DEFINE('_HELPLINE_FONTSIZESELECTION', 'Fontsize: Select Fontsize, mark text and press the button left from here'); DEFINE('_HELPLINE_EBAY', 'eBay: [ebay]ItemId[/ebay]'); DEFINE('_HELPLINE_VIDEO', 'Video: Select Provider or URL - modus'); DEFINE('_HELPLINE_VIDEOSIZE', 'Video: Size of the video'); DEFINE('_HELPLINE_VIDEOWIDTH', 'Video: Width ot the video'); DEFINE('_HELPLINE_VIDEOHEIGHT', 'Video: Height of the video'); DEFINE('_HELPLINE_VIDEOPROVIDER', 'Video: Select video provider'); DEFINE('_HELPLINE_VIDEOID', 'Video: ID of the Video - you can see it in the video-url'); DEFINE('_HELPLINE_VIDEOAPPLY1', 'Video: [video size=100 width=480 height=360 provider=clipfish]3423432[/video]'); DEFINE('_HELPLINE_VIDEOURL', 'Video: URL of the Video'); DEFINE('_HELPLINE_VIDEOAPPLY2', 'Video: [video size=100 width=480 height=360]http://myvideodomain.com/myvideo[/video]'); DEFINE('_HELPLINE_IMGPH', 'Insert [img] placeholder in the post for attached image'); DEFINE('_HELPLINE_FILEPH', 'Insert [file] placeholder in the post for attached file'); DEFINE('_HELPLINE_SUBMIT', 'Click here to submit your message'); DEFINE('_HELPLINE_PREVIEW', 'Click here to see what your message will look like when submitted'); DEFINE('_HELPLINE_CANCEL', 'Click here to cancel your message'); DEFINE('_HELPLINE_HINT', 'bbCode Help - Hint: bbCode can be used on selected text!');
You have delete the X before the code - helpline (start and end tag).

I know this is a little bit of work :( , but we have to clean up the code. This make it easier for the future... :side:

So, could you translate with and post it here, please.
I'll attach the language-file(s) in the next version of the hack...

Thanks for help.

Please Log in or Create an account to join the conversation.

More
17 years 2 weeks ago #12049 by roland76
Replied by roland76 on topic Re:New Boardcode-icons
German language is ready... (I'll publish it with the next version...)

Please Log in or Create an account to join the conversation.

More
17 years 2 weeks ago #12078 by lavsteph
Replied by lavsteph on topic Re:New Boardcode-icons
Hi roland,

the french translation
Code:
DEFINE('_HELPLINE_BOLD', 'Texte gras: [b]texte[/b]'); DEFINE('_HELPLINE_ITALIC', 'Texte italique: [i]texte[/i]'); DEFINE('_HELPLINE_UNDERL', 'Texte souligné: [u]texte[/u]'); DEFINE('_HELPLINE_STRIKE', 'Texte barré : [strike]texte[/strike]'); DEFINE('_HELPLINE_SUB', 'Indice: [sub]texte[/sub]'); DEFINE('_HELPLINE_SUP', 'Exposant: [sup]texte[/sup]'); DEFINE('_HELPLINE_QUOTE', 'Citation: [quote]texte[/quote]'); DEFINE('_HELPLINE_CODE', 'Affichage de code: [Xcode]code[/Xcode]'); DEFINE('_HELPLINE_ULIST', 'Liste non ordonnée: [ul] [li]texte[/li] [/ul] - Remarque: la liste doit contenir au moins un élément'); DEFINE('_HELPLINE_OLIST', 'Liste ordonnée: [ol] [li]texte[/li] [/ol] - Remarque: la liste doit contenir au moins un élément'); DEFINE('_HELPLINE_LITEM', 'Elément de liste: [li] texte [/li]'); DEFINE('_HELPLINE_IMAGELINK', 'Lien image: [img size=(01-499)]http://www.google.com/images/web_logo_left.gif[/img]'); DEFINE('_HELPLINE_IMAGELINKSIZE', 'Lien image: Taille de l\'image de 01 à 499'); DEFINE('_HELPLINE_IMAGELINKURL', 'Lien image: URL du lien de l\'image'); DEFINE('_HELPLINE_IMAGELINKAPPLY', 'Lien image: valider le lien de l\'image'); DEFINE('_HELPLINE_LINK', 'Lien: [url=http://www.zzz.com/]description du lien[/url]'); DEFINE('_HELPLINE_LINKURL', 'Lien: URL du lien'); DEFINE('_HELPLINE_LINKTEXT', 'Lien: Texte/ Description du lien'); DEFINE('_HELPLINE_LINKAPPLY', 'Lien: Valider'); DEFINE('_HELPLINE_HIDE','Texte caché: [hide]le texte a masqué[/hide] - Masquer une partie d\'un texte aux invités'); DEFINE('_HELPLINE_SPOILER', 'Spoiler: Le texte est affiché après que vous ayez cliqué sur le spoiler'); DEFINE('_HELPLINE_COLOR', 'Couleur: [color=#FF6600]texte[/color]'); DEFINE('_HELPLINE_FONTSIZE', 'Taille de la police: [size=1]texte[/size] - Remarque: les tailles disponibles vont de 1 à 5'); DEFINE('_HELPLINE_FONTSIZESELECTION', 'Taille de la police: Définir la taille de la police, sélectionner le texte et appuyez sur le bouton de gauche '); DEFINE('_HELPLINE_EBAY', 'eBay: [ebay]ItemId[/ebay]'); DEFINE('_HELPLINE_VIDEO', 'Video: Sélectionnez le fournisseur ou une URL - modus'); DEFINE('_HELPLINE_VIDEOSIZE', 'Video: Taille de la vidéo'); DEFINE('_HELPLINE_VIDEOWIDTH', 'Video: Largeur de la vidéo'); DEFINE('_HELPLINE_VIDEOHEIGHT', 'Video: Hauteur de la vidéo'); DEFINE('_HELPLINE_VIDEOPROVIDER', 'Video: Sélectionnez le fournisseur de la vidéo'); DEFINE('_HELPLINE_VIDEOID', 'Video: ID de la vidéo - Vous pouvez trouver l\'ID dans l\'url de la vidéo'); DEFINE('_HELPLINE_VIDEOAPPLY1', 'Video: [video size=100 width=480 height=360 provider=clipfish]3423432[/video]'); DEFINE('_HELPLINE_VIDEOURL', 'Video: URL de la vidéo'); DEFINE('_HELPLINE_VIDEOAPPLY2', 'Video: [video size=100 width=480 height=360]http://myvideodomain.com/myvideo[/video]'); DEFINE('_HELPLINE_IMGPH', 'Ajoutez une balise [img] Choisir l\'emplacement de l\'image dans le corps du message'); DEFINE('_HELPLINE_FILEPH', 'Ajoutez une balise [file] Choisir l\'emplacement du fichier joint dans le corps du message'); DEFINE('_HELPLINE_SUBMIT', 'Cliquez ici pour publier votre message'); DEFINE('_HELPLINE_PREVIEW', 'Cliquez ici pour prévisualiser votre message avant publication'); DEFINE('_HELPLINE_CANCEL', 'Cliquez ici pour annuler votre message'); DEFINE('_HELPLINE_HINT', 'Aide bbCode- Remarque: Les bbCode peuvent être utilisé sur un texte sélectionné!');

Manager French translation

Please Log in or Create an account to join the conversation.

Time to create page: 0.331 seconds