From: Chris N. <pu...@po...> - 2001-03-26 19:18:35
|
At 23:12 -0500 2001.03.23, Blake Day wrote: ><x-html><!x-stuff-for-pete base="" src="" id="0" >charset="iso-8859-1"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 >Transitional//EN"> ><HTML><HEAD> ><META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> ><META content="MSHTML 5.00.3211.1700" name=GENERATOR></HEAD> ><BODY> ><DIV><FONT face=Arial size=2><SPAN class=016041004-24032001>I just >wanted to >mention that in my attempts to change the look of threads for comments, >I ran >into a problem. Currently, the slash code adds an indent constant >to the >beginning of every "linkComment" (which is a link to the threaded >comment). I think this method is very non-templatized. In >order to >put threaded comments into table rows, I had to basically butcher the >code in >Slash::displayThread and some other functions. Is there something >I'm >missing? Or is this an oversight with the template >development?</SPAN></FONT></DIV> ><DIV><FONT face=Arial size=2><SPAN >class=016041004-24032001></SPAN></FONT> </DIV> ><DIV><FONT face=Arial size=2><SPAN >class=016041004-24032001>Thanks,</SPAN></FONT></DIV> ><DIV><FONT face=Arial size=1>Blake Day</FONT></DIV> ><DIV> </DIV></BODY></HTML> > ></x-html> Please don't send HTML mail to the list. Thanks. As to the constants, those are all in the data;misc;default template. Would changing those help you? Note that in the case of comments, behavior (logic) is tied very closely to display. If you want to significantly change the _behavior_ of comments, you'll want to use your own code, or change ours. Also note that we are rewriting comments as we speak, for Slash 2.2, and I imagine it will be easier to customize, but I have not been working on it much myself. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |