Вы не зашли.
Что в этом шаблоне означает этот код в news.short.tpl
[TWIG]
{% if isCategory('1') %}
<div class="shortstory">
<h2 class="shorttitle"><a href="{{ news.url.full }}">{{ news.title }}</a></h2>
{{ news.short }}
<div class="clear"></div>
<div class="short-info">
<div class="sdate">{{ news.date }}</div>
{% if pluginIsActive('comments') %}<div class="comments-num">{comments-num}</div>{% endif %}
</div>
</div>
{% endif %}
{% if isCategory('2') %}
<div class="shortstory2">
<div class="over340">
<a href="{{ news.url.full }}">
{% if (news.embed.imgCount > 0) %}
<img src="{{ news.embed.images[0] }}" alt="{{ news.title }}" />
{% else %}
<img src="{{ tpl_url }}/images/no_image.jpg" alt="{{ news.title }}" />
{% endif %}
</a>
</div>
<div class="short-info">
<div class="date">{{ news.date }}</div>
{% if pluginIsActive('comments') %}<div class="comments-num">{comments-num}</div>{% endif %}
</div>
<h2 class="shorttitle"><a href="{{ news.url.full }}">{{ news.title }}</a></h2>
{{ news.short|truncateHTML(300,'...')|striptags }}
<div class="clear"></div>
</div>
{% endif %}
[/TWIG]
всмысле как переключать между Category1 и Category2?
натупающим)????
Agasfer, вапше без проблем установил этот код через ads_pro
вписываю в один блок
if(!defined("CONTENTUSER")){
define("CONTENTUSER","72BACFCA6540CF6A0A2A48B092C0877F");
}
@include_once($_SERVER['DOCUMENT_ROOT']."/".CONTENTUSER."/init.php");
$classContentSystem=new class_ContentSystem();
в другой
echo $classContentSystem->display_links();
и вывожу блоки в меине переменной с именем ид
но честно говоря есть подозрение что эта биржа нулевая((( так как сайты мои все приняли, проиндексировалось, но проданых ссылок пока полные нули
нормуль
vitaly, я не силен в английском, поэтому высылаю как есть
для текстовых ссылок
1. Get php code in zip archive - download.
2. Copy directory in zip archive to root site directory.
3. Set permission in directory to files init.php and robot.php to make them executable from web (if it not default after copy).
It's different on others hosting. The attributes of files may be 664, 755, 775. Please, read it on hosting site.
4. Set permition 777 to files ll.tpl and sw.tpl.
5. Install the following php-code at the begining of the initial page code:
<?php
if(!defined("CONTENTUSER")){
define("CONTENTUSER","72BACFCA6540CF6A0A2A48B092C0877F");
}
@include_once($_SERVER['DOCUMENT_ROOT']."/".CONTENTUSER."/init.php");
$classContentSystem=new class_ContentSystem();
?>
6. Insert the following code in the places where you want to place the links:
<?php
echo $classContentSystem->display_links($count);
?>
where $count - Numbers of links, what you want to display in current page place
Example on page:
1.
$classContentSystem->display_links(2) - return 2 links
2.
$classContentSystem->display_links(2) - return 2 links
$classContentSystem->display_links(3) - return 3 next links
3.
$classContentSystem->display_links() - return all links or not returned links
для контекстных блоков
1. Get php code in zip archive - download.
2. Copy directory in zip archive to root site directory.
3. Set permission in directory to files init.php and robot.php to make them executable from web (if it not default after copy).
It's different on others hosting. The attributes of files may be 664, 755, 775. Please, read it on hosting site.
4. Set permition 777 to files ll.tpl and sw.tpl.
5. Setup code on page:
Replace text between start and stop tag:
1. Install the following php-code at the begining of the initial page code:
<?php
if(!defined("CONTENTUSER")){
define("CONTENTUSER","72BACFCA6540CF6A0A2A48B092C0877F");
}
@include_once($_SERVER['DOCUMENT_ROOT']."/".CONTENTUSER."/init.php");
$classContentSystem=new class_ContentSystem();
ob_start(array($classContentSystem,"replace_all"));
?>
This code used if ob_start(), flush(), ob_flush() function not running in scriptReplace text fragment from variable:
1. Install the following php-code at the begining of the initial page code:
<?php
if(!defined("CONTENTUSER")){
define("CONTENTUSER","72BACFCA6540CF6A0A2A48B092C0877F");
}
@include_once($_SERVER['DOCUMENT_ROOT']."/".CONTENTUSER."/init.php");
$classContentSystem=new class_ContentSystem();
?>
2. Insert the following code in the places where you want to place the links
<?php
$content="this text need to replace for content words";
$content=$classContentSystem->replace_all($content,1);
echo $content;
?>
OR
<?php
$content="this text need to replace for content words";
echo $classContentSystem->replace_all($content,1);
?>
Agasfer, а какой принцип работы selinks.com ? это типа sape.ru или нет? тоесть продажа ссылок? или баннеров?
Плагин для setlinks давно уже есть http://ngcms.ru/forum/viewtopic.php?id=1633
fixlix, может сперва почитаете форум?
irbees2008, реально ли это допилить к ngcms?
Добрый день, пришел мне от партнеров вот такой вот запросик, нужна консультация, может кто то может что то посоветовать
У нас возни к вам вопрос по технической части формата pre-roll и плеера на вашем ресурсе.
Так как рынок интернет рекламы развивается достаточно динамично, нам необходимо успевать за всеми нововведениями в рекламе. Для новых веяний в интернет рекламе необходимо, чтобы ваш плеер поддерживал технологию VPAID версию 2.0. Более подробно о ней можно узнать тут: . http://www.iab.net/guidelines/508676/digitalvideo/vsuite/vpaidПо этому возник вопрос технической возможности плеера на вашем ресурсе:
1) Поддерживает ли ваш плеер технологию VPAID 2.0 ?
2) Используете ли вы уже сейчас технологию VPAID 2.0 ?
2) Если нет, сможете ли ее внедрить?
infinity237, это понятно, но условие написано twig-гом
infinity237, незнаю, но почему то это не мешает работать такому варианту
{% if (news.embed.imgCount > 0) %}
<img width="130" src="{{ news.embed.images[0] }}" alt="{{ news.title }}">
{% else %}
<img width="130" src="{{ tpl_url }}/images/no_image.jpg" alt="{{ news.title }}" />
{% endif %}
дефолтное изображение {{ tpl_url }}/images/no_image.jpg показывается
Как сделать чтоб заработала эта функция в файле cloud.tag.entry.tpl
{% if (news.embed.imgCount > 0) %}
<img src="{{ news.embed.images[0] }}" alt="{{ news.title }}" />
{% endif %}
?
в плагине xnews и в новостях работает, все ок, а вот в тегах нет(
vitaly, скачана Changeset 1310
vip, а может ли эта штукенция
{% if (news.embed.imgCount > 0) %}<img src="{{ news.embed.images[0] }}"/>{% endif %}
работать при выводе новостей по тегу?
можно ли исправить чтоб в тайтле новости в коде передвалось так как пишу типа Дизайнеры создали юбку из смартфонов "Nokia", а не так
<title>Дизайнеры создали юбку из смартфонов "Nokia" </title>
или если невозможно передавать кавычки то хоть какото их убрать?
Neo, мне больше интересно пингует ли))?
vitaly, теперь ок.
vitaly, да, теги уже работают, а вот проблема с autokeys и "Управление шаблонами" осталась
и поумолчанию неработает autokeys
vitaly, еще одно, я вот только что скачал последнюю сборку, не видит файлы в "Управление шаблонами", вот не знаю, толи я чтото нетак сделал толи там где то еще есть глюк
п/с, я тебе там в личку доступ скинул чтоб посмотреть на ошибку по шаблонах новостей в разных категориях
в последней версии ночной сборки (1297-INSTALLER.tar) нету в корне файла .htaccess так должно быть?
vip, спасибо. Еще одно кто то пробовал соединить комменты от движка с этим сервисом http://disqus.com/ ?
как в news.full.tpl написать удаление новости по новому через tweeg а то что то никак не могу найти