Комментарии на моем сайте . AJAX Comments

Главные вкладки

Аватар пользователя ivank795 ivank795 15 августа 2010 в 18:20

Я скачал и установил на моем безплатном хостинге эту систему комментариев http://drupal.org/project/ajax_comments но что делать после установки? ничего не роботает (или я незнаю как зделать чтобы оно роботало)

Помогите!

Комментарии

Аватар пользователя ivank795 ivank795 15 августа 2010 в 18:37

xxandeadxx wrote:
"ivank795" wrote:
но что делать после установки?

читать readme.txt

вот... я его уже на память выучил... я не пойму что там написано и что нужно делать

Аватар пользователя xxandeadxx xxandeadxx 15 августа 2010 в 19:55

1. Unpack module to your sites/all/modules directory
2. Enable "AJAX comments" module at Administer -> Site building -> Modules (admin/build/modules)
3. Optional: Make some changes to module configuration at
Administer -> Site configuration -> AJAX comments (admin/settings/ajax_comments)

что тут непонятного? о_О

Аватар пользователя ivank795 ivank795 15 августа 2010 в 21:46

меня интересует это

========================================================================
How to use

To show the comments on a page copy and paste the following code:

If your site uses php:

<?php require("/path/to/your/www-home/comments/comments.php"); ?>

OR

<?php virtual("/comments/comments.php"); ?>
(doesn't work on some server configurations)

You can find out what is path to your www-home with code like that:
<?php echo dirname(__FILE__); ?>

DO NOT use this script like that: require("http://yoursite.com/comments/comments.php").
In this case you'll get the same comments for all your pages.

If your site uses SSI:

< --#include virtual="/comments/comments.php"-- >

If your site uses ASP:

<-- #include file="/comments/comments.php"-- >
(not tested)

The script recognizes itself the page where it is included and displays comments for this page.

You can create your own templates in "./templates" folder or edit existing files to customize
appearance of the comments. You can find several language files in "./lang" folder and you can
create your own language file there. Don't forget to edit "config.php" in order to use your
tempalte or language file. Please send me your templates and language files to info@scriptsmill.com,
I will include them to the packadge.
========================================================================

мне не нужен переклад а я хочу узнать что с этими кодами делать и куда их вставлять.

PS. я не програмист и не очень розбираюсь во всем этом

Аватар пользователя Enemy Enemy 15 августа 2010 в 19:40

1. 1. Unpack module to your sites/all/modules directory Распакуйте модуль для ваших сайтов / все / директории с модулями
2. 2. Enable "AJAX comments" module at Administer -> Site building -> Modules (admin/build/modules) Enable "AJAX комментарии" модуль на управление -> Создание сайта -> модули (администратора / строить / модулей)
3. 3. Optional: Make some changes to module configuration at Дополнительно: внести некоторые изменения в конфигурации модуля на
Administer -> Site configuration -> AJAX comments (admin/settings/ajax_comments) Администрирование -> Конфигурация сайта -> комментарии AJAX (администратора / настройки / ajax_comments)

онлайн переводчик Wink

Аватар пользователя Dalay Dalay 15 августа 2010 в 21:59

как соотносится одно с другим?

"ivank795" wrote:
Я скачал и установил на моем безплатном хостинге эту систему комментариев http://drupal.org/project/ajax_comments но что делать после установки? ничего не роботает (или я незнаю как зделать чтобы оно роботало)

"ivank795" wrote:
меня интересует это

========================================================================
How to use

To show the comments on a page copy and paste the following code:

If your site uses php:

<?php require("/path/to/your/www-home/comments/comments.php"); ?>

OR

<?php virtual("/comments/comments.php"); ?>
(doesn't work on some server configurations)

You can find out what is path to your www-home with code like that:
<?php echo dirname(__FILE__); ?>

DO NOT use this script like that: require("http://yoursite.com/comments/comments.php").
In this case you'll get the same comments for all your pages.

If your site uses SSI:

< --#include virtual="/comments/comments.php"-- >

If your site uses ASP:

<-- #include file="/comments/comments.php"-- >
(not tested)

The script recognizes itself the page where it is included and displays comments for this page.

You can create your own templates in "./templates" folder or edit existing files to customize
appearance of the comments. You can find several language files in "./lang" folder and you can
create your own language file there. Don't forget to edit "config.php" in order to use your
tempalte or language file. Please send me your templates and language files to info@scriptsmill.com,
I will include them to the packadge.
========================================================================

Аватар пользователя ivank795 ivank795 15 августа 2010 в 22:08

Dalay wrote:
как соотносится одно с другим?

"ivank795" wrote:
Я скачал и установил на моем безплатном хостинге эту систему комментариев http://drupal.org/project/ajax_comments но что делать после установки? ничего не роботает (или я незнаю как зделать чтобы оно роботало)

"ivank795" wrote:
меня интересует это

========================================================================
How to use

To show the comments on a page copy and paste the following code:

If your site uses php:

<?php require("/path/to/your/www-home/comments/comments.php"); ?>

OR

<?php virtual("/comments/comments.php"); ?>
(doesn't work on some server configurations)

You can find out what is path to your www-home with code like that:
<?php echo dirname(__FILE__); ?>

DO NOT use this script like that: require("http://yoursite.com/comments/comments.php").
In this case you'll get the same comments for all your pages.

If your site uses SSI:

< --#include virtual="/comments/comments.php"-- >

If your site uses ASP:

<-- #include file="/comments/comments.php"-- >
(not tested)

The script recognizes itself the page where it is included and displays comments for this page.

You can create your own templates in "./templates" folder or edit existing files to customize
appearance of the comments. You can find several language files in "./lang" folder and you can
create your own language file there. Don't forget to edit "config.php" in order to use your
tempalte or language file. Please send me your templates and language files to info@scriptsmill.com,
I will include them to the packadge.
========================================================================

я скачал ajax comments v1.04 на том сайте !

Аватар пользователя ivank795 ivank795 15 августа 2010 в 22:10

xxandeadxx wrote:
шутник какой-то

я просто прошу чтобы мне помогли. Я незнаю что делать после установки! в readme.txt написано но я незнаю что с теми кодами делать.

Аватар пользователя Dalay Dalay 15 августа 2010 в 22:14

"ivank795" wrote:
я просто прошу чтобы мне помогли. Я незнаю что делать после установки! в readme.txt написано но я незнаю что с теми кодами делать.

а момент установки Друпала ты пропустил?

Аватар пользователя ivank795 ivank795 15 августа 2010 в 22:23

Dalay wrote:
"ivank795" wrote:

непонял... что за Друпала

дополнение к AJAX Comments

я ничего не пропускал...
скачал файлы, залил их на сервер и установил.
теперь незнаю как ити вперед, что делать

Аватар пользователя Dalay Dalay 15 августа 2010 в 22:28

"ivank795" wrote:
я ничего не пропускал...
скачал файлы, залил их на сервер и установил.
теперь незнаю как ити вперед, что делать

если вперед никак, то попробуй отойти назад и подумай еще раз

Аватар пользователя ivank795 ivank795 15 августа 2010 в 22:31

Dalay wrote:
"ivank795" wrote:
я ничего не пропускал...
скачал файлы, залил их на сервер и установил.
теперь незнаю как ити вперед, что делать

если вперед никак, то попробуй отойти назад и подумай еще раз

это уже 4тий раз... я зделал все правильно но просто незнаю куда вставлять php коды написаны сверху

Аватар пользователя ivank795 ivank795 15 августа 2010 в 23:35

<a href="mailto:volocuga@drupal.org">volocuga@drupal.org</a> wrote:
"ivank795" wrote:
зачем?

Донести весть тамошним как плохо и не понятно с друпал


непонял

Аватар пользователя ivank795 ivank795 16 августа 2010 в 0:05

xxandeadxx wrote:
забаньте тролля :(

короче простите меня все... я попробую переделать вопрос ... может вы меня не так поняли Sad

Аватар пользователя glu2006 glu2006 4 июля 2011 в 10:37

Аццкей сотона, ох йа и поржал.

Чуваг, не качай больше ничего с сайта http://drupal.org и вообще поставь на него фильтр в фаерволе.
Там всё файло зараженное и еще завирусит твой безплатный хостинг, если уже на заразило.

Аватар пользователя bw_left bw_left 10 ноября 2011 в 23:11

такое впечатление, что на форуме собрались жалкие псевдо-программисты лексикон которых состоит из слов "читать readme.txt" "Google" "еще раз перечитай"

а теперь "Талантища!!!!" - покажите мне хоть одну тему где хоть кто-нибудь хоть что-нибудь вразумительное ответил .... сообщество тролей

Захожу сюда раз в полгода, лишний раз убедиться в своей правоте

для 6-ки http://www.youtube.com/watch?feature=player_embedded&v=MhNJIGrjVK8
для 7-ки надо принудительно включить типы нод в которых хотите использовать AJAX Comments иначе он сам не включиться. Включается здесь admin/config/content/ajax_comments

Аватар пользователя xxandeadxx xxandeadxx 10 ноября 2011 в 23:36

"bw_left" wrote:
за нуба в голову бы щас получил

это только в твоём нубском воображении

"RxB" wrote:
и Димой хохлом

дима дурачёк