Linkposts not enabled #548

Closed
vaniver opened this Issue Feb 9, 2016 · 2 comments

Projects

None yet

2 participants

@vaniver

The functionality to make link pages might still exist (see NewLink in pages.py as an example of a fragment), just not be used anywhere.

The link submit page should be available from a button below the 'create new article' button. (It can either be a separate page, or another tag on the submit page link it is in Reddit.) Link submissions should only be possible to Discussion.

@xrpd

To confirm: when you look at http://lesswrong.com/r/discussion/ you'll see self texts (like now) and links mixed together in the same list.

Also, link titles will link to the site (http://slatestarcodex.com/) as on reddit and not to lesswrong.com first. To see comments you'll have to click on the Comments (0) link as on reddit. Yes?

How should links and self texts be distinguished if at all? Some indication like "(externaldomain.com)" seems wise for links. Do you want "[Link]" automatically added to the front of the title? Do you want "(self.discussion)" or some such after self text posts?

Should link posts have an associated self text - effectively (but not technically) a "sticky" comment under the link? Or should link posters be required to post a separate comment like everyone else?

@vaniver

Yes, links and self posts mixed together.
Yes, link goes through and comments are a separate link.
Let's put [Link] in front of links. We should probably automatically strip Link from the start of the title in case the user adds it.
Lean against self texts. The OP can comment normally and I think the self text code has been modified to suit the needs for articles, making this harder than it needs to be.

@jglamine jglamine added a commit to jglamine/lesswrong that referenced this issue Jul 18, 2016
@jglamine jglamine Add the ability to submit links. Fixes #548 3a24341
@jglamine jglamine added a commit to jglamine/lesswrong that referenced this issue Jul 18, 2016
@jglamine jglamine Add the ability to submit links. Fixes #548 3f650d5
@jglamine jglamine added a commit to jglamine/lesswrong that referenced this issue Aug 8, 2016
@jglamine jglamine Add the ability to submit links. Fixes #548 5dc2650
@jglamine jglamine referenced this issue Aug 8, 2016
Closed

Combined issues #577

@jglamine jglamine added a commit to jglamine/lesswrong that referenced this issue Sep 6, 2016
@jglamine jglamine #548: Prevent article editor from being too small when switching from…
… link tab.
6108b6e
@wezm wezm closed this in 86a7b0e Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment