Enhancement: im/export templates (Templatewizard)

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

update 28.3.2006

added setup script for easy installation

Image

Image
Erich
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

where do I find this script? from where can I download it?
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

culda_a wrote:where do I find this script? from where can I download it?
not released yet (see initial post), please be patient... :wink:
we still do some testing....
Erich
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

:roll: ok I wait :D great job by the way
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post by sustia »

Erich, this one is for italian language

Code: Select all

//---------------------------------------------
//
// TEMPLATESETS IM / EXPORT
//
//---------------------------------------------
$BL['be_admin_tmpl_em_templateinstalled']            = 'Il template è stato importato con successo!';
$BL['be_admin_tmpl_em_otherversion']                 = '<p>Questo file del template &egrave; stato esportato con una versione differente di phpwcms!</p>
                                                        Ci potrebbero essere problemi di compatibilit&agrave;!<br>
                                                        <p>La tua versione di phpwcms:<b>%s</b><br>
                                                        Versione del file importato:<b>%s</b></p>';
$BL['be_admin_tmpl_em_backlinktext']                 = 'Ritorna alla sezione dei template';
$BL['be_admin_tmpl_em_applyconfirm']                 = 'Vuoi applicare il Template [ "+%s+" ] all\'intero sito?\n\nFai attenzione se usi differenti template nel sito, applicando questo template\nsovrascriverai le impostazioni di tutti i template nella tua struttura!';
$BL['be_admin_tmpl_em_tmplinfo']                     = 'Informazione sul template';
$BL['be_admin_tmpl_em_applytmpl']                    = 'Applica il template';
$BL['be_admin_tmpl_em_install']                      = 'Installa / disinstalla i set dei template';
$BL['be_admin_tmpl_em_readme']                       = 'Leggimi';
$BL['be_admin_tmpl_em_password']                     = 'Password del template';
$BL['be_admin_tmpl_em_applytmplafter']               = 'Applica il template dopo l\'installazione';
$BL['be_admin_tmpl_em_tmplerror']                    = 'Errore nel Template';
$BL['be_admin_tmpl_em_tmplerrortxt']                 = 'Manca il file del template!';
$BL['be_admin_tmpl_em_uninstallcpt']                 = 'Disinstalla il template';
$BL['be_admin_tmpl_em_impoptions']                   = 'Opzioni di importazione';
$BL['be_admin_tmpl_em_availabletmpls']               = 'Templates disponibili';
$BL['be_admin_tmpl_em_singletmplimport']             = 'Importa un singolo file del template';
$BL['be_admin_tmpl_em_installtmpl']                  = 'Installa il template';
$BL['be_admin_tmpl_em_tmplunistalled']               = 'Il template <b>%s</b> e le impostazioni di pagina associate sono state installate correttamente!';
$BL['be_admin_tmpl_em_tmplnameinuse']                = 'Un template con questo nome gi&agrave; esiste, per favore scegli un altro nome!';
$BL['be_admin_tmpl_em_singletmplfile']               = 'File del template da importare';
$BL['be_admin_tmpl_em_exportcpt']                    = 'Per favore seleziona in basso il tipo di esportazione:';
$BL['be_admin_tmpl_em_exporttmplonly']               = 'Solo il template';
$BL['be_admin_tmpl_em_exporttmplset']                = 'Template, layout di pagina e file css';
$BL['be_admin_tmpl_em_exporttmplheader']             = 'Esporta il template';
$BL['be_admin_tmpl_em_tmpltoexpot']                  = 'Template da esportare:';
$BL['be_admin_tmpl_em_tmplpassword']                 = '<b>Password del template</b>
<p>Nota:<br>
  lascia questo campo vuoto se vuoi creare un template non protetto, altrimenti riempi il campo per creare un template protetto!';
$BL['be_admin_tmpl_em_exportbtncpt']                 = 'Esporta il template';
$BL['be_admin_tmpl_em_exportsucces']                 = 'Il template &egrave; stato esportato con successo!';
$BL['be_admin_tmpl_em_exportfilesize']               = 'Dimensione del file:';
$BL['be_admin_tmpl_em_exportdownloadlnk']            = 'Scarica';
$BL['be_admin_tmpl_em_wrongpassword']                = 'Password errata per il template <b>%s</b> o dati del template errati!';
//---------------------------------------------
//
// PAGELAYOUTS COPY / IM / EXPORT
//
//---------------------------------------------
$BL['be_admin_page_title_copy']                      = 'Configurazione del frontend: copia il layout di pagina';
$BL['be_admin_page_em_layoutnameinuse']              = 'La configurazione della pagina gi&agrave; esiste, per favore scegli un nome differente!';
$BL['be_admin_page_em_install']                      = 'Importa il layout di pagina';
$BL['be_admin_page_em_importcpt']                    = 'Configurazione del frontend: importa il layout di pagina';
$BL['be_admin_page_em_layouttoimport']               = 'File del layout da importare';
$BL['be_admin_page_em_exportsuccess']                = 'Il layout della pagina &egrave; stato esportato con successo!';
$BL['be_admin_page_em_backlinktext']                 = 'Ritorna alla sezione del layout di pagina';
Campeones del mundo!
Vegetables!
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post by trip »

:lol: :lol: :lol:

Thumbs up from my side...
its AAA for Awesome

TriP
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

update 1.4.2006

added frontend-template switcher

Image
Erich
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

looks great :)

but where are the Downloadlink has gone :roll:
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

pico wrote:looks great :)

but where are the Downloadlink has gone :roll:
Hello Horst!

there is no link right now, but we are on the way, pepe is building a starttemplate-pack, it will be included into the templatewizard-download for an easy start for phpwcms-beginners.
Erich
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

hi pico,

please... give me a little time... i'm an old man, you know :wink:

But i will "do, what i can" :lol: :lol: :lol:
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

take it easy - don't hurry - good thing take Time
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

:P Phhhuuuuu...

:arrow: Now i'm really groggy, friends... too much for your old pepe... but i'm working on it :wink: :roll: :wink:

I'm goona go now and drink a great beer... or better an mineralwater? NO a GREAT BEER or TWO - Cheers Erich :!:
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

Hi, Pepe and erich_k4.... I can help you with some designs for the templates if you like... for the moment I have create some templates but only for me.... the ideea is that I can make some designs and Pepe can create the templates. :roll:
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

languare romanian

Post by culda_a »

here is the romanian language you can add this to:
//---------------------------------------------
//
// TEMPLATESETS IM / EXPORT
//
//---------------------------------------------
$BL['be_admin_tmpl_em_templateinstalled'] = 'import template terminat';
$BL['be_admin_tmpl_em_otherversion'] = '<p>Acest fisier template a fost exportat cu o versiune diferita phpwcms!</p>
Ar putea fi errori de incop[atibilitate!<br>
<p>Versiunea ta phpwcms este:<b>%s</b><br>
Versiunea fisierului importat:<b>%s</b></p>';
$BL['be_admin_tmpl_em_backlinktext'] = 'inapoi la sectiunea template';
$BL['be_admin_tmpl_em_applyconfirm'] = 'Doresti sa aplici Template-ul [ "+%s+" ] pt tot site?\n\nFi atent daca folosesti diferite templaturi in site-ul tau, aplicarea acestui template\nv-a suprascrie toate setarile de template in structura ta de articole!';
$BL['be_admin_tmpl_em_tmplinfo'] = 'informatii template';
$BL['be_admin_tmpl_em_applytmpl'] = 'aplica template';
$BL['be_admin_tmpl_em_install'] = 'instaleaza / dezinstaleaza seturi template';
$BL['be_admin_tmpl_em_readme'] = 'Citeste-ma';
$BL['be_admin_tmpl_em_password'] = 'parola template';
$BL['be_admin_tmpl_em_applytmplafter'] = 'aplica template dupa instalare';
$BL['be_admin_tmpl_em_tmplerror'] = 'Eroare Template';
$BL['be_admin_tmpl_em_tmplerrortxt'] = 'Fiserul Template lipseste!';
$BL['be_admin_tmpl_em_uninstallcpt'] = 'Dezinstaleaza template';
$BL['be_admin_tmpl_em_impoptions'] = 'importa optiuni';
$BL['be_admin_tmpl_em_availabletmpls'] = 'Seturi template disponibile';
$BL['be_admin_tmpl_em_singletmplimport'] = 'importa un singur fisier template;
$BL['be_admin_tmpl_em_installtmpl'] = 'Instaleaza template';
$BL['be_admin_tmpl_em_tmplunistalled'] = 'template <b>%s</b> pagelayout asociate au fost dezinstalate cu succes!';
$BL['be_admin_tmpl_em_tmplnameinuse'] = 'nume template deja in folosinta, alege alt nume de template!';
$BL['be_admin_tmpl_em_singletmplfile'] = 'fisier template pentru import';
$BL['be_admin_tmpl_em_exportcpt'] = 'Te rog selecteaza tipul de export mai jos:';
$BL['be_admin_tmpl_em_exporttmplonly'] = 'doar template';
$BL['be_admin_tmpl_em_exporttmplset'] = 'template, page layout afiliate si fisiere css file';
$BL['be_admin_tmpl_em_exporttmplheader'] = 'template export';
$BL['be_admin_tmpl_em_tmpltoexpot'] = 'template pentru export:';
$BL['be_admin_tmpl_em_tmplpassword'] = '<b>parola template</b><p>Nota:<br>lasa acest camp gol daca doresti sa creeazi un template fara protectie, sau in caz contrar introdu parola pentru a creea un template protejat!';
$BL['be_admin_tmpl_em_exportbtncpt'] = 'export template';
$BL['be_admin_tmpl_em_exportsucces'] = 'export template terminat!';
$BL['be_admin_tmpl_em_exportfilesize'] = 'Marime fisier:';
$BL['be_admin_tmpl_em_exportdownloadlnk'] = 'Download aici';
$BL['be_admin_tmpl_em_wrongpassword'] = 'parola gresita pentru template <b>%s</b> sau date invalide pentru template!';
//---------------------------------------------
//
// PAGELAYOUTS COPY / IM / EXPORT
//
//---------------------------------------------
$BL['be_admin_page_title_copy'] = 'frontend setup: copiaza page layout';
$BL['be_admin_page_em_layoutnameinuse'] = 'nume pagelayout deja in folosinta, te rog selecteaza un alt nume!';
$BL['be_admin_page_em_install'] = 'import page layout';
$BL['be_admin_page_em_importcpt'] = 'frontend setup: page layout import';
$BL['be_admin_page_em_layouttoimport'] = 'fisier page layout pentru import';
$BL['be_admin_page_em_exportsuccess'] = 'export page layout terminat!';
$BL['be_admin_page_em_backlinktext'] = 'inapoi la sectiunea page layout';
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

soon I will finish some free templates and design templates in case that somebody need them....

Is somebody here that need some designs and templates? .. just to know not to work and then .... maybe nobody need them :roll:
Post Reply