Files
TSN-Ranksystem/styles/_README.php
Newcomer1989 f7d7aedc5a release 1.3.22
2023-02-01 20:44:58 +01:00

25 lines
1.7 KiB
PHP

<?PHP
// Open this site on your webserver for a better readable
echo 'You can add your own style (design) for the Ranksystem here.<br><br>';
echo 'To do this, create your own directory. The name of the directory determine the name of the style.<br><br>';
echo 'Styles named with the prefix "TSN_" are styles delivered by the Ranksystem itself. These will be replaced with upcoming updates.<br>';
echo 'DO NOT change this styles. If you want to do this, copy it to own directory and do changes there.<br><br><br>';
echo 'Place all needed files for the style (like images, fonts, ..) inside your own directory.<br><br>';
echo 'Index files are the ST.css / WI.css and ST.js / WI.js, see below. JavaScript files are optional.<br><br>';
echo '<u>Naming convention <b>CSS</b>:</u><br>';
echo '- fix name "ST.css" - for statistics page<br>';
echo '- fix name "WI.css" - for webinterface<br><br>';
echo '<u>Naming convention <b>JavaScript</b>:</u><br>';
echo '- fix name "ST.js" - for statistics page<br>';
echo '- fix name "WI.js" - for webinterface<br><br><br>';
echo 'To <u>activate</u> the style for the Ranksystem:<br>';
echo '- go to the Webinterface<br>';
echo '- on right top corner, on your Login-Name, activate the "expert mode"<br>';
echo '- go to "Other" and choose your "custom style"<br><br><br>';
echo 'Your style, wich is added like this, will be update save!<br><br>';
echo 'If you want to publish your style, you can send this to:<br>';
echo 'admin@ts-ranksystem.com<br><br>';
echo 'We will implement it with the next release!<br><br>';
echo '<b>Thx for all who supports this project!!!</b><br>';
echo 'We will honor you and name you on the info page.';
?>