you are viewing a single comment's thread.

view the rest of the comments →

[–]magnora7 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (5 children)

Sweet.

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (4 children)

Alright the new chat client is live! The subreddit has to have chat enabled, the post has to be announced/stickied, and I changed the required post text to be "chat_post_enable" (instead of "chat_kiwiirc_on").

Chat works when logged out too, but when you login/logout of reddit you are not logged out of chat. I will polish that up somehow. I will also work on getting chat in the sidebar instead.

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (3 children)

I also set up a file for custom css:

cat ~/src/reddit/r2/r2/public/static/css/theme-custom.less aka /home/reddit/src/reddit/r2/r2/public/static/css/theme-custom.less

I also found out that our changes are in a git repo... (you could create a github account and push changes there to have a backup). try: cd ~/src/reddit && git status

[–]magnora7 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (2 children)

Just so I understand it, the theme-custom.less is an update to reddit.less, correct? It just appends whatever we put in to it, on top of what is already in reddit.less, right?

[–][deleted] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (1 child)

theme-custom.less turns into its own css file which is included after reddit.less. i think they're all supposed to get merged into one big css file, and that would put theme-custom at the end. (subreddit custom css is the very last css though)

[–]magnora7 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

Oh okay I see, I'll switch over to using that then now that I know it appends to reddit.less