After playing with phpwcms for a few days and bringing my knowledge of CSS to a higer level I am just about to fire up my first site
Now there is some confusion about the file handling in phpwcms:
1. Picture Locations after upload:
a)Wether I upload a file via phpwcms or via ftp to /phpwcms:ftp, the files are renamed and stored in /phpwcms_filestorage, correct?
b)Upon usage in a content part, they are moved to /content/images
c)There are some postings about the /pictures folder, but so far not one file showed up there, when will it come to use?
2. Paths general:
I applied new styles in frontend.css to hold the graphics for my navigation / header area, but I cannot locate the pictures.
My steps:
I uploaded the pics to /img
I changed the paths in frontend.css for the corresponding background-images (which is ../../img/elotec/)
The first navigation pic shows up the others do not...
Any idea?