homejoomlablogministries
articles
guides
tutorials
all
forum
Subscribe in NewsGator Online

Learning Joomla! for the first time? Buy the Joomla! 1.5 Essential training CD-ROM or watch it on Lynda.com.

 

Welcome to Joseph LeBlanc's Joomla development forum. This forum is primairly intended to discuss the development of components I've authored, such as the podcasting suite and Daily Message tutorial. Although I happily answer general questions about Joomla, you may get quicker answers by searching the Joomla forums.

Due to spam abuse, you must register to post in the forums. However, you are allowed to browse the forums without registration. Commercially-oriented, off-topic messages are $100 per word, thank you for understanding!






FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Re:iTunes Podcast XML display wrong language (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:iTunes Podcast XML display wrong language
#2992
source (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:iTunes Podcast XML display wrong language 9 Months, 1 Week ago Karma: 0  
Yes I have these two lines...
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2996
source (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:iTunes Podcast XML display wrong language 9 Months ago Karma: 0  
Hi, are you discouraged ???
Maybe would it be possible in a new version to add a field "itunes language" if there is no better solution ?
If you do so, would it be possible to add the tag "clean" ?
thanks for your attention.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2999
jleblanc (Admin)
Admin
Posts: 1021
graph
User Offline Click here to see the profile of this user
Re:iTunes Podcast XML display wrong language 9 Months ago Karma: 32  
If you have those two lines in your version, either Joomla! is reporting the language incorrectly or you have a different default language set.

Yes, I will look into adding the 'clean' tag in a future version.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#3001
source (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:iTunes Podcast XML display wrong language 9 Months ago Karma: 0  
Hi Joseph,
thanks for answering. Here is what my fist lines of code say :
Code:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-fr" lang="fr-fr" >
Isn't that enough to check that joomla is not
QUOTE:
reporting the language incorrectly
What do you mean by :
QUOTE:
you have a different default language set
I have set french to default for backend and frontend in Extensions / languages. Is there something else to check ? Thanks fo you help.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#3013
jleblanc (Admin)
Admin
Posts: 1021
graph
User Offline Click here to see the profile of this user
Re:iTunes Podcast XML display wrong language 9 Months ago Karma: 32  
Sorry for the wait. It looks like the like the function I talked about earlier is not the one I should be calling. I will be updating my code shortly. In the meantime, if you want to patch it yourself, change this line:

$xw->writeElement('language', $lang->getDefault());

... to this:

$xw->writeElement('language', $lang->getTag());

That should fix it. Thank you for brining this issue to my attention!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#3026
source (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:iTunes Podcast XML display wrong language 9 Months ago Karma: 0  
Hello,
I have reinstalled all the component with this new code (I don't have the permissions to change just one file...) And I can read this balise in the feed :
Code:

<language>fr-FR</language>
Still not able to check on iTunes but will let you know. Thank you for helping and following the question.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop