Stories
Slash Boxes
Comments
OSTG
Thinkgeek
Slashdot
NewsForge
Linux.com
ITMJ
IT Product Guide
SourceForge
freshmeat
Newsletters
Slashcode
Slash Open Source Project
Navigation
About
FAQ
Journals
Messages
Topics
Editors
Older Stuff
Past Polls
Submit Story
Create Account/Log in
Stuff
Brian (aka Krow)
Pudge
ACS
Tangent
Use Perl
This discussion has been archived. No new comments can be posted.
Template topics.shtml Faulty
More
|
Login
The Fine Print:
The following comments are owned by whoever posted them. We are not responsible for them in any way.
Without JavaScript enabled, you might want to use
the classic discussion system
instead. If you
login
, you can remember this preference.
Template topics.shtml Faulty
1
Comment
More
|
Login
/
Full
Abbreviated
Hidden
More
|
Login
Please Log In to Continue
Log In
Nickname
Password
Public Terminal
[
Create a new account
]
Loading... please wait.
Re:Thanks!
(
Score:1
)
by
Double J (1669)
<
jason@NOnerockJUNK.com
> on Tuesday July 03 2001, @01:40PM (
#2893
)
Homepage
Maybe my thanks was a bit premature... could your solution have been a little more cryptic?
After playing with it a bit, this hack seems to do what we want:
[% x = -1 %]
[% FOREACH t_key = topics.keys.sort; topic = topics.$t_key %][% x = x + 1; "/TR TR" UNLESS x MOD 6 %]
(fix "/TR>TR>" - altered to post)
NOTE: In case you did not notice, the topic display you see from the admin screen is different than the one from the topics page.
-jj
Get More Comments
Re:Thanks! (Score:1)
After playing with it a bit, this hack seems to do what we want:
[% x = -1 %]
[% FOREACH t_key = topics.keys.sort; topic = topics.$t_key %][% x = x + 1; "/TR TR" UNLESS x MOD 6 %]
(fix "/TR>TR>" - altered to post)
NOTE: In case you did not notice, the topic display you see from the admin screen is different than the one from the topics page.
-jj