Back to top

Autore Topic: Il sistema template in joomla 1,5  (Letto 8265 volte)

Offline joomlapixel

  • Abituale
  • ****
  • Post: 1555
    • Mostra profilo
Il sistema template in joomla 1,5
« il: 14 Ott 2006, 22:52:38 »
Ho installato oggi la beta di Joomla 1,5,interessato soprattutto a rendermi conto di cosa è cambiato a livello di struttura dei template.
L'impressione generale della nuova piattaforma è senza dubbio positiva,scorre veloce e semplice,sono rimasto un pò frastornato però proprio da quel che riguarda poi la mia linea di interesse........
non esistono + gli snippet di richiamo dei moduli che conoscevamo ed usavamo (anche se ho individuato la loro variante) ed anche il listato iniziale chiuso dal tag </head> è cambiato.
Ho caricato per prova dei template funzioannti con l'attuale versione stabile di joomla,ma come immaginavo,mi restituiscono un RESTRICTED ACCESS.
Comincia lo studio.......dunque.
Stò cercando di reperire informazioni aggiuntive,ma sul sito dei developer l'area wiki dedicata ha ancora pagine bianche,per cui prego chi sia già in possesso di link utili ad affrontare il problema di postarli in questo 3d.
grazie
fd

Offline joomlapixel

  • Abituale
  • ****
  • Post: 1555
    • Mostra profilo
Re: Il sistema template in joomla 1,5
« Risposta #1 il: 14 Ott 2006, 23:08:53 »
Per ora ho notato che i cambiamenti riguardano la sintassi utilizzata per richiamare i moduli,ora non avremo + a che fare con i tag php di  mos load modules, bensì con un listato di questo genere:
<jdoc:include type="modules" name="user3" style="-1" />
che credo la dica lunga sul distacco definitivo da mambo.
non è assolutamente preoccupante tutto questo,anzi,conforta non poco questa scelta.Ma credo che le sorprese non siano finite.
fd

Offline carloernesto

  • Abituale
  • ****
  • Post: 828
  • Sesso: Maschio
  • E=mc²
    • Mostra profilo
Re: Il sistema template in joomla 1,5
« Risposta #2 il: 15 Ott 2006, 00:23:49 »
ciao franco,
quante preoccupazini... :D nella versione 1.5 c'è la possibilità per rendere compatibile i vecchi template  ;)
basta andare in amministrazione e poi in Global Configuration qua selezioni la voce server
imposti la voce Enable Legacy Mode su yes
tieni presente che nella versione 1.5 gli elenchi puntati vengono viste come liste, quindi devi andare a modificarli come vertical o horizontal compatibile con i vecchi template  ;D
prima di postare, hai provato a cercare sul forum? hai guardato anche nell'area download? sei sicuro....

Offline joomlapixel

  • Abituale
  • ****
  • Post: 1555
    • Mostra profilo
Re: Il sistema template in joomla 1,5
« Risposta #3 il: 15 Ott 2006, 00:37:41 »
Non si tratta di preoccupazioni,forse sono stato frainteso ( in realtà col sistema che ho implementato nella costruzione dei template tutto ciò è irrillevante), ho notato dei cambiamenti consistenti (peraltro visionati nell'unico template presente nel pacchetto) e  cerco maggiori info.
La soluzione che hai postato è indubbiamente utilissima,ma da sviluppatore mi preoccupo di creare i nuovi....non solo di importare i vecchi.
Di vecchio in questo forum basto io. ;D
Comunque ringrazio la tua disponibilità e l'aiuto,l'informazione è di sicuro utilie sia a me che ad altri
fd

Offline carloernesto

  • Abituale
  • ****
  • Post: 828
  • Sesso: Maschio
  • E=mc²
    • Mostra profilo
Re: Il sistema template in joomla 1,5
« Risposta #4 il: 15 Ott 2006, 00:48:09 »
sul forum di joomla.org ho trovato solo questo al momento poca roba:
http://forum.joomla.org/index.php/topic,103863.msg520006.html#msg520006
....
1. Introduction
Accessibility in Joomla! and Mambo has always been a much debated topic. It an area that covers lots of different issues and as a result it means different things to different people. The major issues that are discussed frequently on the forums are :
    * hardcoded tables in Joomla! code
    * unflexible SEF (search engine friendly URLs) solution
    * different issues with metadata (keywords, description and site titles)
    * compliance to different accessibility standards (508, WCAG, ....)

These issues have been adressed in the design and accessibilty workgroup and most, if not all, of these issues can be solved within the new 1.5 framework. In this paragraph we will shortly describe the features that have been built into the 1.5 framework.

2. Accessibility in 1.5
Accessibility is a topic that much depends on the client's demands, the goals of the website designer, the audience of the site etc... It seems there is no one solution-fits-all. This awareness made us shift strategy from 'putting it all in the core' to 'making sure designers can do it themselves'. This approach is exactly what we did when we developed the framework; for Joomla! 1.5 we have done the following :

   1. All html output has been moved into extension templates. These templates can be overridden in your own site template, allowing a designer to completely change the generated html markup to his liking. He can change css classes, remove tables, make the template compliant to accessibility standards etc...
   2. A designer can define his own module wrappers in his site template. In 1.0 there were only 3 hardcoded options, in 1.5 a designer can define his own option to wrap his modules.
   3. The menu module in 1.5 now renders as unordered lists by default, the old menutypes are still supported for backwards compatability reasons.
   4. The pagination output can be overriden in the site template by a designer.
   5. The whole SEF system has been revamped. The core SEF support has been improved and can easily be extended by plugins. No core hacking is needed.

What does this all mean? In 1.5, a designer can change every little bit of html the system generates, the standard output however is still the same as in 1.0 to retain backwards compatibility with 1.0 site templates. This allows the creation of accessible, standard compliant, tableless, whatever-the-designer-thinks-is-important, websites.

We are currently trying to create a semantic site template that will act as a proof of concept to demonstrate how people can use the new features in 1.5. The goal is also to make this template an offical package. Template designers can then use it as the basis for their own accessible and standard compliant templates. The template will be fine-tuned based on feedback gathered from the community and the idea is to move it into the core for 2.0.
....
In short the features can be described as follows:

    * Integration of patTemplate for the site templates;
                + Adding incredible flexibility in building form, pages etc. etc.
    * Complete separation of logic and output;
                + This option enables new features like a PDA alike output without adjusting functional logic.
    * Accessibility improvements
                + See section B.
    * Template parameters;
                + Offering full control to templete developers (and of course) users to overide any part of the web-page.

qua il riferimento
prima di postare, hai provato a cercare sul forum? hai guardato anche nell'area download? sei sicuro....

Offline joomlapixel

  • Abituale
  • ****
  • Post: 1555
    • Mostra profilo
Re: Il sistema template in joomla 1,5
« Risposta #5 il: 15 Ott 2006, 01:15:51 »
Infatti basta caricare un template, un modulo o qualsiasi  estensione non compatibile con le specifiche 1.5 che il messaggio appare chiaro, ovvero andare nella configurazione e attivare la modalità legacy mode.
Considerazione... i template con questa nuova funzione funzionano per un'altissima percentuale... cosa diversa invece per le componenti o altre estensioni ... per cui ... anche se una componente viene caricata correttamente non è detto che funzioni al 100%
Si hai ragione,purtroppo avevo caricato i template senza eseguire l'installazione

Offline surfbit

  • Instancabile
  • ******
  • Post: 7316
  • Sesso: Maschio
  • Verranno ignorati mp tecnici
    • Mostra profilo
Re: Il sistema template in joomla 1,5
« Risposta #6 il: 15 Ott 2006, 13:03:17 »
Infatti basta caricare un template, un modulo o qualsiasi  estensione non compatibile con le specifiche 1.5 che il messaggio appare chiaro, ovvero andare nella configurazione e attivare la modalità legacy mode.
Considerazione... i template con questa nuova funzione funzionano per un'altissima percentuale... cosa diversa invece per le componenti o altre estensioni ... per cui ... anche se una componente viene caricata correttamente non è detto che funzioni al 100%
Si hai ragione,purtroppo avevo caricato i template senza eseguire l'installazione

sposto nella nuova board  ;)
A volte basta un sorriso per far felice una persona.

La guida alla scelta dell'hosting per Joomla!  Joomlaspace.it: l'hosting per Joomla

reborn1980

  • Visitatore
Re: Il sistema template in joomla 1,5
« Risposta #7 il: 01 Dic 2006, 00:34:22 »
ho impostato Enable Legacy Mode su yes e mi ha dato anche il messaggio di conferma, ma poi continua a darmi questo errore WARNFS_ERR01 quando cerco di caricare il template

Offline Death92

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
Re: Il sistema template in joomla 1,5
« Risposta #8 il: 04 Dic 2006, 21:43:24 »
ho attivato il legacy mode e ho uppato il template ( il tutto in locale ), poi l' ho selezionato dalla lista del menu template e inserito come default però una volta premuto su preview visualizza una tabella :


500 - An error has occured

An error has occurred while processing your request.

Please try one of the following pages:

    * Home Page

If difficulties persist, please contact the system administrator of this site.

No input to read has been passed.

 



Web Design Bolzano Kreatif