Добрый день, коллеги!
Подскажите как можно вывести таги в рсс ленту при экспорте(как описано тут https://smartcj.com/wiki/doku.php?id=en ... rss_export) ?
В субтемплейтах нет тэга tags или подобного. (
Вывести в rss tags
Re: Вывести в rss tags
Приветствую!
да, просто добавить в темпелйт рсс нужные таги
да, просто добавить в темпелйт рсс нужные таги
Don't forget to run script update
-
adultdenim
- Posts: 147
- Joined: Thu Feb 28, 2013 9:23 pm
Re: Вывести в rss tags
<item>
<title><!--DESCRIPTION--></title>
<description><!--DESCRIPTION--></description>
<link><!--URL--></link>
<content:encoded><![CDATA[<a href="http://<?=$_SERVER['HTTP_HOST']?>/gallery/<!--GALLERY_SLUG-->/index.html" target=_blank title="<!--DESCRIPTION-->"><img src="<!--THUMB_URL-->" border=0 alt="<!--DESCRIPTION-->"></a>]]></content:encoded>
<guid isPermaLink="true">http://<?=$_SERVER['HTTP_HOST']?>/gallery/<!--GALLERY_SLUG-->/index.html</guid>
<pubDate><?=date('r', strtotime('<!--ACTIVATION_TIME-->'))?></pubDate>
<!--MODEL_NAME-->
<!--TAG-->
</item>
вот мой саб,
вот что на выходе
<item>
<title>Paige Turnah Gets What She Wants by Using say no to Big Juicy Bum</title>
<description>Paige Turnah Gets What She Wants by Using say no to Big Juicy Bum</description>
<link>https://www.xvideos.com/video45758321/p ... _bum</link>
<content:encoded><![CDATA[<a href="http://вщьфшт.org/gallery/paige-turnah-gets-what-she-wants-by-utilizing-instrument/index.html" target=_blank title="Paige Turnah Gets What She Wants by Using say no to Big Juicy Bum"><img src="https://вщьфшт.org/s/thumbs/352/436_Gets_Wants.jpg" border=0 alt="Paige Turnah Gets What She Wants by Using say no to Big Juicy Bum"></a>]]></content:encoded>
<guid isPermaLink="true">http://вщьфшт/gallery/paige-turnah-gets-what-she-wants-by-utilizing-instrument/index.html</guid>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
</item>
Your Build 201910310648
<title><!--DESCRIPTION--></title>
<description><!--DESCRIPTION--></description>
<link><!--URL--></link>
<content:encoded><![CDATA[<a href="http://<?=$_SERVER['HTTP_HOST']?>/gallery/<!--GALLERY_SLUG-->/index.html" target=_blank title="<!--DESCRIPTION-->"><img src="<!--THUMB_URL-->" border=0 alt="<!--DESCRIPTION-->"></a>]]></content:encoded>
<guid isPermaLink="true">http://<?=$_SERVER['HTTP_HOST']?>/gallery/<!--GALLERY_SLUG-->/index.html</guid>
<pubDate><?=date('r', strtotime('<!--ACTIVATION_TIME-->'))?></pubDate>
<!--MODEL_NAME-->
<!--TAG-->
</item>
вот мой саб,
вот что на выходе
<item>
<title>Paige Turnah Gets What She Wants by Using say no to Big Juicy Bum</title>
<description>Paige Turnah Gets What She Wants by Using say no to Big Juicy Bum</description>
<link>https://www.xvideos.com/video45758321/p ... _bum</link>
<content:encoded><![CDATA[<a href="http://вщьфшт.org/gallery/paige-turnah-gets-what-she-wants-by-utilizing-instrument/index.html" target=_blank title="Paige Turnah Gets What She Wants by Using say no to Big Juicy Bum"><img src="https://вщьфшт.org/s/thumbs/352/436_Gets_Wants.jpg" border=0 alt="Paige Turnah Gets What She Wants by Using say no to Big Juicy Bum"></a>]]></content:encoded>
<guid isPermaLink="true">http://вщьфшт/gallery/paige-turnah-gets-what-she-wants-by-utilizing-instrument/index.html</guid>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
</item>
Your Build 201910310648
Re: Вывести в rss tags
<tag_list
выводит таги галеры, его можно добавить
https://smartcj.com/wiki/doku.php?id=ru ... _templates
тут есть пример его использования
выводит таги галеры, его можно добавить
https://smartcj.com/wiki/doku.php?id=ru ... _templates
тут есть пример его использования
Don't forget to run script update







