question about comment threading in Opal / tags sized according to usage

Dec 23, 2006 17:07

When there are only a few comments to a post, they all show up, but when there are more than 50 comments on a single post, they are condensed and you have to click the thread link in order to see them. is there a way to suppress the switch? I want comments to always show, even in a long thread.

while I'm at it, is it possible to have the font- ( Read more... )

layout:opal

Leave a comment

ivles December 24 2006, 12:20:33 UTC
1. display all comments, always
You have to learn S2 for that

2. this is called tag clouds.
Seek help how to create this with a theme layer in the opal comm.

Reply

belenen December 24 2006, 16:25:16 UTC
1. I've been using S2 for a long time.

2. thanks for giving me the name of it.

Reply

ivles December 25 2006, 15:11:33 UTC
Good! Then, you'll just have to change all simple form of comment (print_comment_partial) to full form (print_comment).

See howto on tag clouds.

Reply

belenen December 27 2006, 21:01:45 UTC
I tried that and it didn't work, so I tried changing the print_comment_partial code to match the print_comment code and that almost works -- it prints everything but the icon and actual text of the comment! ( http://belenen.livejournal.com/302576.html ) ARRRRRRRRGGGGG!!! can you help? here's what I'm using, maybe you can see my mistake:
function EntryPage::print_comment_partial(Comment c ( ... )

Reply

ivles December 28 2006, 12:40:57 UTC
Can I get back to you later? Internet is dead in Indonesia due to an earthquake in Taiwan, so I cannot really help you at the moment.

Reply

belenen January 4 2007, 12:30:26 UTC
how 'bout now? ;-)

Reply

ivles January 5 2007, 05:52:12 UTC
still at 50% of speed. But, I'll try...

Reply

belenen January 14 2007, 01:58:38 UTC
is it still really slow?

Reply

ivles January 18 2007, 06:43:22 UTC
Sorry, internet dead @ campus earlier today and yesterday. It just got back. :D
Lemme see, how bout we start with the tag list first?

Reply

belenen January 18 2007, 08:29:34 UTC
actually I've decided against the tag cloud, or rather, that I'm neutral to it. If you've already gotten it figured out then I'd love to use it, but if not, don't worry about it. ;-)

*goes to edit post*

Reply

ivles January 18 2007, 07:48:22 UTC
I mean, I'm tinkering with the code starting now. :D

Reply

ivles January 19 2007, 05:48:35 UTC
It seems that, the system (the core layout, s2id=1) mark every comment whether it is partial or not (full), then the Opal layout core just make use of these data, it cannot change it (just like we cannot change the comment form HTML layout). At least that's what I get from skimming through the code.

Sorry. :-(

Reply

belenen January 23 2007, 08:08:41 UTC
oh poo. Well, thank you for trying! Really, I appreciate it. ;-)

Reply


Leave a comment

Up