Author Topic: Need help with...  (Read 5087 times)

0 Members and 1 Guest are viewing this topic.

Offline Bionaire

  • Pre-Newbie
  • Posts: 3
    • View Profile
Need help with...
« on: August 12, 2002, 06:44:00 PM »
First question is how to remove lightbox totally ?

Second problem...:

I am making an translation to my language, everything is ok but in admin control panel I have a bad char. encoding, please tell me what to modify to have correct character encoding (8859-2 not -1). For normal users Ive found header.html, but where is header for admin panel ?

Best regards

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Re: Need help with...
« Reply #1 on: August 12, 2002, 07:14:04 PM »
Quote
First question is how to remove lightbox totally ?

Uhh..good question. The easiest way is to remove all related Tags and HTML-Code from the templates...
Quote
Second problem...:

Open "admin/admin_functions.php" and search for this line:
Code: [Select]
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type">
Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Bionaire

  • Pre-Newbie
  • Posts: 3
    • View Profile
Need help with...
« Reply #2 on: August 12, 2002, 08:49:39 PM »
Thank You Jan for help.

My maine admin frame is now in correct encoding but left menu (nav) is still wrong... maybe there is other place to modify ?

See You

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Need help with...
« Reply #3 on: August 12, 2002, 08:54:56 PM »
Yes, sorry. See "admin/index.php" for the HTML-Code for the left and top frame.

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search