Posted
almost 16 years
ago
Actually I don't think so. Most - if not all - paths that I coded inside CCMS are relative paths (not absolute). So e.g.: from within the ./admin/index.php file I point to the configuration by referring to ../lib/config.inc.php. No matter where your fi...
|
Posted
almost 16 years
ago
Xander,could it be that by installing to some sort of subdirectory, the relative URL for the file is not being resolved? Chris.
|
Posted
almost 16 years
ago
You genius, commenting out that line worked ... Oh dear however on my updated site it opens the browser window but it's blank. I have to go to work now but I'll continue on this when I return!Many many thanksMichael
|
Posted
almost 16 years
ago
Ha... It are the things like these that keep maintaining CCMS a unique experience . I've seen the error on your site (u is undefine (Javascript error)). I was able to reproduce this error by removing the following line from ./admin/editor.php[code]...
|
Posted
almost 16 years
ago
Good suggestion but i've tried on different machines, OSes and browsers each with the same result. and the demo site works perfectly. I've just checked again and it isn't opening up in a different window (i'm glad cos boy wud I look stoopid Xander...
|
Posted
almost 16 years
ago
Do you have multiple windows open? It's possible the file browser is being loaded into another window from your browser session, but the system is not giving focus to that window.This is going to sound silly, but... try closing your browser and re-ope...
|
Posted
almost 16 years
ago
You are right that currently it's buggy... My bad (duh ).But how about changing:[code]$ccms[breadcrumb] = "» ".ucfirst($cfg[homepage])."...
|
Posted
almost 16 years
ago
All good. Thanks.
|
Posted
almost 16 years
ago
First: I've enjoyed browsing through your shop demo. Keep me/us posted as much posted as possible, because it goes without saying that I'm very curious after the development of your add-on project. As said I'll pick-up where I left off later, but right...
|
Posted
almost 16 years
ago
A small update. This is still a work in progress.See homepage here: http://katsmeow.com.au/compactSee the shop here: http://katsmeow.com.au/compact/shopCurrently the shop will list all shop items. It uses 1 template for displaying the list (called B...
|