Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Posts posted by roban

  1. You can put your search in a side box using the following code and place it into index.tpl anywhere you want it to go.

    <div class="boxTitleRight">Search</div>

    <div class="boxContentLeft">

    {SEARCH_FORM}

    <border="0" >

    </div>

    <div class="boxFootRight"> </div>

    You might have to change the size values to make it fit.

  2. All the information you require can be gotten from your host.

    $glob['rootDir'] this is the true path to your files

    $glob['rootRel']In your case this will be "/"

    $glob['storeURL'] this is the url of your store http://www.whatever.com

    Database Hostname:in most cases is localhost but not all cases

    Database Name: this is the name of your database

    Database Username: this is the username used to access your database

    Database Password: this is the password used to access your database

  3. What can we do? We don't know what has happened to your file system so the best you can try to do is to upload the admin directory again. Check to see if the index.php exists in the directory. If she uploaded an .htaccess file...but who knows what was done.

×
×
  • Create New...