Как включить Hyppercomments

More
8 years 11 months ago #5338 by Дмитрий Хахулин

Дмитрий Хахулин wrote: Здравствуйте Суппорт!
Да я понимаю, что по хорошему, комментируются статьи, а не модули. Но дело в том, что на странице, где нужны комментарии - нет материала. Хотя можно сделать и так. Но и в модуле и в материале у меня та же проблема. Вам скорее всего нужна ссылка на страницу с проблемой? Немного потерпите, дам.
Спасибо.

Пожалуйста, посмотрите. Эта страница с материалом: hahoo.ru/index.php/tarify

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5339 by JoomLine
К сожалению данная страница закрыта от просмотра.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5340 by Дмитрий Хахулин

Joomline Support wrote: К сожалению данная страница закрыта от просмотра.


Пожалуйста, посмотрите. Я открыл доступ. Просто сайт в разработке.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago - 8 years 11 months ago #5341 by JoomLine
гхм это не наш компонент...
И даже не оригинальный виджет гиперкоментов...

Вот так у вас генерируется...
<script type="text/javascript">
				_hcwp = window._hcwp || [];
				_hcwp.push();
 
				(function() {
					if("HC_LOAD_INIT" in window)return;
					HC_LOAD_INIT = true;
					var lang = (navigator.language || navigator.systemLanguage || navigator.userLanguage ||  "en").substr(0, 2).toLowerCase();
					var hcc = document.createElement("script");
					hcc.type = "text/javascript";
					hcc.async = true;
					hcc.src = ("https:" == document.location.protocol ? "https" : "http")+"://w.hypercomments.com/widget/hc/67985/"ru/widget.js";
					var s = document.getElementsByTagName("script")[0];
					s.parentNode.insertBefore(hcc, s.nextSibling);
 
				})();
			</script>
Вот так компонент генерирует:
<script type="text/javascript">
				_hcwp = window._hcwp || [];
				_hcwp.push({widget:"Stream", widget_id: 28928 , xid: "com_content_24", words_limit: 10, social: "google, facebook, twitter, vk, odnoklassniki, mailru, yandex, openid", realtime: true, comments_level: 4, title: "Joomla! Testing"});
 
				(function() {
					if("HC_LOAD_INIT" in window)return;
					HC_LOAD_INIT = true;
					var lang = "en";
					var hcc = document.createElement("script");
					hcc.type = "text/javascript";
					hcc.async = true;
					hcc.src = ("https:" == document.location.protocol ? "https" : "http")+"://w.hypercomments.com/widget/hc/28928/"+lang+"/widget.js";
					var s = document.getElementsByTagName("script")[0];
					s.parentNode.insertBefore(hcc, s.nextSibling);
 
                    var commentsContayner = document.getElementById("comments_contayner");
                    commentsContayner.parentNode.removeChild(commentsContayner);
 
				})();
			</script>
А вот так оригинальный виджет выглядит:
<script type="text/javascript">
_hcwp = window._hcwp || [];
_hcwp.push({widget:"Stream", widget_id: 25809});
(function() {
if("HC_LOAD_INIT" in window)return;
HC_LOAD_INIT = true;
var lang = (navigator.language || navigator.systemLanguage || navigator.userLanguage || "en").substr(0, 2).toLowerCase();
var hcc = document.createElement("script"); hcc.type = "text/javascript"; hcc.async = true;
hcc.src = ("https:" == document.location.protocol ? "https" : "http")+"://w.hypercomments.com/widget/hc/25809/"+lang+"/widget.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hcc, s.nextSibling);
})();
</script>

В вашем случае строка _hcwp.push пустая... нет даже id виджета и не указан тип виджета
Last edit: 8 years 11 months ago by JoomLine.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5342 by Дмитрий Хахулин
Да ребята. Вы правы. Даже не знаю с чем это может быть связано. Я копирую код виджета из настроек компонента. Вставляю его как есть. Правда редактор его не пропускает. Режет код. Я пробовал через сурсер - то же самое. Я удалял запрещенные теги из редактора, Я отключал редактор вообще. Код вставляется и сохраняется нормально, но во фронтенде - да, все меняется. Вы можете допустить какую-либо гипотезу? Я что-то ума не приложу. Что-то мешает нормальному отображению кода виджета... Помогите, пожалуйста.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5343 by JoomLine
Используйте редатор JCE (вы режиме редактирования кода), либо используйте не визуальный редактор.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5344 by Дмитрий Хахулин
И этот редактор также режет код. Я же говорю, что я устанавливал опцию без редактора. Тогда модуль сохраняет код как есть, но результат тот же. Одна ссылка и все. Здесь дело в другом. Ведь на материалы я вставляю код виджета. Код отображается в материале автоматически, но во фронтенде - одна ссылка. Вы же спецы, может быть есть идеи?
Спасибо.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5345 by JoomLine
Единственное предположение которое я могу сделать, это у вас включена фильтрация текста для пользователей. Проверьте права на фильтрацию в общих настройках сайта.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5346 by Дмитрий Хахулин
Спасибо за поддержку. В общих настройках установлено "Нет фильтрации". Поэтому - отпадает. Очень жаль, что не получается воспользоваться таким хорошим компонентом. Каждый день вижу его на RT.com - ээх, буду облизываться.

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5455 by Дмитрий Хахулин
Здравствуйте Ребята! Я решил свою проблему. Оказывается, Ваш скрипт не отображался из-за конфликта с плагином, установленным на моем сайте BT Social connect. Я отключал плагины один за другим, пока Ван скрипт не заработал. Потом специалист помог мне сгладить этот конфликт. Спасибо!

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum

Last from the forum

    • From that day on, Sam made it a habit to visit the...
    • One day, a curious boy named Sam moved into the house with his family. As he explored the property, he noticed a rusty, old key lying under a bush. Sam picked it up, wondering what it might unlock. After searching the house and finding nothing, Sam decided to try the key on the garden gate. To his surprise, the key fit perfectly. With a turn of the key and a creak of the hinges, the gate slowly swung open. Inside the garden, Sam was greeted by a sight of wonder. The garden was overgrown but full of vibrant flowers, exotic plants, and a small, sparkling pond. In the middle of the garden stood a beautiful stone statue of a unicorn. As Sam explored further, he discovered a small plaque next to the statue. It read: "To whoever finds this garden, may you always find joy in the beauty of nature and the magic of discovery." Sam spent hours in the garden, exploring every corner and marveling at the hidden beauty. The garden seemed to have a magical quality that made Sam feel at peace and incredibly happy. From that day on, Sam made it a habit to visit the garden every day, taking care of it and sharing its beauty with his friends and family. The once-forgotten garden became a place of joy and wonder for everyone who visited. And so, Sam learned that sometimes, the greatest treasures are not just the secrets we uncover but the beauty and joy we find in them.
    • In Component / JL TV
    • Chogan Partner Werden
    • bietet die Möglichkeit, Teil eines erfolgreichen Netzwerks zu werden und hochwertige Produkte wie Parfums und Kosmetik zu vermarkten. Mit flexiblen Arbeitszeiten, attraktiven Provisionen und umfassender Unterstützung ist es eine ideale Chance, ein eigenes Geschäft aufzubauen und gleichzeitig von einer starken Marke zu profitieren.
    • In English Forum / Modules
    • Users view page
    • The includes a variety of options, from their famous Chicken Sandwich priced around $4.99 to family meals starting at $17.99. Combos like the 2-piece chicken combo are available for about $6.99, and sides like Cajun Fries and Mashed Potatoes range from $2.49 to $4.99. Desserts like Cinnamon Apple Pie and Strawberry Biscuits are priced between $1.79 and $3.79. Popeyes offers plenty of value, whether you’re grabbing a quick bite or feeding a family.
    • In Component / Slogin
© 2010- JoomLine
The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. joomline.net is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.

email: This email address is being protected from spambots. You need JavaScript enabled to view it.