Page 1 of 1

PostPosted: Wed Aug 08, 2007 2:01 pm
by Nikothamus
hello. i'm new in auction software. i've installed dataface with webauction on my server. it works fine but i don't see any colors. just plain white bkgrnd and black txt. where can i find some templates or some code modyfications to put some life into my auction site ;) http://aukcje.lightsaber.pl for those who want to help me. sorry for any english lang. mistakes. i speak english fine but writing... well i'm stil working on that :) thanks for any help.

PostPosted: Wed Aug 08, 2007 2:20 pm
by shannah

The problem is the url in the config.inc.php file of the webauction app directory.Ê Right now the URL is set to '/aukf/dataface/'Ê or something like this.

It should be just '/dataface'

-Steve


PostPosted: Thu Aug 09, 2007 8:16 am
by Nikothamus
thanks very much for quick reply !

i've put unpacked dataface stuff into webauction sub folder called dataface
path is... (this is my config.inc.php content)

define('DATAFACE_INSTALLATION_PATH', '/home/novak/ftp/aukcje/dataface');
define('DATAFACE_INSTALLATION_URL', '/aukcje/dataface');

where aukcje is subdomain folder. i've deleted comment stuff from conf. file.

i've installed dataface and i've run a file specyfied in dataface manual.
i must change path to /home/novak/ftp/aukcje/dataface/dataface ?
in dataface folder is subfolder also named dataface.

i hope this is something that i can do by myself :)

PostPosted: Thu Aug 09, 2007 1:12 pm
by shannah

Just change

define('DATAFACE_INSTALLATION_URL', '/aukcje/dataface');

To

define('DATAFACE_INSTALLATION_URL', '/dataface');

That's it.


-Steve


PostPosted: Thu Aug 09, 2007 2:15 pm
by Nikothamus
thanks veeeerrrrry much !!! now it works fine !

Mr Steve you're the greatest !!!

always the simplest thing is the hardest thing :)

finally my auction site has a face :)

once again thanks for support.