Stevie Ray Member
|
Posted: 30 Apr 2006 07:31:16 ° Edited by: Stevie Ray
If you want to minimize blank space in your listings which crops up bigtime when you turn features off (rank & reciprocal link) this is a simple fix... just comment out the breaks !
Also if you want to get rid of the duplicate URL in your listings - the one which shows the http address - you can comment that out too.
Use <!--- to start a comment section and ---> to end it.
TO find the breaks open you /templates/cat.tpl file and do a FIND on <br> repeatedly... there are a bunch of them.
TO find the code section that duplicates the url display, do a FIND on
$links.Category and comment out just that section from { a few lines before to } a few lines later.
NOTE: It sure would be a help if these breaks were moved inside the logic statements so that when a section does not apply neither do the breaks !!!
|