Jump to content

От: Спойлер и Joomla,FB


Recommended Posts

Вариант ниже я не тестировал на практике - лень было ставить Joomla 1.0. Ссылки на папку itemstats указаны из расчета, что она у вас находится в корне директории сайта.

Откройте файл /template/*/header.html

Ниже строки

<!-- closed in footer.html -->
добавить
<link rel="stylesheet" href="/itemstats/templates/wiki.css" type="text/css" />
<script type="text/javascript" src="/itemstats/overlib/overlib.js"></script>
<script type='text/javascript' src='/itemstats/includes/wiki.js'></script>[/code] Сохраните файл. Откройте файл [b]/template/*/view.php[/b] Найдите строку
[code]defined ('_VALID_MOS') or die('Direct Access to this location is not allowed.');
добавьте ниже
include('itemstats/phpbb_itemstats.php');
Найдите строку
$msg_text = $fb_message_txt;
добавьте ниже
$msg_text = itemstats_parse($msg_text);

Укажите в файле itemstats/config.php данные для подключения к базе данных, в которой установлен форум.

Пожалуйста, проверьте и сообщите, оказалось ли это решение рабочим.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...