Web Hosting Talk







View Full Version : KnowledgebasePublisher design help, please


don_RN
05-29-2006, 05:30 PM
Has anyone worked with intagration of KnowledgebasePublisher into the rest of a site design? I am sorry to say that php and databases are not my strong point, but I am learning. I have searched for help on goggle and within these forums, and other than recommending it as a knowledge base solution, I have been unable to find out information for customizing it. I know that it uses a template system, but I am having little to no luck with it. Shoot, I can't even get the icons that come with the system to show up.

Any help would be appreciated.

Thanks

bluedreamer
05-30-2006, 02:47 PM
have you got a url to the developers site so we can check out the demo? Normally these type of scripts run off of html templates.

hcn
05-30-2006, 04:49 PM
you dont need to know php or database.
Just find this folder:
knowledgebase\client\default\template\default

then edit page.html template, it is basic html,

hcn
05-30-2006, 04:53 PM
and check out the FAQ (root folder)

don_RN
05-30-2006, 05:02 PM
I have it sorted now and it's coming together nicely.

The problem was the .htaccess file within the default template folder was missing 1 character, the #, and it wasn't loading the page completely. I just added the # sign at the beginning of the code and it works wonderfully now.

Thanks