Benutzer-Werkzeuge

Webseiten-Werkzeuge


concrete5

Dies ist eine alte Version des Dokuments!


concrete5

  • Horizontales Menü
    • In edit mode, click on the auto-nav section, and instead of clicking "edit," click on "custom template," then choose "Header Menu."
  • Formulareingaben unter http://l4e.at stehen in der Datenbank d4e-c5 in der Tabelle btFormAnswers

Concrete5 | String. | myGengo
concrete5 :: Change Block View Behavior With Templates AKA: Make Anything Fancy
This how-to shows you how to modify the behavior of a block. As an example, the form block is extended to go inside a fancybox lightbox. The idea could be extrapolated to work with any block.
concrete5 :: Form Tableless Layout. Custom form block template that outputs table-less HTML, so forms can be styled via CSS.

cd /srv/www/htdocs/files.bgweiz.at/c5
cp concrete5.4.1.zip /nfs/kepler/home/vorname.zuname/
unzip concrete5.4.1.zip
mv concrete5.4.1 c5
chown -R wwwrun:www c5
rm -rf concrete5.4.1.zip
  • MySQL Datenbank erzeugen:
    • Datenbank erstellen: c5_zuname
    • Rechte: Passwort generieren, von jedem Host Zugriff erlauben, Datenbank c5_zuname auswählen und alle Rechte ergeben

Pretty Urls

.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !(index\.php)
RewriteCond %{REQUEST_URI} !^/(blocks)
Redirect /login /index.php/login
RewriteRule .* index.php [L]
</IfModule>

/concrete/libraries/request.php

austauschen

concrete5.1325282478.txt.gz · Zuletzt geändert: 2011/12/30 23:01 (Externe Bearbeitung)