Posted
almost 16 years
ago
Is it possible to upload PDF documents for site visitors to download?In the WYSIWYG editor I can see a button to add an image. After that I can browse my repository of uploaded images. This gives me the option of choosing folders. One folder is called...
|
Posted
almost 16 years
ago
I can only imagine. Doesn't sound like fun
|
Posted
almost 16 years
ago
You can just enter if you please. It doesn't have to be echoed and with the focus on end users I think it's better to still require it. I know my clients could forget about it (because they don't directly understand it's use), leaving an empty ...
|
Posted
almost 16 years
ago
Hi Chris,This has actually been fixed in the upcoming release (or 1.3.2 revision 62 on Google Project page). I had the same issue with loads of notices in my error log (600mb+ in size . The thing is that with my website hacked (server issue) and al...
|
Posted
almost 16 years
ago
The attachment link is broken.
|
Posted
almost 16 years
ago
Trying to create a page without supplying a subheader returns the following:Code: [Select]- Give a short sub-title for your page.Subheaders should be optional.
|
Posted
almost 16 years
ago
If you set a page as not published, you can still reach it if you know the direct URL. For example:/content/example-page.phpCould this be fixed by setting the file permission as protected in some way? Then unprotect it when it's republished through t...
|
Posted
almost 16 years
ago
PS - following lines in sitemap need updating too
|
Posted
almost 16 years
ago
lib/sitemap.php contains the following line:Code: [Select]$ccms[breadcrumb] = "» ".ucfirst($cfg[homepage])."";If the system is installed under...
|
Posted
almost 16 years
ago
In various files, array indexes are specified like this:Code: [Select]$ccms[desc]They should be like this:Code: [Select]$ccms['desc']Or this:Code: [Select]$ccms["desc"]I installed ccms on an updated PHP system and PHP complained. (And no, hiding the...
|