pippin;253768 Wrote: > OK, I was probably making assumptions. > On iPeng 0.1a i put an anchor in EVERY row and I'm not sure, whether > others are probably doing the same. If they did, this would look > nasty... > I'll give it a try with some plugins and if it works out well I'll > handle the anchor parameter like the contentanchor item.
I don't think there are a lot of plugins using the anchor parameter, I know I didn't until yesterday when I realize it existed. The SC browse pages uses it, but it will only set the anchor on the first item for each letter if I'm interpreting the SC perl code correctly. Possibly it might be a good idea to only show it if the list is more than 40 items long or something, this is what I currently do in Custom Browse. pippin;253768 Wrote: > > If you want to try it, too, just change the "[% IF anchor %]..." clause > in contentitem to > [%- IF anchor; > WRAPPER contentanchor; > anchor; > END; > END %] > Seems to work good, but you have to move it above the <tr> because else it create an extra empty line before the anchor row. -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library and Database Query plugins' (http://wiki.erland.homeip.net/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=41697 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
