Dies ist eine alte Version des Dokuments!
Andrea: Dashboard, Pages und Themes, Page Types, Page, Defaults, Edit Page
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 /nfs/kepler/home/c5 cp concrete5.5.2.1.zip /nfs/kepler/home/vorname.zuname/ unzip concrete5.5.2.1.zip mv concrete5.5.2.1 c5 chown -R wwwrun:www c5 rm -rf concrete5.5.2.1.zip
<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>
austauschen