<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : List.group.tpl not working</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 19:24:48 -0000</pubDate>

		<item>
			<title>booka</title>
			<description><![CDATA[Thanks, I found a problem - there was $sql definition in the plugin... Actually I don't understand why... Previously all temporary variables in the core was cleared before usage. This was very important feature in case of any plugins and modifications]]></description>
			<pubDate>сб, 01 мая 2010 17:23:10 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post24400]]></link>
		</item>
		<item>
			<title>Sergey</title>
			<description><![CDATA[there may be errors:<br />
Code - the only Latin without points<br />
my Administration panel / Pages  / Structure<br />
<a href="https://www.cotonti.com/datas/users/11_205.png"><img src="https://www.cotonti.com/datas/users/11_205.png" alt="" class="scale" /></a><br />
This is how a COTS template based editing look post above<br />
<a href="https://www.cotonti.com/datas/users/12_205.png"><img src="https://www.cotonti.com/datas/users/12_205.png" alt="" class="scale" /></a>]]></description>
			<pubDate>сб, 01 мая 2010 17:12:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post24399]]></link>
		</item>
		<item>
			<title>booka</title>
			<description><![CDATA[Doesn't helps... Still no pages and no links<br /><br /><b>Добавлено 30 Минут спустя:</b><br /><br />ouuuupph... I fund that it was caused by my player plugin...<br />
<br />
Where can be a problem? <br />
<br />
<div class="highlight"><pre class="php">&lt;?PHP
/* ====================
&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=jQPlayer
Part=header
File=jQPlayer.header
Hooks=header.main
Tags=header.tpl:{HEADER_COMPOPUP}
Order=10
&#091;END_SED_EXTPLUGIN&#093;
==================== */

defined('SED_CODE') or die('Wrong URL');

$jqp_sql = sed_sql_query(&quot;SELECT * FROM `sed_jqplayer_playlist` ORDER BY  `sed_jqplayer_playlist`.`track_order` ASC&quot;);
	$jqp_i=1;
while($jqp_row = sed_sql_fetcharray($jqp_sql))
{
	if (($jqp_row&#091;'track_artist'&#093;==&quot;&quot;) &amp;&amp; ($jqp_row&#091;'track_song'&#093;==&quot;&quot;)) {$song .= &quot;{name:\&quot;&quot;.$jqp_row&#091;'track_file'&#093;.&quot;\&quot;,mp3:\&quot;&quot;.$jqp_row&#091;'track_loc'&#093;.&quot;/&quot;.$jqp_row&#091;'track_file'&#093;.&quot;\&quot;}&quot;;}
	else if (($jqp_row&#091;'track_artist'&#093;==&quot;&quot;) &amp;&amp; ($jqp_row&#091;'track_song'&#093;!=&quot;&quot;)) {$jqp_song .= &quot;{name:\&quot;&quot;.$jqp_row&#091;'track_song'&#093;.&quot;\&quot;,mp3:\&quot;&quot;.$jqp_row&#091;'track_loc'&#093;.&quot;/&quot;.$jqp_row&#091;'track_file'&#093;.&quot;\&quot;}&quot;;}
	else if (($jqp_row&#091;'track_artist'&#093;!=&quot;&quot;) &amp;&amp; ($jqp_row&#091;'track_song'&#093;==&quot;&quot;)) {$song .= &quot;{name:\&quot;&quot;.$jqp_row&#091;'track_artist'&#093;.&quot; - &quot;.$jqp_row&#091;'track_file'&#093;.&quot;\&quot;,mp3:\&quot;&quot;.$jqp_row&#091;'track_loc'&#093;.&quot;/&quot;.$jqp_row&#091;'track_file'&#093;.&quot;\&quot;}&quot;;}
	else {$song .= &quot;{name:\&quot;&quot;.$jqp_row&#091;'track_artist'&#093;.&quot; - &quot;.$jqp_row&#091;'track_song'&#093;.&quot;\&quot;,mp3:\&quot;&quot;.$jqp_row&#091;'track_loc'&#093;.&quot;/&quot;.$jqp_row&#091;'track_file'&#093;.&quot;\&quot;}&quot;;}


	if ($jqp_i&lt;sed_sql_numrows($jqp_sql)) { $song .= &quot;, &quot;; }
	$jqp_i++;
}

$out&#091;'compopup'&#093; .= '&lt;link type=&quot;text/css&quot; href=https://www.cotonti.com/&quot;js/jquery-ui-1.8.custom.css&quot; rel=&quot;stylesheet&quot; /&gt;';

$out&#091;'compopup'&#093; .= '

&lt;script type=&quot;text/javascript&quot; src=https://www.cotonti.com/&quot;js/jquery-ui-1.8.custom.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=https://www.cotonti.com/&quot;js/jquery.jplayer.min.js&quot;&gt;&lt;/script&gt;

&lt;script&gt;


$(document).ready(function(){

var playItem = 0;
var myPlayList = &#091; '.$song.' &#093;;

var global_lp = 0;

	$(&quot;#jquery_jplayer&quot;).jPlayer({
		ready: function ()
		{
			displayPlayList();
			playListInit(false); // Parameter is a boolean for autoplay.	
		},
		swfPath: &quot;/js&quot;, nativeSupport: true, oggSupport: false,
		customCssIds: true
	})
	.jPlayer(&quot;onProgressChange&quot;, function(lp,ppr,ppa,pt,tt) {
 		var lpInt = parseInt(lp);
 		var ppaInt = parseInt(ppa);
 		global_lp = lpInt;

		$(\'#loaderBar\').progressbar(\'option\', \'value\', lpInt);
 		$(\'#sliderPlayback\').slider(\'option\', \'value\', ppaInt);
	})
	
	.jPlayer(&quot;onSoundComplete&quot;, function() {
		playListNext();
	});

	function displayPlayList() {
		$(&quot;#jplayer_playlist ul&quot;).empty();
		for (i=0; i &lt; myPlayList.length; i++) {
			var listItem = (i == myPlayList.length-1) ? &quot;&lt;li class=\'jplayer_playlist_item_last\'&gt;&quot; : &quot;&lt;li&gt;&quot;;
			listItem += &quot;&lt;a href=https://www.cotonti.com/\'#\' id=\'jplayer_playlist_item_&quot;+i+&quot;\' tabindex=\'1\'&gt;&quot;+ myPlayList&#091;i&#093;.name +&quot;&lt;/a&gt;&lt;/li&gt;&quot;;
			$(&quot;#jplayer_playlist ul&quot;).append(listItem);
			$(&quot;#jplayer_playlist_item_&quot;+i).data( &quot;index&quot;, i ).click( function() {
				var index = $(this).data(&quot;index&quot;);
				if (playItem != index) {
					showPauseBtn()
					playListChange( index );
					$(&quot;#trackname&quot;).text(myPlayList&#091;playItem&#093;.name);
				} else {
					$(&quot;#jquery_jplayer&quot;).jPlayer(&quot;play&quot;);		
				}
				$(this).blur();
				return false;
			});
		}
	}

	function playListInit(autoplay) {
		if(autoplay) {
			playListChange( playItem );
		} else {
			playListConfig( playItem );
		}
	}

	function playListConfig( index ) {
		$(&quot;#jplayer_playlist_item_&quot;+playItem).removeClass(&quot;jplayer_playlist_current&quot;);
		$(&quot;#jplayer_playlist_item_&quot;+index).addClass(&quot;jplayer_playlist_current&quot;);
		playItem = index;
		$(&quot;#jquery_jplayer&quot;).jPlayer(&quot;setFile&quot;, myPlayList&#091;playItem&#093;.mp3, myPlayList&#091;playItem&#093;.ogg);
	}

	function playListChange( index ) {
		playListConfig( index );
		$(&quot;#jquery_jplayer&quot;).jPlayer(&quot;play&quot;);
	}

	function playListNext() {
		var index = (playItem+1 &lt; myPlayList.length) ? playItem+1 : 0;
		playListChange( index );
		showPauseBtn();
		
			$(&quot;#trackname&quot;).fadeOut(function(){
			$(&quot;#trackname&quot;).text(myPlayList&#091;playItem&#093;.name );
			$(&quot;#trackname&quot;).fadeIn();
		});
	
	}

	function playListPrev() {
		var index = (playItem-1 &gt;= 0) ? playItem-1 : myPlayList.length-1;
		playListChange( index );
		showPauseBtn();
		
			$(&quot;#trackname&quot;).fadeOut(function(){
			$(&quot;#trackname&quot;).text(myPlayList&#091;playItem&#093;.name );
			$(&quot;#trackname&quot;).fadeIn();
		});
	}

	$(&quot;#pause&quot;).hide();

	function showPauseBtn()
	{
		$(&quot;#play&quot;).fadeOut(function(){
			$(&quot;#pause&quot;).fadeIn();
		});
	}

	function showPlayBtn()
	{
		$(&quot;#pause&quot;).fadeOut(function(){
			$(&quot;#play&quot;).fadeIn();
		});
	}

	$(&quot;#play&quot;).click(function() {
		$(&quot;#jquery_jplayer&quot;).jPlayer(&quot;play&quot;);
		showPauseBtn();
		
		$(&quot;#trackname&quot;).fadeOut(function(){
			$(&quot;#trackname&quot;).text(myPlayList&#091;playItem&#093;.name );
			$(&quot;#trackname&quot;).fadeIn();
		});
		
		return false;
	});

	$(&quot;#pause&quot;).click(function() {
		$(&quot;#jquery_jplayer&quot;).jPlayer(&quot;pause&quot;);
		showPlayBtn();
		return false;
	});

	$(&quot;#stop&quot;).click(function() {
		$(&quot;#jquery_jplayer&quot;).jPlayer(&quot;stop&quot;);
		showPlayBtn();
		return false;
	});
	
	$(&quot;#jplayer_previous&quot;).click( function() {
		playListPrev();
		return false;
	});

	$(&quot;#jplayer_next&quot;).click( function() {
		playListNext();
		return false;
	});


	$(&quot;#volume-min&quot;).click( function() {
		$(\'#jquery_jplayer\').jPlayer(&quot;volume&quot;, 0);
		$(\'#sliderVolume\').slider(\'option\', \'value\', 0);
		return false;
	});

	$(&quot;#volume-max&quot;).click( function() {
		$(\'#jquery_jplayer\').jPlayer(&quot;volume&quot;, 100);
		$(\'#sliderVolume\').slider(\'option\', \'value\', 100);
		return false;
	});

	$(&quot;#player_progress_ctrl_bar a&quot;).live( &quot;click&quot;, function() {
		$(&quot;#jquery_jplayer&quot;).jPlayer(&quot;playHead&quot;, this.id.substring(3)*(100.0/global_lp));
		return false;
	});
	
$(function(){
  $(&quot;#dialog&quot;).dialog({hide:\'scale\',show:\'scale\',minHeight: 450,position: &#091;&quot;center&quot;&#093;,autoOpen: false});
  $(&quot;#dialog_link&quot;).click(function(){$(&quot;#dialog&quot;).dialog(&quot;open&quot;);});
});



  $(&quot;#dialog_link&quot;).click( function() {
		return false;
	});
	

	// Slider
	$(\'#sliderPlayback\').slider({
		max: 100,
		range: \'min\',
		animate: true,

		slide: function(event, ui) {
			$(&quot;#jquery_jplayer&quot;).jPlayer(&quot;playHead&quot;, ui.value*(100.0/global_lp));
		}
	});

	$(\'#sliderVolume\').slider({
		value : 50,
		max: 100,
		range: \'min\',
		animate: true,

		slide: function(event, ui) {
			$(&quot;#jquery_jplayer&quot;).jPlayer(&quot;volume&quot;, ui.value);
		}
	});

	$(\'#loaderBar\').progressbar();


	//hover states on the static widgets
	$(\'#dialog_link, ul#icons li\').hover(
		function() { $(this).addClass(\'ui-state-hover\'); },
		function() { $(this).removeClass(\'ui-state-hover\'); }
	);

});

&lt;/script&gt;';

$out&#091;'compopup'&#093; .= '&lt;link type=&quot;text/css&quot; href=https://www.cotonti.com/&quot;plugins/jQPlayer/jQPlayer.css&quot; rel=&quot;stylesheet&quot; /&gt;';

?&gt;</pre></div>]]></description>
			<pubDate>сб, 01 мая 2010 16:40:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post24398]]></link>
		</item>
		<item>
			<title>Sergey</title>
			<description><![CDATA[in file list.group.tpl<br />
search for the line<br />
<pre class="code">&lt;span class=&quot;desc&quot;&gt;{LIST_ROW_DESC} ({LIST_ROW_COUNT} {PHP.skinlang.list.hits})&lt;/span&gt;</pre>
and replace this<br />
<pre class="code">&lt;span class=&quot;desc&quot;&gt;{LIST_ROW_DESC} ({PHP.L.Hits}:{LIST_ROW_COUNT})&lt;/span&gt;</pre>
there should be a new variable <strong>PHP.L.Hits</strong>]]></description>
			<pubDate>сб, 01 мая 2010 14:50:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post24395]]></link>
		</item>
		<item>
			<title>booka</title>
			<description><![CDATA[have the same problem... 0.6.7<br /><br /><b>Добавлено 35 дней спустя:</b><br /><br />up... ((<br /><br /><b>Добавлено 4 Минуты спустя:</b><br /><br /><a href="http://www.bestfest.ru/list.php?c=artists09" rel="nofollow">http://www.bestfest.ru/list.php?c=artists09</a><br />
<br />
please help<br /><br /><b>Добавлено 2 Минуты спустя:</b><br /><br />same with users...<br />
<br />
<a href="http://www.bestfest.ru/users.php" rel="nofollow">http://www.bestfest.ru/users.php</a>]]></description>
			<pubDate>сб, 27 мар 2010 04:41:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post23789]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[no subcats, I created some and so broens.be is solved<br />
I'm doing the update at dutchcotonti.<br />
<br />
<strong>Added 2 minutes later:</strong><br />
<br />
Damned, it doesn't show anything anymore<br />
<br />
<strong>Added 8 minutes later:</strong><br />
<br />
reuploaded 0.0.6 and all ok.<br />
I will check it tomorrow.]]></description>
			<pubDate>ср, 22 июл 2009 05:30:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post14731]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Which categories does it have inside?]]></description>
			<pubDate>ср, 22 июл 2009 05:05:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post14730]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[I have installed 0.0.7 beta, still same problem.<br />
<br />
<a href="http://www.broens.be/list.php?c=testgroep" rel="nofollow">http://www.broens.be/list.php?c=testgroep</a>]]></description>
			<pubDate>ср, 22 июл 2009 04:48:07 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post14729]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Hmm, I couldn't reproduce this. Though I'm using XTemplate 2.1 from 0.0.7 beta which I'm gonna release today.]]></description>
			<pubDate>вт, 21 июл 2009 20:11:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post14673]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Hello Guys,<br />
<br />
List.group.tpl not working.<br />
Not in sed-light, not on my skin.<br />
<br />
It is not working on a fresh install or upgrade.<br />
<br />
eg: <a href="http://www.dutchcotonti.com/list.php?c=download" rel="nofollow">http://www.dutchcotonti.com/list.php?c=download</a><br />
<br />
How to solve?<br /><br /><b>Added 2 minutes later:</b><br /><br /><div class="highlight"><pre class="php">&lt;!-- BEGIN: MAIN --&gt;
	&lt;div class=&quot;mboxHD&quot;&gt;{LIST_PAGETITLE}&lt;/div&gt;
	&lt;div class=&quot;mboxBody&quot;&gt;

		&lt;div id=&quot;subtitle&quot;&gt;{LIST_CATDESC}&lt;/div&gt;
		&lt;div class=&quot;pagnav&quot;&gt;{LISTCAT_PAGEPREV} {LISTCAT_PAGNAV} {LISTCAT_PAGENEXT}&lt;/div&gt;
		&lt;ul&gt;
			&lt;!-- BEGIN: LIST_ROWCAT --&gt;
			&lt;li style=&quot;margin-top:8px;padding:0;&quot;&gt;
				&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;{LIST_ROWCAT_URL}&quot;&gt;{LIST_ROWCAT_TITLE}&lt;/a&gt; ({LIST_ROWCAT_COUNT})&lt;/strong&gt;&lt;br /&gt;
				&lt;span class=&quot;desc&quot;&gt;{LIST_ROWCAT_DESC}&lt;/span&gt;
			&lt;/li&gt;
			&lt;!-- END: LIST_ROWCAT --&gt;
		&lt;/ul&gt;
		&lt;div class=&quot;pagnav&quot;&gt;{LISTCAT_PAGEPREV} {LISTCAT_PAGNAV} {LISTCAT_PAGENEXT}&lt;/div&gt;
		&lt;div class=&quot;paging&quot;&gt;{LIST_TOP_PAGEPREV} {LIST_TOP_PAGINATION} {LIST_TOP_PAGENEXT}&lt;/div&gt;
		&lt;ul&gt;
			&lt;!-- BEGIN: LIST_ROW --&gt;
			&lt;li style=&quot;padding:0;&quot;&gt;
				&lt;strong&gt;&lt;a href=https://www.cotonti.com/&quot;{LIST_ROW_URL}&quot;&gt;{LIST_ROW_TITLE}&lt;/a&gt;&lt;/strong&gt; {LIST_ROW_FILEICON}&lt;br /&gt;
				&lt;span class=&quot;desc&quot;&gt;{LIST_ROW_DESC} ({LIST_ROW_COUNT} {PHP.skinlang.list.hits})&lt;/span&gt;
			&lt;/li&gt;
			&lt;!-- END: LIST_ROW --&gt;
		&lt;/ul&gt;
		&lt;div class=&quot;paging&quot;&gt;{LIST_TOP_PAGEPREV} {LIST_TOP_PAGINATION} {LIST_TOP_PAGENEXT}&lt;/div&gt;
&lt;/div&gt;

&lt;!-- END: MAIN --&gt;</pre></div>]]></description>
			<pubDate>вт, 21 июл 2009 19:39:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=3018&d=0#post14670]]></link>
		</item>
	</channel>
</rss>