Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't truncate forum titles, use multiple lines instead #79

Open
justanotheranonymoususer opened this issue Nov 21, 2016 · 3 comments
Open

Comments

@justanotheranonymoususer

http://forum.dlang.org/thread/swpcthmrynlcuuuzawqg@forum.dlang.org

@CyberShadow
Copy link
Owner

Doable, though would need emitting twice the HTML.

@ahmetsait
Copy link
Contributor

I'm kinda fed up with this. I can see the relevant dfeed.css rule but where is the code that spits out the thread list html?

@CyberShadow
Copy link
Owner

It's here, have at it:

foreach (thread; threads)
html.put(
`<tr class="thread-row">` ~
`<td class="group-index-col-first">`), summarizeThread(thread.id, thread.firstPost, thread.isRead), html.put(`</td>` ~
`<td class="group-index-col-last">`), summarizeLastPost(thread.lastPost), html.put(`</td>` ~
`<td class="number-column">`), summarizePostCount(thread), html.put(`</td>` ~
`</tr>`);

ahmetsait added a commit to ahmetsait/DFeed that referenced this issue Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants