To make AF compatable with nodecomment, I needed to override forum_get_topics. That gives AF more control over the topic listing and so I can take out some of the hackiness I had to do for the table headers.
Michelle
To make AF compatable with nodecomment, I needed to override forum_get_topics. That gives AF more control over the topic listing and so I can take out some of the hackiness I had to do for the table headers.
Michelle
Comments
Comment #1
michelleAnother note... Can move the views counting into the original query. Probably other things can be consolodated as well. Consider taking over the whole preprocess.
Michelle
Comment #2
michelleThis problem will go away once #484052: Make a view for the topic list page is in.
Michelle
Comment #3
michelleChanged my mind. I'd like AF to degrade nicely if views/nodecomment isn't installed so it's still worth taking the time to clean this up.
Michelle
Comment #4
michelle