The plugin allows you to split the list of columns in the list.tpl!
	Installation:
	1: Unpack and upload files to this folder: / plugins /
	2: Go to administration panel, and then select the "Plugins"
	Click on the name of the new plug-in, but at the bottom of the plugin properties, select "Install all".
	In List.tpl
	Insert Tags
	(LIST_TABLE_BEGIN) after <! - BEGIN: LIST_ROW ->
	(LIST_TABLE_END) before <! - END: LIST_ROW ->
	put before <table> <! - BEGIN: LIST_ROW ->
	set </ table> after the <! - END: LIST_ROW ->
	Should be like this:
	<table>
	<! - BEGIN: LIST_ROW ->
	(LIST_TABLE_BEGIN)
	...................
	..................
	..................
	(LIST_TABLE_END)
	<! - END: LIST_ROW ->
	</ table>
	The rest is in your plugin!
	The number of columns and indentation.
	В архиве есть инструкция на русском.
9 kez
58 kez
1 kez
i like this plug, i needed to do the same for user list...
i tried to use the plugin on users page. and modify the plugin..but without success...
could you help me?
best regards ;-)
Fred
i finally did it... i changed all "list" to "users" in the pluggin and it finally worked ;-)
thx anyway
12 kez
58 kez
12 kez
Enter your site www like this:
http://www.goliberty.ru/list.php?c=bizidea&list_table=12
I have just changed the number of columns.
Nobody should be able to interfere into the script.
Get rid of 'GET', use just a regular variable, like a simple $listtable.
But maybe I'm not right...? IMO it shouldn't be like this.
58 kez
Corrected on the POST method. Updated the archive. This plugin is relevant to the branch genoa.