Support Joomla!
Register :
Lost password?
Remember me
Home
Extensions
Template Club
Services
Forum
BAckend of NeoLatest is in French
Forums
Search:
Advanced search
3182
Posts in
750
Topics by
15553
Members
Latest Member:
varagar varagar
Forums
Products - English
Extensions
NeoLatestNews
BAckend of NeoLatest is in French
« previous
next »
Pages:
[
1
]
Author
Topic: BAckend of NeoLatest is in French (Read 3788 times)
Carl Johnson
Newbie
Posts: 2
BAckend of NeoLatest is in French
«
on:
July 29, 2007, 12:11:16 PM »
I can not read the language in the back end. Is it possible to get an English translation for NeoLatest?
Thanks
Carl Johnson
Logged
Raphael
Administrator
Hero Member
Posts: 1082
Re : BAckend of NeoLatest is in French
«
Reply #1 on:
July 30, 2007, 11:15:33 AM »
Hi Carl,
The module was translated. You can re-download it by the menu My Orders -> My Files.
Regards,
Logged
Carl Johnson
Newbie
Posts: 2
Re: BAckend of NeoLatest is in French
«
Reply #2 on:
August 01, 2007, 12:33:33 PM »
Thank you. I got it!
Logged
Guy Web
Newbie
Posts: 1
Re: BAckend of NeoLatest is in French
«
Reply #3 on:
January 25, 2008, 06:46:43 PM »
I've just been emailed this module and it is in French...where do I get the English Version?
I looked in my orders > my files and there is the NeoLatestNews there but I think that's the one I was just emailed.
Can you list the NeoLatestNews and specify in the title if it's French or English?
Like:
NeoLatestNews (English)
NeoLatestNews (French)
This would definitly help your visitors download the correct version.
Thanks!
WebGuy
Logged
Raphael
Administrator
Hero Member
Posts: 1082
Re : BAckend of NeoLatest is in French
«
Reply #4 on:
January 26, 2008, 04:04:55 PM »
Hello Guy,
There's unfortunately no different versions of the module for the moment, NeoLatestNews is just available in french.
But we will translate it quickly, and maybe finally publish it only in english.
Regards,
Logged
j budd
Newbie
Posts: 1
Re: Re : BAckend of NeoLatest is in French
«
Reply #5 on:
May 03, 2008, 11:11:26 AM »
Citation de: Raphael le January 26, 2008, 04:04:55 PM
Hello Guy,
There's unfortunately no different versions of the module for the moment, NeoLatestNews is just available in french.
But we will translate it quickly, and maybe finally publish it only in english.
Regards,
When will the translation be available Raphael?
jb
Logged
Raphael
Administrator
Hero Member
Posts: 1082
Re : BAckend of NeoLatest is in French
«
Reply #6 on:
May 03, 2008, 01:23:56 PM »
Hi JB,
We will try to do it during the next days.
Regards,
Logged
ta me
Newbie
Posts: 1
Re: BAckend of NeoLatest is in French
«
Reply #7 on:
May 16, 2008, 02:02:38 PM »
August 2007 - Module is in ENGLISH
Jan 2008 to now - Module is NOT in ENGLISH
Extension listing says that the module is available in English. It is not!
Update your website so you don't waste the valuable time of visitors to your site!!!!!!!!!
This is false advertising!
«
Last Edit: May 16, 2008, 02:05:02 PM by ta me
»
Logged
Raphael
Administrator
Hero Member
Posts: 1082
Re : BAckend of NeoLatest is in French
«
Reply #8 on:
May 17, 2008, 03:09:42 PM »
Hello,
I just wanted to remind you that the extension NeoLatestNews is a
free extension
. We developed it ourselves and we provide the members of NeoJoomla with it without asking nothing in return.
But if you want to modify it or translate it, you can!
And for information, you annouced some days ago that the module will be translated shortly. Just be patient!
Regards,
Logged
Grzegorz Borys
Newbie
Posts: 1
Re: BAckend of NeoLatest is in French
«
Reply #9 on:
July 18, 2008, 11:48:55 AM »
Google translate for xml file:
Code:
<?xml version = "1.0" encoding = "utf-8"?>
<mosinstall type="module" version="1.2">
<name> NeoLatestNews </name>
<creationDate> January 2008 </creationDate>
<author> Nicolas Cornet - Neoweb </author>
<license> Released under CREATIVE COMMONS License </license>
<copyright> Copyright (C) 2006-2007 Neoweb </copyright>
<authorEmail> Support@neojoomla.com </authorEmail>
<authorUrl> Www.neojoomla.com </authorUrl>
<version> 1.2 </version>
<description> NeoLatestNews is a management module display articles. It helps set the display of title, date, text intro and its maximum length and more ...</description>
<files>
<filename module="mod_neolatestnews"> mod_neolatestnews.php </filename>
</files>
<params>
<param name = "moduleclass_sfx" type = "text" default = "" label = "Suffix CSS module" description = "suffix to implement the CSS class module. This allows a layout individualized." />
<param name = "listclass_sfx" type = "text" default = "" label = "Suffix CSS list" description = "suffix to implement the CSS class of the list. This allows an individual layout. " />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="content_source" type="list" default="0" label="Source" description="Source items to afficher.">
<option Value="0"> Section </option>
<option Value="1"> Category </option>
</param>
<param name = "sectionid" type = "mos_section" default = "" label = "Section" description = "Section items to display." />
<param name = "catid" type = "mos_category" default = "" label = "Category" description = "category items to display." />
<param name="usefront" type="radio" default="1" label="Front Page" description="Include/Exclude articles showed on front page">
<option Value="1"> Include </option>
<option Value="0"> Exclude </option>
</param>
<param name = "leading" type = "text" size = "3" default = "0" label = "# Main" description = "Number of items to be displayed in full width on top. If 0 is seized, No items will be displayed at the 'leading' "/>
<param name = "intro" type = "text" size = "3" default = "5" label = "# Intro" description = "Number of items to be displayed with the introductory text." />
<param name = "columns" type = "text" size = "3" default = "1" label = "Columns" description = "Number of columns for displaying articles with introductory text." />
<param name = "links" type = "text" size = "3" default = "0" label = "# Links" description = "Number of items to be displayed as links." />
<param name="ordering" type="list" default="date" label="Order Display" description="Defines sorting order of articles">
<option value="date"> Newest head </option>
<option value="rdate"> Oldest head </option>
<option value="alpha"> Alphabet (AZ) on the title </option>
<option value="ralpha"> Reverse alphabetical (ZA) on the title </option>
<option Value="random"> Random </option>
<option Value="order"> Tri </option>
</param>
<param name="newslink" type="list" default="both" label="Article Link" description="Defines the type of links opening the full story.">
<option Value="none"> No link </option>
<option Value="title"> Title only </option>
<option value="readmore"> reading </option>
<option value="both"> Title and reading </option>
</param>
<param name="allnews" type="radio" default="1" label="All articles Link" description="Poster / mask a link to the page containing all the articles of the category.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="open_mode" type="list" default="self" label="Mode opening" description="Sets mode of opening links.">
<option Value="self"> window active </option>
<option Value="pop"> Popup </option>
</param>
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="show_title" type="radio" default="1" label="The show title" description="The show title.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="show_cat" type="radio" default="0" label="The show category" description="Poster / mask the name of the category items.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="catlink" type="radio" default="0" label="Category Clickable" description="Active / disable category article.">
<option Value="1"> Enable </option>
<option Value="0"> Off </option>
</param>
<param name="show_date" type="radio" default="1" label="The show date" description="Poster / mask the date of creation of articles.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name = "formatdate" type = "text" default = "dd /mm /yy H: M" label = "date format" description = "Set the date format along the lines dd day, mm: months, yy: year, H: hour, M: minute, S: seconds (default dd /mm /yy H: M). " />
<param name="show_author" type="radio" default="0" label="Show author" description ="Poster / mask the author of articles.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="show_intro" type="list" default="1" label="Text intro" description =" Poster / mask the introductory text in full or truncated depending on the length defined.">
<option value="0"> No intro text </option>
<option Value="1"> Full text </option>
<option Value="2"> truncated Text </option>
</param>
<param name = "intro_length" type = "text" size = "3" default = "150" label = "length of the text intro" description = "Defines the length of the introductory text to display." />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="show_images" type="radio" default="1" label="Show the images" description =" Poster / Mask an image headers articles.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="images_position" type="list" default="default" label="Position of images" description="">
<option Value="default"> By default </option>
<option Value="column"> In column </option>
<option value="top"> Align above the text </option>
<option value="left"> Align left text </option>
<option value="right"> Align right text </option>
</param>
<param name="images_source" type="list" default="1" label="Source of images" description="Source images to show, content editor or mosImage.">
<option Value="1"> Publisher </option>
<option Value="2"> mosImage </option>
</param>
<param name="images_size" type="list" default="0" label="Resize" description =" Resizes or retains the original size of images.">
<option Value="0"> Original Size </option>
<option Value="1"> Resize </option>
</param>
<param name = "images_maxwidth" type = "text" size = "3" default = "50" label = "width images" description = "maximum width of images to resize." />
<param name = "images_maxheight" type = "text" size = "3" default = "50" label = "Height images" description = "Maximum height of images to resize." />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name = "show_seperator" type = "radio" default = "0" label = "spacer articles" description = "Poster /mask a separator between each articles. The display of separator depends on the class [article_seperator] defined in the CSS template. ">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
</params>
</mosinstall>
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
NeoJoomla - English
-----------------------------
=> Announcements
=> General discussions
=> Suggestions & Feedback
=> Your realisations with Joomla!
-----------------------------
Products - English
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
-----------------------------
NeoJoomla - Français
-----------------------------
=> Annonces
=> Discussions générales
=> Suggestions et retours
=> Vos réalisations avec Joomla!
-----------------------------
Produits - Français
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
===> Sport's Web
===> Clocking Machine
===> Summer Week
===> Light Skills
===> Underground
===> J!lloween
Loading...
Joomla Professionals
|
Joomla Components
|
Joomla Extensions
|
Joomla Templates
|
Joomla Design
|
Joomla Developers
|
Joomla Blog
|
Contact
|
Quote