@jooize wrote:
Procedure
- Type colon parenthesis (
:)
).- Choose “more...”.
- Pick an emoji.
- Observe broken emoji.
:)smiley:
Posts: 2
Participants: 2
@jooize wrote:
Procedure
- Type colon parenthesis (
:)
).- Choose “more...”.
- Pick an emoji.
- Observe broken emoji.
:)smiley:
Posts: 2
Participants: 2
@ljpp wrote:
I just realised my Digital Ocean VPS is using an American time-zone, EEST or something that is quite impractical for me. Will there be side effects if I change the server time-zone to UTC or local?
Posts: 1
Participants: 1
@steve_pd wrote:
So we're currently running another competition, giving away keys for a game beta, and though that it would be a great idea to make our community the focal point. Abuse is expected, in the past it has been pretty easy to detect duplicate signups and the other lengths nefarious key resellers will go to. Beta keys sell for anything between $5-$25, so we make best effort to remove any obvious offenders. Our ability to do this and see high redemption rates impacts future key allocation from publishers.
Whilst reviewing entries overnight we've noticed lots of signups with corresponding entries from a handful of IPs. Single IP addresses show 30 or 40 users. In the past these kinds of user have appeared under 'suspect users', but today none of them are listed.
Has the definition of a Suspect User been changed? If not, how should we best approach this kind of signup abuse?
Posts: 8
Participants: 4
@javenfang wrote:
For installing discourse with official guideline and env, with many days I encountered email failure.
Latest version upgraded, and failure logs now is shown. The commit - FIX: don't create an EmailLog when we can't send a digest
Now I can see the following error, and it seems it is not due to smtp server error.
Log error is:
Job exception: end of file reached
The backtrace is:
/usr/local/lib/ruby/2.0.0/net/protocol.rb:153:in `read_nonblock' /usr/local/lib/ruby/2.0.0/net/protocol.rb:153:in `rbuf_fill' /usr/local/lib/ruby/2.0.0/net/protocol.rb:134:in `readuntil' /usr/local/lib/ruby/2.0.0/net/protocol.rb:144:in `readline' /usr/local/lib/ruby/2.0.0/net/smtp.rb:932:in `recv_response' /usr/local/lib/ruby/2.0.0/net/smtp.rb:555:in `block in do_start' /usr/local/lib/ruby/2.0.0/net/smtp.rb:942:in `critical' /usr/local/lib/ruby/2.0.0/net/smtp.rb:555:in `do_start' /usr/local/lib/ruby/2.0.0/net/smtp.rb:520:in `start' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp.rb:112:in `deliver!' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/mail-2.6.3/lib/mail/message.rb:2141:in `do_delivery' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/mail-2.6.3/lib/mail/message.rb:236:in `block in deliver' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.2.5.1/lib/action_mailer/base.rb:543:in `block in deliver_mail' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.5.1/lib/active_support/notifications.rb:164:in `block in instrument' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.5.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.5.1/lib/active_support/notifications.rb:164:in `instrument' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.2.5.1/lib/action_mailer/base.rb:541:in `deliver_mail' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/mail-2.6.3/lib/mail/message.rb:236:in `deliver' /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.2.5.1/lib/action_mailer/message_delivery.rb:85:in `deliver_now' /var/www/discourse/lib/email/sender.rb:130:in `send' /var/www/discourse/app/jobs/regular/user_email.rb:41:in `execute' /var/www/discourse/app/jobs/base.rb:154:in `block (2 levels) in perform'
Posts: 1
Participants: 1
@tito wrote:
this is original text https://dl.dropboxusercontent.com/u/9303546/SublimeText/bugs/SpacesToTabs.py
this is what this forums shows:
import re, sublime, sublime_plugin class SpaceToTabsListener(sublime_plugin.EventListener): def on_post_text_command(self, view, command_name, args): if command_name == 'insert' and args['characters'] == '\n' and not view.settings().get('translate_tabs_to_spaces'): view.run_command('unexpand_tabs', {"set_translate_tabs":True}) view.run_command('space_to_tabs') class SpaceToTabsCommand(sublime_plugin.TextCommand): def run(self, edit): view = self.view for region in reversed(view.sel()): indentation = sublime.Region(view.line(region).begin(), region.end()) content = view.substr(indentation) if re.search('^\t+ +', content): view.replace(edit, indentation, re.sub('^(\t+)( +)', '\`\t', content))
Posts: 2
Participants: 2
@SMT wrote:
I changed the font of my forum to proxima nova. But now the default font size is very small. If I change by this way -
body { font-size: 16px; }
The font size gets increased automatically for example - topic title font size sets to 23px and so on. Whats the problem?
Posts: 2
Participants: 2
@tgxworld wrote:
I'm writing up the specs for this in order to facilitate GSoC 2016 application
Specs
- A single page at "/admin/webhook" for users to manage their webhooks
- Use will need to provide a Payload URL which the webhook service will POST the event payload to.
- Webhook will POST all events to the Payload URL by default. We should allow users to select individual events which they require.
- A Webhook can be activated and deactivated.
- Logs of the POST request as well as the response should be kept and made visible for users.
For a start, I think the following events suggested by @phanimahesh is pretty reasonable.
Posts: 2
Participants: 2
@dandv wrote:
I've just noticed that if I click on the link icon of a post, or on its date, the popup menu no longer appears, and there an error in the console:
Uncaught TypeError: Cannot read property 'site' of undefined
Posts: 5
Participants: 3
@ivanrlio wrote:
I realized this might seem like a dupe https://meta.discourse.org/t/full-page-search-does-not-search-users-or-categories-like-on-page-search-does/34848/5 but I didn't find anything that provided a solution to what I'm trying to figure out.
We currently integrate Discourse search on our WP, with the action attribute on our homepage search is targeting 'https://ask.example.com/search'. Ideally we'd like to provide the search capability that the 'pop up search' provides, specifically, the user profiles.
Is there a way to target the 'pop up search' on 'ask.example.com', instead of 'full search' on '/search', as it doesn't provide the profiles? If someone has managed to modify 'full search' to incorporate profiles, I'd love to know how you did it.
Posts: 4
Participants: 2
@will_io wrote:
I intend to do some house cleaning on my discourse install.
I want to identify two similar types of users:
- Inactive users without posts (pre-Discourse signups)
- Active users without posts and excessive read times (lurkers)
I am going to get rid of #1s and seek creative ways to reach out to the #2s.
I'd like to use this thread as a way to generate some ideas on how to proceed and things I should be cautious of before moving forward.
Thank you.
Posts: 1
Participants: 1
@staticinvocation wrote:
Every time we run rebuild, all of our uploads and backups are deleted. This is obviously undesirable.
This issue started happening when we installed our forum to a subdirectory following this guide. Every rebuild after then has deleted all uploads.
I've also noticed that /shared/standalone/uploads is also completely empty (!!) and when I upload a file on the site or make a backup it doesn't appear to put the file there.
Anyone know what's the deal?
Posts: 2
Participants: 2
@meglio wrote:
So, the issue is simple.
When I try to save user preferences with nickname vitalino4ka_ an error is thrown:
Username must end with a letter or number or an underscore
The username doesn't look wrong, does it?
Posts: 4
Participants: 3
@vulkanino wrote:
Hello and thank you for making Discourse.
I tried to invite some users to an invisible topic, they accepted the invitation but then they said they couldn't see the topic. I have to give them the topic link to let them participate. Do they get the topic's link in the invitation email?
Posts: 2
Participants: 2
@leejoramo wrote:
I am want to received notifications on my iPhone of activity on my Discourse forum.
I have used pushover.net to create notifications for other services that I run. Pushover has a very simple API to trigger notifications and send the notifications to their iOS, Android and to desktop environments.
Has anyone done anything like this with Discourse?
Posts: 2
Participants: 2
@dandv wrote:
The 30-minute Discourse installation guide assumes you'll be using Digital Ocean and makes no mention of an important requirement for Docker:
If you use another hosting provider, you should really make sure that a Linux kernel feature called "AUFS" is supported. Docker not using AUFS can cause terrible pain.
If you want to use Linode, here's how to enable AUFS support in Ubuntu (for other OSes, refer to Linode's guide and update the instructions below accordingly:
- Create the Linode and pick Ubuntu 14.04 LTS
- Resize the main disk down to allow for a larger swap partition than the default 512MB. For example, for the $10 Linode 1024, resize the main partition to 22528MB, then resize the swap partition to 2048MB.
- Boot
- SSH into the VPS and run the following commands while remaining root:
sudo apt-get update
apt-get install -y linux-image-virtual grub2 mc htop
- Optional: run
htop
and confirm the swap is 2048MB- Choose the main disk for Grub to boot from, if asked
mcedit /etc/default/grub
and match the config to these settings:
GRUB_CMDLINE_LINUX="console=ttyS0,19200n8"
GRUB_DISABLE_LINUX_UUID=true
GRUB_SERIAL_COMMAND="serial --speed=19200 --unit=0 --word=8 --parity=no --stop=1"
- Save and run
update-grub
- In your Linode’s Dashboard, Click on Edit under the Configuration Profiles section.
- In the Boot Settings section, select GRUB 2 from the Kernel drop down menu
- Save changes and reboot.
- SSH in again and run these commands (credit Peter Parente):
apt-get -y install linux-image-extra-$(uname -r)
sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -"
sh -c "echo deb http://get.docker.io/ubuntu docker main\ > /etc/apt/sources.list.d/docker.list"
apt-get update
apt-get -y install lxc-docker
- Confirm that you have AUFS support by running
doker info
. You should not seedevicemapper
.- Continue with the Discourse installation guide, starting with "Install Discourse" (since you have already installed Docker).
Disclaimer: I don't exactly understand everything that's going on here, but I've just performed these steps, and they've worked for me. Here's Docker using AUFS:
root@localhost:/var/discourse# docker info Containers: 0 Images: 7 Server Version: 1.9.1 Storage Driver: aufs Root Dir: /var/lib/docker/aufs Backing Filesystem: extfs Dirs: 7 Dirperm1 Supported: false Execution Driver: native-0.2 Logging Driver: json-file Kernel Version: 3.13.0-77-generic Operating System: Ubuntu 14.04.1 LTS CPUs: 1 Total Memory: 993.9 MiB Name: localhost
Posts: 1
Participants: 1
@watchmanmonitor wrote:
As of
v1.5.0.beta10 +105
users who have applied for an account, but are still pending review are getting emailed about user posts.The users show as
Approved? No
Active? Nobut still have 'user posted' emails in the logs.
Posts: 1
Participants: 1
@sam wrote:
When Discourse sends out Email notifications it includes a block of "Previous Replies"
This can be controlled on your user profile.
Out of the box we will include up to 5 posts at the bottom of email notifications provided we have not emailed them in the past.
If you are uneasy with that default you can change it to "never" send you previous replies, or "always" send you previous replies.
The default for all users can be controlled by forum admins,
default email previous replies
The number of posts included in previous replies can also be controlled using the
email posts context
site setting.
Posts: 4
Participants: 3
@webeindustry wrote:
Driving me up the walls!
![]()
I hate mail
so am determined to get this solved.
Seriously what else am I supposed to be looking for in these headers? I see nothing that pops out as being incorrect.
Posts: 14
Participants: 3
@mcwumbly wrote:
A user recently asked me whether he could change his username on our 2 month old site.
He had been lurking for a while and then recently started posting.
When I tried to update it through the admin UI, the big scary warning made me pause:
From looking through the new user list and seeing that many people are accepting the auto-generated name when they first sign up, I'm somewhat anticipating this to become a more frequent occurrence as each user starts to engage more and sees their username in 'public' for the first time when they post.
I second the proposal from this long ago topic:
Continuing the discussion from What are the 'consequences' of changing your name?:
But also, how are people dealing with this now?
Posts: 17
Participants: 8
@hamishmacewan wrote:
Hi,
I experienced this problem at http://forum.thethingsnetwork.org/
The user registers an email address, which is silently (without notification) truncated for use as the username during login. The user then attempts to login with the full address and the registration password. Many error messages about the password not matching the username ensue.
Relenting and resetting the password reveals the problem, your password and username were as registered but the system silently and without notification decided to change your username without notification or advice:
Your username, in case you've forgotten: thethingsnetwork.org@Hamish.Ma
If this is a configuration option, I apologise, except to say that Discourse should advise the registrant that
- Their username (AKA email address) is too long
- That their username is now left(email, 30)
Posts: 3
Participants: 3