Forums / Cotonti / Bugs / Reports / List.group.tpl not working

pieter
#1 2009-07-21 19:39
Hello Guys,

List.group.tpl not working.
Not in sed-light, not on my skin.

It is not working on a fresh install or upgrade.

eg: http://www.dutchcotonti.com/list.php?c=download

How to solve?

Added 2 minutes later:

<!-- BEGIN: MAIN -->
	<div class="mboxHD">{LIST_PAGETITLE}</div>
	<div class="mboxBody">

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

<!-- END: MAIN -->
... can we help you ...
Trustmaster
#2 2009-07-21 20:11
Hmm, I couldn't reproduce this. Though I'm using XTemplate 2.1 from 0.0.7 beta which I'm gonna release today.
May the Source be with you!
pieter
#3 2009-07-22 04:48
I have installed 0.0.7 beta, still same problem.

http://www.broens.be/list.php?c=testgroep
... can we help you ...
Trustmaster
#4 2009-07-22 05:05
Which categories does it have inside?
May the Source be with you!
pieter
#5 2009-07-22 05:30
no subcats, I created some and so broens.be is solved
I'm doing the update at dutchcotonti.

Added 2 minutes later:

Damned, it doesn't show anything anymore

Added 8 minutes later:

reuploaded 0.0.6 and all ok.
I will check it tomorrow.
... can we help you ...
This post was edited by pieter (2009-07-22 05:42, 14 years ago)
booka
#6 2010-03-27 04:41
have the same problem... 0.6.7

Добавлено 35 дней спустя:

up... ((

Добавлено 4 Минуты спустя:

http://www.bestfest.ru/list.php?c=artists09

please help

Добавлено 2 Минуты спустя:

same with users...

http://www.bestfest.ru/users.php
booka
This post was edited by booka (2010-05-01 06:35, 13 years ago)
Sergey
#7 2010-05-01 14:50
in file list.group.tpl
search for the line
<span class="desc">{LIST_ROW_DESC} ({LIST_ROW_COUNT} {PHP.skinlang.list.hits})</span>
and replace this
<span class="desc">{LIST_ROW_DESC} ({PHP.L.Hits}:{LIST_ROW_COUNT})</span>
there should be a new variable PHP.L.Hits
www.cotonti.mobi
booka
#8 2010-05-01 16:40
Doesn't helps... Still no pages and no links

Добавлено 30 Минут спустя:

ouuuupph... I fund that it was caused by my player plugin...

Where can be a problem?

<?PHP
/* ====================
[BEGIN_SED_EXTPLUGIN]
Code=jQPlayer
Part=header
File=jQPlayer.header
Hooks=header.main
Tags=header.tpl:{HEADER_COMPOPUP}
Order=10
[END_SED_EXTPLUGIN]
==================== */

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

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


	if ($jqp_i<sed_sql_numrows($jqp_sql)) { $song .= ", "; }
	$jqp_i++;
}

$out['compopup'] .= '<link type="text/css" href="js/jquery-ui-1.8.custom.css" rel="stylesheet" />';

$out['compopup'] .= '

<script type="text/javascript" src="js/jquery-ui-1.8.custom.min.js"></script>
<script type="text/javascript" src="js/jquery.jplayer.min.js"></script>

<script>


$(document).ready(function(){

var playItem = 0;
var myPlayList = [ '.$song.' ];

var global_lp = 0;

	$("#jquery_jplayer").jPlayer({
		ready: function ()
		{
			displayPlayList();
			playListInit(false); // Parameter is a boolean for autoplay.	
		},
		swfPath: "/js", nativeSupport: true, oggSupport: false,
		customCssIds: true
	})
	.jPlayer("onProgressChange", 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("onSoundComplete", function() {
		playListNext();
	});

	function displayPlayList() {
		$("#jplayer_playlist ul").empty();
		for (i=0; i < myPlayList.length; i++) {
			var listItem = (i == myPlayList.length-1) ? "<li class=\'jplayer_playlist_item_last\'>" : "<li>";
			listItem += "<a href=\'#\' id=\'jplayer_playlist_item_"+i+"\' tabindex=\'1\'>"+ myPlayList[i].name +"</a></li>";
			$("#jplayer_playlist ul").append(listItem);
			$("#jplayer_playlist_item_"+i).data( "index", i ).click( function() {
				var index = $(this).data("index");
				if (playItem != index) {
					showPauseBtn()
					playListChange( index );
					$("#trackname").text(myPlayList[playItem].name);
				} else {
					$("#jquery_jplayer").jPlayer("play");		
				}
				$(this).blur();
				return false;
			});
		}
	}

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

	function playListConfig( index ) {
		$("#jplayer_playlist_item_"+playItem).removeClass("jplayer_playlist_current");
		$("#jplayer_playlist_item_"+index).addClass("jplayer_playlist_current");
		playItem = index;
		$("#jquery_jplayer").jPlayer("setFile", myPlayList[playItem].mp3, myPlayList[playItem].ogg);
	}

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

	function playListNext() {
		var index = (playItem+1 < myPlayList.length) ? playItem+1 : 0;
		playListChange( index );
		showPauseBtn();
		
			$("#trackname").fadeOut(function(){
			$("#trackname").text(myPlayList[playItem].name );
			$("#trackname").fadeIn();
		});
	
	}

	function playListPrev() {
		var index = (playItem-1 >= 0) ? playItem-1 : myPlayList.length-1;
		playListChange( index );
		showPauseBtn();
		
			$("#trackname").fadeOut(function(){
			$("#trackname").text(myPlayList[playItem].name );
			$("#trackname").fadeIn();
		});
	}

	$("#pause").hide();

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

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

	$("#play").click(function() {
		$("#jquery_jplayer").jPlayer("play");
		showPauseBtn();
		
		$("#trackname").fadeOut(function(){
			$("#trackname").text(myPlayList[playItem].name );
			$("#trackname").fadeIn();
		});
		
		return false;
	});

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

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

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


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

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

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



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

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

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

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

		slide: function(event, ui) {
			$("#jquery_jplayer").jPlayer("volume", 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\'); }
	);

});

</script>';

$out['compopup'] .= '<link type="text/css" href="plugins/jQPlayer/jQPlayer.css" rel="stylesheet" />';

?>
booka
This post was edited by booka (2010-05-01 17:11, 13 years ago)
Sergey
#9 2010-05-01 17:12
there may be errors:
Code - the only Latin without points
my Administration panel / Pages / Structure

This is how a COTS template based editing look post above
www.cotonti.mobi
booka
#10 2010-05-01 17:23
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
booka