Latenight Coding Forum

Forum is currently READ ONLY and closed to new posts and new registrations.
It is currently Wed Sep 08, 2010 3:58 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: validazione pagine e qtube
PostPosted: Fri Apr 17, 2009 11:00 am 
Offline

Joined: Fri Apr 17, 2009 10:57 am
Posts: 2
ciao a tutti, sono nuovo del forum e prima di iniziare a spiegarvi il mio guaio colgo l'occasione per ringraziarvi per l'ottimo lavoro compiuto fino ad ora.

Dunque il mio problema è questo: non riesco a validare la pagina perchè c'è un param non chiuso nel modulo qtube vi allego il codice...

Code:
<object type="application/x-shockwave-flash" width="200" height="168" data="http://www.youtube.com/v/JFWPeVfWB9o&amp;rel=0&amp;border=0&amp;autoplay=0"><param name="wmode" value="transparent">[color=#FF0000]in pratica sgml mi da errore qui[/color]<param name="movie" value="http://www.youtube.com/v/JFWPeVfWB9o&amp;rel=0&amp;border=0&amp;autoplay=0"></param></object>


Top
 Profile  
 
 Post subject: Re: validazione pagine e qtube
PostPosted: Fri Apr 17, 2009 2:11 pm 
Offline

Joined: Tue Oct 14, 2008 3:46 pm
Posts: 444
In effetti c'è un problema con un tag param non chiuso correttamente. Per ora ecco la corrrezione da fare poi aggiorno il pacchetto. Nel file modules/mod_qtube/helper.php la penultima riga è :
Code:
$html .= ' data="'.$url.'"><param name="wmode" value="transparent"><param name="movie" value="'.$url.'"></param></object>';
Va modificata così
Code:
$html .= ' data="'.$url.'"><param name="wmode" value="transparent" /><param name="movie" value="'.$url.'"></param></object>';

Nessuno, incluso il sottoscritto, se ne era mai accorto, si vede che pochi guardano alla validità delle pagine. Grazie della segnalazione.


Top
 Profile  
 
 Post subject: Re: validazione pagine e qtube
PostPosted: Fri Apr 17, 2009 2:55 pm 
Offline

Joined: Fri Apr 17, 2009 10:57 am
Posts: 2
grazie a te per la disponibilità!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group