The online FAQ database contains hundreds of answers to frequently asked questions, articles on using our web server applications and other related technologies, and resolutions to common problems. If you are seeing an error message, be sure to try searching on the error message or error number that you are seeing.

Question How do I replace the XCENT logos with my own?

Answer Much of our applications' look and feel is determined by HTML templates. The main application templates define the overall appearance of the application. This template is called XXXTemplate.htm, where XXX is the 2- or 3-letter prefix for the application. You can edit these files from each application's administrator's page by selecting "HTML Templates" from the "Config & Templates" menu and clicking the first file listed.

The images themselves are in the application's XXXImages folder, and are named as follows:
  • xcauctionlogo.gif for xcAuction
  • XcClassProLogo.gif for xcClassified
  • XcDirectoryLogo.gif for xcDirectory
  • NewsPlusLogo.gif for xcNews
  • XcForumlogo.gif for xcForum
  • XUDlogo.gif for XUD
  • XcPhotoAlbumLogo.gif for xcPhotoAlbum
  • XcInfoBase.gif for xcInfoBase
You can either edit the templates to reference your own logo, or you can rename your logo file to the same name the templates already use and copy the image to the appropriate folders. If you want, you could even create a completely custom HTML template. The only requirement is to embed the code %CONTENT% in the HTML file somewhere, and this is where the applications will put the actual content.