We have 228 guests and 1 member online
OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Кодировка админпанели. (1 viewing) (1) Guest
VehicleManager component support
Go to bottom Favoured: 0
TOPIC: Кодировка админпанели.
#2383
assaru (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Кодировка админпанели. 8 Months, 4 Weeks ago Karma: 0  
 
Logged Logged  
  The administrator has disabled public write access.
#2390
admin (Admin)
Admin
Posts: 1679
graph
User Offline Click here to see the profile of this user
Re:Кодировка админпанели. 8 Months, 4 Weeks ago Karma: 17  
Здравствуйте - не знаю где и что збивается

Вы можкте в админке в начало файла
{yours site}/joomla_15/administrator/components/com_vehiclemanager/admin.vehiclemanager.php

Добавить такую строку:
Code:

header('Content-Type: text/html; charset=utf-8'); 


Thanks,
OrdaSoft team
 
Logged Logged  
  The administrator has disabled public write access.
#2397
assaru (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Кодировка админпанели. 8 Months, 4 Weeks ago Karma: 0  
Спасибо большое за оперативный ответ! Все теперь отображается нормально.
Есть еще один вопрос: можно ли исключить модуль "Местоположение"?
Спасибо!
 
Logged Logged  
  The administrator has disabled public write access.
#2403
admin (Admin)
Admin
Posts: 1679
graph
User Offline Click here to see the profile of this user
Re:Кодировка админпанели. 8 Months, 3 Weeks ago Karma: 17  
В Vehicle Manager Про версии эта опция доступна из настроек компонента

В свободной версии -вам нужно редактировать файл

{yours host}/components/com_vehiclemanager/vehiclemanager.html.php

нужно закоментировать строчку:
Code:

                              <li>
                                  <a href="#" rel="country4" onmouseout="initialize()"><?php echo _VEHICLE_MANAGER_HEADER_LOCATION ?>
                                  </a>
                              </li>



Thanks,
OrdaSoft team
 
Logged Logged  
  The administrator has disabled public write access.
Go to top