Content Management System & Konferenzmanagement GNU GPLv3
u5CMS
Video Tutorial
u5CMS Video-Einführung (deutsch) oder YouTubu5CMS Video Introduction (englisch) oder YouTub
Download und Installation
u5CMS PHP Dateien zur Installation (ZIP 7.8 MB)Version 12.7.35, September 29, 2025
Auch erhältlich unter
u5CMS — How to update an existing installation (version 4 and above)
TROUBLE SHOOTING
A) If the layout does not look right after having done step 7, go to https://urltoyouru5cmsfrontend/u5admin and open a css-object (e. g. csslayout) in PIDVESA's S special function's code (htmltemplate & css) section and safe it!
B) If your navigation does not look well, copy this code to cssnavleft in PIDVESA's→S→Code and this code to cssnavleftsubtop in PIDVESA's→S→Code and this code to cssnavtop in PIDVESA's→S→Code
C) If newly inserted [fo:][:fo]-forms do not look well, copy this code to cssform in PIDVESA's→S→Code
D) If after A) and B) the layout still does not look right, change the doctype <!DOCTYPE html> to the old one
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
×
These update instructions are for u5CMS versions 4 and above. For versions below 4 read this!
- On your server, go to the files of your old (current) u5CMS installation and copy config.php to config.old.php
- Download the ZIP-File , unzip it and delete the file favicon.ico (if it exists)
- Further, delete all contents in folder r EXCEPT runonce.php
- Transfer the remaining files and folders from the ZIP file over the existing installation (FTP upload)
- Now, on your server, copy the database connection parameters $host $username $password $db from config.old.php to config.php If there are other dedicated settings in config.old.php, set the same in config.php (compare parameter by parameter)
- You must now log in to the backend of your (now updated) u5CMS installation via https://urltoyouru5cmsfrontend/u5admin and open a css-object (e. g. csslayout) in PIDVESA's S code section, for your site to work correctly again.×
- PIDVESA: The very right column of your u5CMS backend is your repository. PIDVESA stands for Pages, Images, Documents, Videos, External Links, Special Functions, and Account. Find these things by clicking the respective radios P I D V E S or A in the top right corner of your backend screen; cf short reference (pdf)
- You must now log in to the backend of your (now updated) u5CMS installation via https://urltoyouru5cmsfrontend/u5admin for that the database will be updated too
TROUBLE SHOOTING
A) If the layout does not look right after having done step 7, go to https://urltoyouru5cmsfrontend/u5admin and open a css-object (e. g. csslayout) in PIDVESA
×
- PIDVESA: The very right column of your u5CMS backend is your repository. PIDVESA stands for Pages, Images, Documents, Videos, External Links, Special Functions, and Account. Find these things by clicking the respective radios P I D V E S or A in the top right corner of your backend screen; cf short reference (pdf)
B) If your navigation does not look well, copy this code to cssnavleft in PIDVESA
×
- PIDVESA: The very right column of your u5CMS backend is your repository. PIDVESA stands for Pages, Images, Documents, Videos, External Links, Special Functions, and Account. Find these things by clicking the respective radios P I D V E S or A in the top right corner of your backend screen; cf short reference (pdf)
×
- PIDVESA: The very right column of your u5CMS backend is your repository. PIDVESA stands for Pages, Images, Documents, Videos, External Links, Special Functions, and Account. Find these things by clicking the respective radios P I D V E S or A in the top right corner of your backend screen; cf short reference (pdf)
×
- PIDVESA: The very right column of your u5CMS backend is your repository. PIDVESA stands for Pages, Images, Documents, Videos, External Links, Special Functions, and Account. Find these things by clicking the respective radios P I D V E S or A in the top right corner of your backend screen; cf short reference (pdf)
C) If newly inserted [fo:][:fo]-forms do not look well, copy this code to cssform in PIDVESA
×
- PIDVESA: The very right column of your u5CMS backend is your repository. PIDVESA stands for Pages, Images, Documents, Videos, External Links, Special Functions, and Account. Find these things by clicking the respective radios P I D V E S or A in the top right corner of your backend screen; cf short reference (pdf)
D) If after A) and B) the layout still does not look right, change the doctype <!DOCTYPE html> to the old one
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Kurzreferenz
u5CMS Short Reference, English (pdf)Mit u5CMS ohne Programmierkenntnisse eine Webapplikation bauen
Es ist sehr einfach, mit u5CMS eine Webapplikation selber zu bauen. Lassen Sie Benutzende einloggen, Daten eingeben, Daten wieder editieren und Daten veröffentlichen. Ihre Webapplikation interagiert mit der Datenbank von u5CMS, ohne dass Sie sich darum kümmern müssen. Als Einstieg führen Sie das Tutorial durch und danach das Szenario 2.Benutzerhandbuch
Examples below: Do optimize <label>-usage
In the examples below, the <label> tag is not used in a screen reader–compliant way.
For example
<label>Name*</label><input … name="name_mandatory" … />
instead of
<label>Name*<input … name="name_mandatory" … /></label>
Closing the label-tag after the form field helps blind users by providing better screen reader support.
Benutzerhandbuch deutsch ×
In the examples below, the <label> tag is not used in a screen reader–compliant way.
For example
<label>Name*</label><input … name="name_mandatory" … />
instead of
<label>Name*<input … name="name_mandatory" … /></label>
Closing the label-tag after the form field helps blind users by providing better screen reader support.
User Manual English
Online-Dokumentation
Erweiterte Funktionalitäten (z. B. PayPal, Datenbank, Formulare, Serien-E-Mails)u5CMS & SSL TSL (HTTPS erzwingen)