


This snippet creates a memberlist like the one used on the index page of typo3wizard.com. All userinformation are read from the fe_users table.
temp.memberlist = CONTENT temp.memberlist{ wrap( <div class="membertitle">Memberlist:</div> <table class="membertext" cellspacing=0 cellpadding=0 width=100%><tr><td width=100%> |</td></tr> </table> ) table = fe_users select { #ID of the Userfolder pidInList = 20 orderBy = name } renderObj=COA renderObj{ 10=TEXT 10.field=name wrap = <div style="float:left;width:200px;" > | </div> || <div style="float:right;width:200px;"> | </div> } }
More information can be found on TSRef


Comments (2)